mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-05 23:10:28 +00:00
Re-enable loading the tw5.com docs tiddlers
This commit is contained in:
parent
83229ace63
commit
dd9a3bfeeb
@ -44,13 +44,13 @@ exports.startup = function() {
|
||||
$tw.mws.store.createRecipe(options.recipeName,[options.bagName],options.recipeDescription);
|
||||
$tw.mws.store.saveTiddlersFromPath(path.resolve($tw.boot.corePath,$tw.config.editionsPath,options.tiddlersPath),options.bagName);
|
||||
}
|
||||
// copyEdition({
|
||||
// bagName: "docs",
|
||||
// bagDescription: "TiddlyWiki Documentation from https://tiddlywiki.com",
|
||||
// recipeName: "docs",
|
||||
// recipeDescription: "TiddlyWiki Documentation from https://tiddlywiki.com",
|
||||
// tiddlersPath: "tw5.com/tiddlers"
|
||||
// });
|
||||
copyEdition({
|
||||
bagName: "docs",
|
||||
bagDescription: "TiddlyWiki Documentation from https://tiddlywiki.com",
|
||||
recipeName: "docs",
|
||||
recipeDescription: "TiddlyWiki Documentation from https://tiddlywiki.com",
|
||||
tiddlersPath: "tw5.com/tiddlers"
|
||||
});
|
||||
copyEdition({
|
||||
bagName: "dev-docs",
|
||||
bagDescription: "TiddlyWiki Developer Documentation from https://tiddlywiki.com/dev",
|
||||
|
Loading…
Reference in New Issue
Block a user