mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-15 15:10:30 -08:00
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)
14 lines
265 B
Text
14 lines
265 B
Text
{
|
|
"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"]
|
|
}
|
|
}
|