Markdown sources for instructions on how to replicate and reuse any component of the RESTify Experiment.
- The sources are compiled to a static HTML page, using MkDocs.
- An official export of the HTML instructions is hosted here, on github pages.
Deployment on github pages is a bit contrived, for MkDocs wants to host markdown files in the
docs
directory and GitHub wants to deploy HTML sources from thedocs
directory. For updated, use thedeploy.sh
script to move content around until everyone is happy.
docs
: is only generated content. Never edit.mkdocs
: the actual page sources. Edit here.
* rm -rf docs
* ln -snf mkdocs docs
* mkdocs serve
- Now you can live edit the contents of mkdocs.
./deploy.sh