diff --git a/docs/Learn/_category_.json b/docs/Learn/_category_.json deleted file mode 100644 index 53e494c4246..00000000000 --- a/docs/Learn/_category_.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "label": "Learn", - "position": 1, - "link": { - "type": "generated-index", - "description": "Learn about the Subspace Network" - } -} diff --git a/docs/Learn/intro.md b/docs/intro.md similarity index 93% rename from docs/Learn/intro.md rename to docs/intro.md index 1e82afb6d3f..91e35d7fb54 100644 --- a/docs/Learn/intro.md +++ b/docs/intro.md @@ -25,7 +25,7 @@ The Subspace Network is an ambitious layer zero protocol which is the first scal Our goal is to bring an extremely low barrier to entry for participating on consensus. You can get started as long as you meet the simple requirements mentioned below. -### - [Start Farming with Pulsar](Farming & Staking/Farming/Pulsar/pulsar-prerequisites) +### - [Start Farming with Pulsar](./Farming%20&%20Staking/Farming/Pulsar/pulsar-prerequisites.mdx) ## 📖 Develop on Subspace Network --- diff --git a/docs/Learn/security.md b/docs/security.md similarity index 100% rename from docs/Learn/security.md rename to docs/security.md diff --git a/docs/Learn/subnomicon.mdx b/docs/subnomicon.mdx similarity index 100% rename from docs/Learn/subnomicon.mdx rename to docs/subnomicon.mdx diff --git a/docusaurus.config.js b/docusaurus.config.js index 109e17d7b82..10ee1a7914f 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -135,15 +135,15 @@ const config = { items: [ { label: 'Contribution Guide', - href: '/docs/community/contribute', + href: '/docs/participate/contribute', }, { label: 'Community Resources', - href: '/docs/community', + href: '/docs/category/participate', }, { label: 'Help Us Translate!', - href: '/docs/Participate/translate' + href: '/docs/participate/translate', } ], }, @@ -180,7 +180,7 @@ const config = { value: '
', }, { - href: 'https://docs.subspace.network/docs/community/translate', + href: 'https://docs.subspace.network/docs/participate/translate', label: '🌏 Help Translate', }, ], diff --git a/versioned_docs/version-latest/Learn/_category_.json b/versioned_docs/version-latest/Learn/_category_.json deleted file mode 100644 index 53e494c4246..00000000000 --- a/versioned_docs/version-latest/Learn/_category_.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "label": "Learn", - "position": 1, - "link": { - "type": "generated-index", - "description": "Learn about the Subspace Network" - } -} diff --git a/versioned_docs/version-latest/Learn/intro.md b/versioned_docs/version-latest/intro.md similarity index 93% rename from versioned_docs/version-latest/Learn/intro.md rename to versioned_docs/version-latest/intro.md index 1e82afb6d3f..91e35d7fb54 100644 --- a/versioned_docs/version-latest/Learn/intro.md +++ b/versioned_docs/version-latest/intro.md @@ -25,7 +25,7 @@ The Subspace Network is an ambitious layer zero protocol which is the first scal Our goal is to bring an extremely low barrier to entry for participating on consensus. You can get started as long as you meet the simple requirements mentioned below. -### - [Start Farming with Pulsar](Farming & Staking/Farming/Pulsar/pulsar-prerequisites) +### - [Start Farming with Pulsar](./Farming%20&%20Staking/Farming/Pulsar/pulsar-prerequisites.mdx) ## 📖 Develop on Subspace Network --- diff --git a/versioned_docs/version-latest/Learn/security.md b/versioned_docs/version-latest/security.md similarity index 100% rename from versioned_docs/version-latest/Learn/security.md rename to versioned_docs/version-latest/security.md diff --git a/versioned_docs/version-latest/Learn/subnomicon.mdx b/versioned_docs/version-latest/subnomicon.mdx similarity index 100% rename from versioned_docs/version-latest/Learn/subnomicon.mdx rename to versioned_docs/version-latest/subnomicon.mdx