From 4a7e89dabdd2744ef232c3921d18d497305f8e26 Mon Sep 17 00:00:00 2001 From: Christian Raoulis Date: Thu, 29 Aug 2024 15:27:41 +0200 Subject: [PATCH] add empty paged for storage and network module --- docs/network/_category_.json | 4 ++++ docs/{ => network}/getting-started/Installation.md | 0 docs/{ => network}/getting-started/_category_.json | 0 docs/storage/_category_.json | 4 ++++ docs/storage/getting-started/Installation.md | 0 docs/storage/getting-started/_category_.json | 4 ++++ src/pages/index.tsx | 2 +- 7 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 docs/network/_category_.json rename docs/{ => network}/getting-started/Installation.md (100%) rename docs/{ => network}/getting-started/_category_.json (100%) create mode 100644 docs/storage/_category_.json create mode 100644 docs/storage/getting-started/Installation.md create mode 100644 docs/storage/getting-started/_category_.json diff --git a/docs/network/_category_.json b/docs/network/_category_.json new file mode 100644 index 00000000..b74bf3ff --- /dev/null +++ b/docs/network/_category_.json @@ -0,0 +1,4 @@ +{ + "label": "Network", + "position": 1 +} \ No newline at end of file diff --git a/docs/getting-started/Installation.md b/docs/network/getting-started/Installation.md similarity index 100% rename from docs/getting-started/Installation.md rename to docs/network/getting-started/Installation.md diff --git a/docs/getting-started/_category_.json b/docs/network/getting-started/_category_.json similarity index 100% rename from docs/getting-started/_category_.json rename to docs/network/getting-started/_category_.json diff --git a/docs/storage/_category_.json b/docs/storage/_category_.json new file mode 100644 index 00000000..608194e0 --- /dev/null +++ b/docs/storage/_category_.json @@ -0,0 +1,4 @@ +{ + "label": "Storage", + "position": 1 +} \ No newline at end of file diff --git a/docs/storage/getting-started/Installation.md b/docs/storage/getting-started/Installation.md new file mode 100644 index 00000000..e69de29b diff --git a/docs/storage/getting-started/_category_.json b/docs/storage/getting-started/_category_.json new file mode 100644 index 00000000..87121b81 --- /dev/null +++ b/docs/storage/getting-started/_category_.json @@ -0,0 +1,4 @@ +{ + "label": "Getting Started", + "position": 1 +} \ No newline at end of file diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 1046ed19..f66b4653 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -19,7 +19,7 @@ function HomepageHeader() {
+ to="/docs/storage/getting-started/Installation"> Getting Started