aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBillingsly Wetherfordshire <phowl.mouth@gmail.com>2014-06-03 06:41:08 -0500
committerBillingsly Wetherfordshire <phowl.mouth@gmail.com>2014-06-03 06:41:08 -0500
commit022ed59d1ae6f560ec5b6ad01313acae667949cb (patch)
tree665b116ebf77e70a54b56ccee9d806466cd0a770
parentb38dcb8bbcd7a65df47c803977a3fd30de467c44 (diff)
parent1c1adea875c7e9ba083e7e505c6507206aeaeed9 (diff)
downloadpackages-022ed59d1ae6f560ec5b6ad01313acae667949cb.tar.gz
packages-022ed59d1ae6f560ec5b6ad01313acae667949cb.zip
Merge pull request #62 from gradha/pr_gh_nimrod_doc_pages
Adds gh_nimrod_doc_pages to list.
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index c444dcb..73c8b5e 100644
--- a/packages.json
+++ b/packages.json
@@ -703,5 +703,14 @@
"description":"Compiles jade templates to Nimrod procedures.",
"license": "MIT",
"web":"https://github.com/idlewan/jade-nim"
+ },
+ {
+ "name":"gh_nimrod_doc_pages",
+ "url": "git://github.com/gradha/gh_nimrod_doc_pages",
+ "method": "git",
+ "tags":["commandline", "web", "automation", "documentation"],
+ "description":"Generates a GitHub documentation website for Nimrod projects.",
+ "license": "MIT",
+ "web": "http://gradha.github.io/gh_nimrod_doc_pages/"
}
]