blob: 34f1ad546eb2e2b697afc448d120e0fa8039d478 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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 leap_se/docs/platform
amber server
cd /tmp
wget --mirror --convert-links --adjust-extension --page-requisites http://localhost:8000
Copy to leap_platform:
rm ~/dev/leap_platform/docs
mv localhost:8000 ~/dev/leap_platform/docs
|