Skip to content

Commit

Permalink
docs: Why Electron?
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrieseberg committed Jan 17, 2025
1 parent f4f10a0 commit 00c14a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 6 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ const config: Config = {
src: 'assets/img/logo.svg',
},
items: [
{
label: 'Why Electron',
type: 'doc',
docId: 'latest/why-electron',
position: 'left',
},
{
label: 'Docs',
type: 'doc',
Expand Down
6 changes: 1 addition & 5 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ module.exports = {
{
type: 'category',
label: 'Get Started',
items: [
'latest/tutorial/introduction',
'latest/tutorial/quick-start',
'latest/tutorial/installation',
],
items: ['latest/tutorial/introduction', 'latest/tutorial/installation'],
},
{
type: 'category',
Expand Down

0 comments on commit 00c14a0

Please sign in to comment.