Skip to content

Commit

Permalink
chore - improve the setup and namings
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP committed Oct 18, 2024
1 parent 1746beb commit 1ae6db6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
sidebar_position: 1
sidebar_label: Docs
---

## Getting Started
Expand Down
2 changes: 2 additions & 0 deletions docs/docs/usage/memory.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
id: Memory usage
sidebar_position: 1
sidebar_label: Memory usage
---

## Using the memory to share data
Expand Down
4 changes: 2 additions & 2 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const config: Config = {
type: 'docSidebar',
sidebarId: 'tutorialSidebar',
position: 'left',
label: 'Tutorial',
label: 'Docs',
},
{ to: '/blog', label: 'Blog', position: 'left' },
{
Expand All @@ -85,7 +85,7 @@ const config: Config = {
title: 'Docs',
items: [
{
label: 'Tutorial',
label: 'Docs',
to: '/docs',
},
],
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function HomepageHeader() {
<Link
className="button button--secondary button--lg"
to="/docs">
Get Started Tutorial
Get Started
</Link>
</div>
</div>
Expand Down

0 comments on commit 1ae6db6

Please sign in to comment.