1
0
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:
Laurent Cozic 2021-07-19 10:58:21 +01:00
parent d469ac174c
commit 1194f6879f
2 changed files with 2 additions and 2 deletions

View File

@ -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": {

View File

@ -74,7 +74,7 @@ function defaultTemplateParams(): TemplateParams {
forumUrl: 'https://discourse.joplinapp.org/',
showToc: true,
showImproveThisDoc: true,
showJoplinCloudLinks: false,
showJoplinCloudLinks: true,
navbar: {
isFrontPage: false,
},