mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-02 12:14:48 +02:00
* docs: new help built with vitepress. * docs: improve docs home ui Added a Go to Docs button on homepage Added a searchbar for directly searching what you are looking for in the docs * docs(help): wire up with build system & setup proper ci * Clean up new documentation (#10174) * Docs: Cleanup pass 1 Signed-off-by: Chloe Oletto <NeedsChloesure@riseup.net> * docs: cleanup pass 2 Signed-off-by: Chloe Oletto <NeedsChloesure@riseup.net> * docs: Fix vscode's manglement that I missed. Signed-off-by: Chloe Oletto <NeedsChloesure@riseup.net> * Update docs/help/contents/plans-and-limits.md Co-authored-by: Abdullah Atta <thecodrr@protonmail.com> Signed-off-by: Chloe Oletto <NeedsChloesure@riseup.net> * Update docs/help/contents/rich-text-editor/outline-lists.md Co-authored-by: Abdullah Atta <thecodrr@protonmail.com> Signed-off-by: Chloe Oletto <NeedsChloesure@riseup.net> * docs: Remove self-hosting guide from sidebar, and comments for reviewer. Signed-off-by: Chloe Oletto <NeedsChloesure@riseup.net> --------- Signed-off-by: Chloe Oletto <NeedsChloesure@riseup.net> Co-authored-by: Abdullah Atta <thecodrr@protonmail.com> * docs: some fixes * ci: do not publish help on push * docs(help): improve regional pricing & free trials * docs: improve sidebar * docs: some more fixes after re-review * docs: improve search and nav * docs: a few more fixes * docs: fix tabs formatting compat with prettier * docs: fix tabs formatting in various places * docs: show correct plus button image for mobile * docs: disable notesnook self hosting docs * docs: update help docs with fixes --------- Signed-off-by: Chloe Oletto <NeedsChloesure@riseup.net> Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co> Co-authored-by: Chloe Oletto <NeedsChloesure@riseup.net> Co-authored-by: Abdullah Atta <thecodrr@protonmail.com>
40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"name": "@notesnook/help",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"document-keyboard-shortcuts": "node scripts/document-keyboard-shortcuts.mjs",
|
|
"versions": "node scripts/check-strings-fresh.mjs && node scripts/build-versions.mjs",
|
|
"predev": "npm run versions",
|
|
"dev": "vitepress dev",
|
|
"prebuild": "npm run versions",
|
|
"build": "vitepress build",
|
|
"preview": "vitepress preview",
|
|
"version": "node scripts/new-version.mjs",
|
|
"fork": "node scripts/fork-page.mjs",
|
|
"strings": "node --experimental-strip-types scripts/check-strings.mjs"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/streetwriters/notesnook.git"
|
|
},
|
|
"keywords": [
|
|
"notesnook",
|
|
"docs",
|
|
"help"
|
|
],
|
|
"author": "",
|
|
"license": "GPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/streetwriters/notesnook/issues"
|
|
},
|
|
"homepage": "https://github.com/streetwriters/notesnook#readme",
|
|
"devDependencies": {
|
|
"@lingui/core": "^5.2.0",
|
|
"@notesnook/common": "file:../../packages/common",
|
|
"@notesnook/intl": "file:../../packages/intl",
|
|
"markdown-it-task-lists": "^2.1.1",
|
|
"vitepress": "^1.6.4",
|
|
"vitepress-plugin-tabs": "^0.9.1"
|
|
}
|
|
}
|