We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81f6cd6 commit 2f6db25Copy full SHA for 2f6db25
README.md
@@ -46,6 +46,18 @@ Nanoc has [some nice documentation](http://nanoc.ws/docs/tutorial/) to get you s
46
47
[nanoc]: http://nanoc.ws/
48
49
+### Enterprise
50
+
51
+To generate the `/enterprise/` versions, use `script/enterprise-backport`:
52
53
+``` sh
54
+$ script/enterprise-backport 2.6
55
+$ mv -f enterprise output
56
+$ script/server
57
+```
58
59
+The above will need to be repeated anytime changes are made to `/enterprise` versioned documentation.
60
61
## Styleguide
62
63
Not sure how to structure the docs? Here's what the structure of the
0 commit comments