-
-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add yard as a dev dependency, and create a rake task * add .yardoc to gitignore, remove doc generation * add .yardoc to gitignore * remove yard from gemspec, add to base Gemfile * modify rakefile' * allow user to specify port * document configurable public methods with Yard * finished with content module * Add documentation to all 'concerns/site' * accidentally removed collections method * remove custom cache dir * fix linting issues * Fix an issue with return values. * docs: fix changes discussed in PR review. * docs: fix linting issue
- Loading branch information
1 parent
ceeb93f
commit 0e148db
Showing
9 changed files
with
231 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,3 +28,4 @@ bbin/ | |
*/test/dest | ||
*/tmp/* | ||
.vscode | ||
.yardoc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.