Commit | Line | Data |
---|---|---|
14403441 DV |
1 | The dygraphs documentation uses server-side includes to enforce a consistent |
2 | template between pages. As such, you can't load the docs files directly in your | |
3 | browser. | |
4 | ||
5 | To iterate locally on the docs, run: | |
6 | ||
7 | cd (dygraphs)/docs | |
8 | ./ssi_server.py | |
9 | ||
10 | Then visit localhost:8000 in your browser. You can edit/save/reload to see changes. | |
11 | ||
12 | To push documentation to the web, run: | |
13 | ||
14 | cd (dygraphs) | |
15 | ./push-to-web.sh user@site.com:directory |