-
Notifications
You must be signed in to change notification settings - Fork 2
Documentation development
Aaron edited this page Apr 12, 2016
·
6 revisions
To convert the Markdown document to HTML using DocumentUp, issue the following command from the shell:
$ cat *.md > combined.md
$ curl -X POST --data-urlencode [email protected] --data name='devlords-org' -d theme=v1 \
http://documentup.com/compiled > index.html && open index.html
The purpose of the p(n)-
filename prefix naming convention is to keep the document sections in the right order when compiled. You don't have to change the other numbers when you delete a page; they just have to be in the same order when alphabetized.
"Releases" will be packaged in HTML and PDF format and made available for download on the "Releases" tab of the GitHub repository.