Skip to content

Commit

Permalink
add empty paged for storage and network module
Browse files Browse the repository at this point in the history
  • Loading branch information
Charismara committed Aug 29, 2024
1 parent 7375f0c commit 4a7e89d
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/network/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "Network",
"position": 1
}
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions docs/storage/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "Storage",
"position": 1
}
Empty file.
4 changes: 4 additions & 0 deletions docs/storage/getting-started/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "Getting Started",
"position": 1
}
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function HomepageHeader() {
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="/docs/getting-started/installation">
to="/docs/storage/getting-started/Installation">
Getting Started
</Link>
</div>
Expand Down

0 comments on commit 4a7e89d

Please sign in to comment.