Skip to content

Commit

Permalink
chore: reduce navbar items
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejVukosav committed Dec 19, 2024
1 parent 7e541b2 commit 0aee7ee
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 23 deletions.
4 changes: 2 additions & 2 deletions docs/02-getting-started/01-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ cargo run -p merod -- --node-name node1 --home data init --server-port 2428 --sw
> You can also view these settings in the config.toml file located within the
> node folder.
>
> **Near** ![NearConfig](/init/near-config.png) **Starknet**
> ![SnConfig](/init/sn-config.png) **Internet Computer (ICP)**
> **Near** ![NearConfig](/init/near-config.png) **Starknet** >
> ![SnConfig](/init/sn-config.png) **Internet Computer (ICP)** >
> ![ICPConfig](/init/icp-config.png)
#### 2. Run node
Expand Down
38 changes: 17 additions & 21 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,30 +92,26 @@ const config: Config = {
position: 'left',
label: 'Getting Started',
},
{
to: '/core-concepts/terminology',
position: 'left',
label: 'Core Concepts',
},
{
to: '/architecture/system-overview',
position: 'left',
label: 'Architecture',
},
{
to: '/developer-tools/overview',
position: 'left',
label: 'Developer Tools',
},
{
to: '/tutorials/overview',
position: 'left',
label: 'Tutorials',
},
{
label: 'Other', // Label for the dropdown
position: 'right', // Position in the navbar
items: [
{
to: '/core-concepts/terminology',
label: 'Core Concepts',
},
{
to: '/architecture/system-overview',
label: 'Architecture',
},
{
to: '/developer-tools/overview',
label: 'Developer Tools',
},
{
to: '/tutorials/overview',
label: 'Tutorials',
},
{
to: '/resources/manifesto',
label: 'Resources',
Expand Down Expand Up @@ -199,7 +195,7 @@ const config: Config = {
mermaid: {
theme: {
light: 'neutral',
dark: 'dark'
dark: 'dark',
},
},
} as Preset.ThemeConfig,
Expand Down

0 comments on commit 0aee7ee

Please sign in to comment.