forked from pocketnetteam/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Added the entirety of existing developer documentation
- removed template files from the project starter - restored some of the missing pages about setting up easy and full node
- Loading branch information
Showing
74 changed files
with
1,594 additions
and
5,575 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,80 +1,103 @@ | ||
import type { SidebarOptions } from '@vuepress/theme-default' | ||
|
||
export const sidebarEn: SidebarOptions = { | ||
'/guide/': [ | ||
'/en': [ | ||
{ | ||
text: 'Guide', | ||
children: [ | ||
'/guide/introduction.md', | ||
'/guide/getting-started.md', | ||
'/guide/monetization/index.md', | ||
'/guide/configuration.md', | ||
'/guide/page.md', | ||
'/guide/markdown.md', | ||
'/guide/assets.md', | ||
'/guide/i18n.md', | ||
'/guide/deployment.md', | ||
'/guide/theme.md', | ||
'/guide/plugin.md', | ||
'/guide/bundler.md', | ||
'/guide/migration.md', | ||
'/guide/troubleshooting.md', | ||
], | ||
text: 'Get Started', | ||
collapsible: true, | ||
link: 'get-started.md', | ||
}, | ||
], | ||
'/reference/': [ | ||
{ | ||
text: 'Core', | ||
collapsible: true, | ||
text: 'Ways to Monetize', | ||
children: [ | ||
'/reference/cli.md', | ||
'/reference/config.md', | ||
'/reference/frontmatter.md', | ||
'/reference/components.md', | ||
'/reference/plugin-api.md', | ||
'/reference/theme-api.md', | ||
'/reference/client-api.md', | ||
'/reference/node-api.md', | ||
'monetization/get-started-monetization.md', | ||
], | ||
}, | ||
{ | ||
text: 'Bundlers', | ||
children: ['/reference/bundler/vite.md', '/reference/bundler/webpack.md'], | ||
}, | ||
{ | ||
text: 'Ecosystem', | ||
text: 'User Documentation', | ||
children: [ | ||
{ | ||
text: 'Default Theme', | ||
link: 'https://ecosystem.vuejs.press/themes/default/', | ||
}, | ||
{ | ||
text: 'Plugins', | ||
link: 'https://ecosystem.vuejs.press/plugins/', | ||
}, | ||
'user-docs/easy-node-setup.md', | ||
], | ||
}, | ||
], | ||
'/advanced/': [ | ||
{ | ||
text: 'Advanced', | ||
text: 'Developer Documentation', | ||
collapsible: true, | ||
children: [ | ||
'/advanced/architecture.md', | ||
'/advanced/plugin.md', | ||
'/advanced/theme.md', | ||
'dev-docs/get-started-dev.md', | ||
'dev-docs/mini-apps.md', | ||
'dev-docs/barteron-app.md', | ||
'dev-docs/full-node-setup.md', | ||
], | ||
}, | ||
{ | ||
text: 'Cookbook', | ||
text: 'Contributing to Bastyon', | ||
collapsible: true, | ||
children: [ | ||
'/advanced/cookbook/README.md', | ||
'/advanced/cookbook/usage-of-client-config.md', | ||
'/advanced/cookbook/adding-extra-pages.md', | ||
'/advanced/cookbook/making-a-theme-extendable.md', | ||
'/advanced/cookbook/passing-data-to-client-code.md', | ||
'/advanced/cookbook/markdown-and-vue-sfc.md', | ||
'/advanced/cookbook/resolving-routes.md', | ||
'CONTRIBUTING.md', | ||
], | ||
}, | ||
], | ||
] | ||
// '/en/monetization': [ | ||
// { | ||
// text: 'Ways to Monetize', | ||
// children: [ | ||
// 'get-started-monetization.md', | ||
// ], | ||
// }, | ||
// { | ||
// text: 'Developer Documentation', | ||
// collapsible: true, | ||
// children: [ | ||
// '/dev-docs/get-started-dev', | ||
// ], | ||
// }, | ||
// ], | ||
// 'en': [ | ||
// { | ||
// text: 'Developer Documentation', | ||
// collapsible: true, | ||
// children: [ | ||
// '/dev-docs/get-started-dev', | ||
// ], | ||
// }, | ||
// { | ||
// text: 'Bundlers', | ||
// children: ['/reference/bundler/vite.md', '/reference/bundler/webpack.md'], | ||
// }, | ||
// { | ||
// text: 'Ecosystem', | ||
// children: [ | ||
// { | ||
// text: 'Default Theme', | ||
// link: 'https://ecosystem.vuejs.press/themes/default/', | ||
// }, | ||
// { | ||
// text: 'Plugins', | ||
// link: 'https://ecosystem.vuejs.press/plugins/', | ||
// }, | ||
// ], | ||
// }, | ||
// ], | ||
// '/advanced/': [ | ||
// { | ||
// text: 'Advanced', | ||
// children: [ | ||
// '/advanced/architecture.md', | ||
// '/advanced/plugin.md', | ||
// '/advanced/theme.md', | ||
// ], | ||
// }, | ||
// { | ||
// text: 'Cookbook', | ||
// children: [ | ||
// '/advanced/cookbook/README.md', | ||
// '/advanced/cookbook/usage-of-client-config.md', | ||
// '/advanced/cookbook/adding-extra-pages.md', | ||
// '/advanced/cookbook/making-a-theme-extendable.md', | ||
// '/advanced/cookbook/passing-data-to-client-code.md', | ||
// '/advanced/cookbook/markdown-and-vue-sfc.md', | ||
// '/advanced/cookbook/resolving-routes.md', | ||
// ], | ||
// }, | ||
// ], | ||
} |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.