Skip to content

Commit

Permalink
chore: update documentation content (#37)
Browse files Browse the repository at this point in the history
Co-authored-by: Erick Zhao <[email protected]>
  • Loading branch information
github-actions[bot] and erickzhao authored Jun 2, 2021
1 parent 0bf35f1 commit 4224900
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = {
{
label: 'Docs',
type: 'doc',
docId: 'get-started/quick-start',
docId: 'get-started/introduction',
position: 'left',
},
{
Expand Down Expand Up @@ -52,7 +52,7 @@ module.exports = {
items: [
{
label: 'Getting Started',
to: '/docs/get-started/quick-start/',
to: '/docs/get-started/introduction/',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@
"tar-stream": "^2.2.0",
"unist-util-visit-parents": "^3.1.1"
},
"sha": "a22bcb51b32becbd4fc39e54847b914540c2e584"
"sha": "92653901646d4a083e7e88362759a9881e6f34f3"
}
2 changes: 2 additions & 0 deletions scripts/tasks/docs-reorg.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
"docs/tutorial/mac-app-store-submission-guide.md": "docs/distribution/mac-app-store-submission-guide.md",
"docs/tutorial/snapcraft.md": "docs/distribution/snapcraft.md",
"docs/tutorial/windows-store-guide.md": "docs/distribution/windows-store-guide.md",
"docs/tutorial/introduction.md": "docs/get-started/introduction.md",
"docs/tutorial/installation.md": "docs/get-started/installation.md",
"docs/tutorial/process-model.md": "docs/get-started/process-model.md",
"docs/tutorial/quick-start.md": "docs/get-started/quick-start.md",
"docs/tutorial/dark-mode.md": "docs/how-to/dark-mode.md",
"docs/tutorial/desktop-environment-integration.md": "docs/how-to/desktop-environment-integration.md",
Expand Down
13 changes: 7 additions & 6 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ module.exports = {
type: 'category',
label: 'Get Started',
items: [
'get-started/introduction',
'get-started/quick-start',
'get-started/installation',
'get-started/process-model',
],
},
{
Expand Down Expand Up @@ -174,7 +176,7 @@ module.exports = {
'api/tray',
'api/web-contents',
'api/web-frame-main',
].sort(),
],
},
{
type: 'category',
Expand All @@ -187,7 +189,7 @@ module.exports = {
'api/ipc-renderer',
'api/native-image',
'api/web-frame',
].sort(),
],
},
{
type: 'category',
Expand All @@ -197,7 +199,7 @@ module.exports = {
'api/file-object',
'api/webview-tag',
'api/window-open',
].sort(),
],
},
{
type: 'category',
Expand All @@ -206,7 +208,7 @@ module.exports = {
'api/command-line-switches',
'api/environment-variables',
'api/extensions',
].sort(),
],
},
{
type: 'category',
Expand All @@ -232,7 +234,7 @@ module.exports = {
'api/touch-bar-slider',
'api/touch-bar-spacer',
'api/web-request',
].sort()
],
},
{
type: 'category',
Expand Down Expand Up @@ -272,7 +274,6 @@ module.exports = {
'api/structures/notification-response',
'api/structures/point',
'api/structures/post-body',
'api/structures/post-data',
'api/structures/printer-info',
'api/structures/process-memory-info',
'api/structures/process-metric',
Expand Down

0 comments on commit 4224900

Please sign in to comment.