-
Notifications
You must be signed in to change notification settings - Fork 352
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run docs locally and add Deploy Previews through Netlify (#459)
* feat: add @openzeppelin/docs-utils to work locally with documentation * docs: update CONTRIBUTING guide with documetation setup * docs: add missing section to CONTRIBUTING * feat: fix markdown linter report * refactor: remove unnecesary install from tox.ini * feat(docs): add netlify.toml to integrate deploy previews * refactor: remove watching directory * fix(contributing): resolve comments from review * trigger build * refactor: set relative call for oz-docs script in package.json * docs: fix typo in CONTRIBUTING.md Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
- Loading branch information
1 parent
a197b94
commit 789ea11
Showing
6 changed files
with
5,275 additions
and
21 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 |
---|---|---|
|
@@ -132,3 +132,9 @@ dmypy.json | |
|
||
# nile | ||
*node.json* | ||
|
||
# node | ||
**/node_modules/ | ||
|
||
# docs | ||
docs/build/ |
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.