mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
746aab2cf6
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)
15 lines
265 B
Plaintext
15 lines
265 B
Plaintext
{
|
|
"description": "Documentation from tw5.com edition",
|
|
"plugins": [
|
|
"tiddlywiki/tw5.com-docs"
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite"
|
|
],
|
|
"build": {
|
|
"index": [
|
|
"--rendertiddler","$:/core/save/all","index.html","text/plain"]
|
|
}
|
|
}
|