File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,20 @@ For full documentation visit [mkdocs.org](http://mkdocs.org).
2020 index.md # The documentation homepage.
2121 ... # Other markdown pages, images and other files.
2222
23+ ## Developing the site
24+
25+ * Ensure mkdocs is installed. See above.
26+ * Checkout the latest * dev* branch.
27+ * From the commandline, run ` make build `
28+ - Downloads the latest files - Example: Pattern Kit's README.md.
29+ - Builds the site at "./site"
30+
2331## Deploying the site
2432
2533* Ensure mkdocs is installed. See above.
2634* Checkout the latest * dev* branch.
27- * From the commandline, run ` make deploy ` - This will build the * dev* branch in the * master* branch.
35+ * From the commandline, run ` make deploy `
36+ - Downloads the latest files - Example: Pattern Kit's README.md.
37+ - This will build the * dev* branch in the * master* branch.
2838* Push changes to this repository.
2939* Changes should be seen on [ patternbuilder.github.io] ( http://patternbuilder.github.io ) .
You can’t perform that action at this time.
0 commit comments