Skip to content

Commit

Permalink
Reintroduce Learn Folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ImmaZoni committed Nov 16, 2023
1 parent be617b8 commit ee8d656
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/learn/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Learn",
"position": 1,
"link": {
"type": "generated-index",
"description": "Learn about the Subspace Network"
}
}
2 changes: 1 addition & 1 deletion docs/intro.md → docs/learn/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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%20&%20Staking/Farming/Pulsar/pulsar-prerequisites.mdx)
### - [Start Farming with Pulsar](../farming-&-staking/farming/pulsar/pulsar-prerequisites.mdx)

## 📖 Develop on Subspace Network
---
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function HomepageHeader() {
farmingLink: (
<Link
className="button button--secondary button--lg"
to="/docs/intro">
to="/docs/learn/intro">
<Translate
id="homepage.startFarming.linkLabel"
description="The label for the link button">
Expand Down

0 comments on commit ee8d656

Please sign in to comment.