summaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md
new file mode 100644
index 0000000..dd8efa4
--- /dev/null
+++ b/docs/README.md
@@ -0,0 +1,15 @@
+The primary source of platform documentation lives in:
+
+ pages/docs/platform
+
+However, we would like to also include a static render of this in the
+leap_platform source code.
+
+So, this is a separate amber site just for the platform documentation.
+
+To generate portable static pages:
+
+ cd docs/platform
+ amber server
+ cd /tmp
+ wget --mirror --convert-links --adjust-extension --page-requisites http://localhost:8000 \ No newline at end of file