Create a plugin and edition for tw5.com docs

By making the docs available as a plugin we make it easier for people
to fork their own copy of the docs without losing the ability to get
updates in the future (which can be done just be updating the docs
plugin)
This commit is contained in:
Jermolene 2015-09-15 13:37:01 +01:00
parent 803d70225a
commit 746aab2cf6
6 changed files with 55 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
"directories": [
"../../../../editions/tw5.com/tiddlers"
]
}

View file

@ -0,0 +1,7 @@
{
"title": "$:/plugins/tiddlywiki/tw5.com-docs",
"description": "Documentation from tiddlywiki.com",
"author": "JeremyRuston",
"core-version": ">=5.0.0",
"list": ""
}