File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Expand file tree Collapse file tree 4 files changed +11
-2
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 33
33
34
34
nav :
35
35
- Home : ' index.md'
36
- - Standard : ' standard .md'
37
- - Examples : ' examples/index .md'
36
+ - Standard : ' README .md'
37
+ - Examples : ' examples/README .md'
38
38
- Changelog : ' changelog.md'
39
39
- Contributing : ' contributing.md'
40
40
- Vendors : ' vendors.md'
Original file line number Diff line number Diff line change
1
+ # Script
2
+
3
+ ## Building docs
4
+
5
+ The script [ ` build_docs.sh ` ] ( build_docs.sh ) is used to help move some top level markdown files into the
6
+ [ ` docs ` ] ( ../docs ) directory to allow for mkdocs to create a website based on the markdown files.
7
+
8
+ This script gets called via the [ GitHub Action] ( ../.github/workflows/docs-site-deploy.yaml ) that will build and deploy
9
+ the documentation website.
You can’t perform that action at this time.
0 commit comments