-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: finalize public api docs for 1.0 release (#418)
* docs: finalize public api docs for 1.0 release * docs: finalize serializer public api docs * fix: only include src dir in docs * docs: finalize controller api doc properties * docs: continued improvement of controller api docs * docs: make code snippets consistent in overview * docs: finalize controller api docs and start model api docs * docs: update controller and serializer docs * refactor: move doc builder to another repo * docs: clean up comment formatting
- Loading branch information
1 parent
7af75be
commit 6656b9a
Showing
16 changed files
with
1,205 additions
and
418 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 |
---|---|---|
|
@@ -6,9 +6,6 @@ dist/ | |
# tests | ||
test/ | ||
|
||
# docs | ||
docs/ | ||
|
||
# dependencies | ||
node_modules/ | ||
|
||
|
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 |
---|---|---|
|
@@ -4,7 +4,6 @@ decl | |
[ignore] | ||
.*/lib/.* | ||
.*/dist/.* | ||
.*/docs/.* | ||
.*/scripts/.* | ||
.*/examples/.* | ||
.*/node_modules/bcryptjs/* | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
*.lcov | ||
coverage/ | ||
dist/ | ||
docs/ | ||
.nyc_output/ | ||
|
||
# dependencies | ||
|
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 |
---|---|---|
|
@@ -9,9 +9,6 @@ node_modules/ | |
coverage/ | ||
examples/ | ||
|
||
# docs | ||
docs/ | ||
|
||
# logs | ||
log/ | ||
npm-debug.log | ||
|
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.