mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Doc: Display Joplin Cloud links
This commit is contained in:
parent
d469ac174c
commit
1194f6879f
@ -44,7 +44,7 @@
|
||||
"updateIgnored": "gulp updateIgnoredTypeScriptBuild",
|
||||
"updatePluginTypes": "./packages/generator-joplin/updateTypes.sh",
|
||||
"watch": "lerna run watch --stream --parallel",
|
||||
"watchWebsite": "nodemon --verbose --watch Assets/WebsiteAssets --watch packages/tools/website/build.js --ext md,ts,js,mustache,css,tsx,gif,png,svg --exec \"node packages/tools/website/build.js && http-server docs -a localhost\"",
|
||||
"watchWebsite": "nodemon --verbose --watch Assets/WebsiteAssets --watch packages/tools/website/build.js --ext md,ts,js,mustache,css,tsx,gif,png,svg --exec \"node packages/tools/website/build.js && http-server --port 8077 docs -a localhost\"",
|
||||
"i": "lerna add --no-bootstrap --scope"
|
||||
},
|
||||
"husky": {
|
||||
|
@ -74,7 +74,7 @@ function defaultTemplateParams(): TemplateParams {
|
||||
forumUrl: 'https://discourse.joplinapp.org/',
|
||||
showToc: true,
|
||||
showImproveThisDoc: true,
|
||||
showJoplinCloudLinks: false,
|
||||
showJoplinCloudLinks: true,
|
||||
navbar: {
|
||||
isFrontPage: false,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user