File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
For full documentation visit [ mkdocs.org] ( http://mkdocs.org ) .
4
4
5
+ ## Installation
6
+
7
+ * Follow installation steps at [ mkdocs.org] ( http://mkdocs.org ) .
8
+
5
9
## Commands
6
10
7
11
* ` mkdocs new [dir-name] ` - Create a new project.
@@ -15,3 +19,11 @@ For full documentation visit [mkdocs.org](http://mkdocs.org).
15
19
docs/
16
20
index.md # The documentation homepage.
17
21
... # Other markdown pages, images and other files.
22
+
23
+ ## Deploying the site
24
+
25
+ * Ensure mkdocs is installed. See above.
26
+ * Checkout the latest * dev* branch.
27
+ * From the commandline, run ` make deploy ` - This will build the * dev* branch in the * master* branch.
28
+ * Push changes to this repository.
29
+ * Changes should be seen on [ patternbuilder.github.io] ( http://patternbuilder.github.io ) .
You can’t perform that action at this time.
0 commit comments