Skip to content

Commit c01b29c

Browse files
committed
Fixes
1 parent 3ba1d8a commit c01b29c

File tree

8 files changed

+27
-10
lines changed

8 files changed

+27
-10
lines changed

config/_default/menus/menus.en.toml

+4-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
[[main]]
1616
name = "Resources"
17-
url = "/resources/other-resources/"
17+
url = "/resources/additional-learning/"
1818
weight = 3000
1919
[main.params]
2020
identifier = "resources"
@@ -117,7 +117,6 @@
117117
name = "Filecoin"
118118
weight = 50
119119
identifier = "curriculum-filecoin"
120-
url = "/curriculum/get-started/what-is-lotus"
121120
[curriculum.params]
122121
image = "/logos/filecoin.png"
123122
width = 100
@@ -130,11 +129,11 @@
130129
weight = 55
131130
identifier = "curriculum-devtools"
132131
[curriculum.params]
133-
image = "/logos/filecoin.png"
132+
image = "/icons/devtools.png"
134133
width = 100
135134
height = 100
136-
section = "devtools"
137-
description = "Tools and projects"
135+
section = "dev-tools"
136+
description = "Learn about some of the most popular tools and projects built using Protocol Labs' technology"
138137

139138
[[prereq]]
140139
name = "Pre-Requisites"

content/en/curriculum/dev-tools/ceramic/index.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ menu:
77
parent: "curriculum-devtools"
88
category: lecture
99
weight: 30
10+
level:
11+
- shallow
12+
- deep
1013
---
1114

1215
Ceramic is a decentralized, open source platform for creating, hosting, and sharing streams of data. With Ceramic's permissionless data streaming network, you can store streams of information and ever-changing files directly on the decentralized web – and share updates with anyone in the world.

content/en/curriculum/dev-tools/fleek/index.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ menu:
77
parent: "curriculum-devtools"
88
category: lecture
99
weight: 40
10+
level:
11+
- shallow
12+
- deep
1013
---
1114

1215
**Fleek** makes it easy to build on Open Web protocols and a base layer infrastructure powered by them. Build and host your sites, apps, Dapps, and other services on trustless, permissionless, and open technologies focused on creating user-controlled, encrypted, private, p2p experiences easily.

content/en/curriculum/dev-tools/introduction/index.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,21 @@ menu:
77
parent: "curriculum-devtools"
88
category: lecture
99
weight: 10
10+
level:
11+
- shallow
12+
- deep
1013
---
1114

1215
There is a large set of tools that are being built on IPFS, IPLD, Libp2p and Filecoin.
1316

1417
This section is a constant work in progress, and highlights just _some_ of the tools being built on the Protocol Labs network that make it easier for you to use IPFS, IPLD, Filecoin, Libp2p, and more.
1518

16-
* **[Textile](/dev-tools/toolkits/textile/)**: A suite of developer tools, including Powergate, Buckets, and ThreadDB, and more
17-
* **[Ceramic](/dev-tools/toolkits/ceramic/)**: Identity-based storage & indexing
19+
* **[Textile](/curriculum/dev-tools/textile/)**: A suite of developer tools, including Powergate, Buckets, and ThreadDB, and more
20+
* **[Ceramic](/curriculum/dev-tools/ceramic/)**: Identity-based storage & indexing
1821
* **[Chainsafe](https://chainsafe.io/)**: Protocol engineering, research, and software teams
1922
* **[Estuary](https://docs.estuary.tech/tutorial-get-an-api-key)**: Public data storage tool for Filecoin & IPFS
20-
* **[Fleek](/dev-tools/toolkits/fleek/)**: For hosting and building DApps on web3
23+
* **[Fleek](/curriculum/dev-tools/fleek/)**: For hosting and building DApps on web3
2124
* **[Fission](https://dev.to/fission/fission-on-the-ipfs-community-call-nof)**: SDK for web3-native apps to help you build web3 products & services
22-
* **[Web3.storage](/dev-tools/toolkits/web3-storage/)**: A pinning service for Filecoin & IPFS storage
23-
* **[Piñata](/dev-tools/toolkits/pinata/)**: A pinning service for individuals and creators
25+
* **[Web3.storage](/curriculum/dev-tools/web3-storage/)**: A pinning service for Filecoin & IPFS storage
26+
* **[Piñata](/curriculum/dev-tools/pinata/)**: A pinning service for individuals and creators
2427
* **[FVM](https://fvm.filecoin.io/)**: Leveraging EVM compatible smart contracts.

content/en/curriculum/dev-tools/pinata/index.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ menu:
77
parent: "curriculum-devtools"
88
category: lecture
99
weight: 50
10+
level:
11+
- shallow
12+
- deep
1013
---
1114

1215
Piñata is a pinning service that allows applications, creators, and individuals to interact with blockchain in a simple, intuitive way. With Piñata you can secure and pin NFTs, as well as add and hide files to the IPFS network with a feature called [submarining](https://www.pinata.cloud/blog/introducing-submarining-what-it-is-why-you-need-it). They also provide [dedicated gateways](https://www.pinata.cloud/blog/the-power-of-dedicated-gateways) and storage servers, and easy upload through their UI.

content/en/curriculum/dev-tools/textile/index.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ menu:
77
parent: "curriculum-devtools"
88
category: lecture
99
weight: 20
10+
level:
11+
- shallow
12+
- deep
1013
---
1114

1215
Learn more about textile on the website at [textile.io](https://linktr.ee/textileio) and in the [docs](https://docs.textile.io/)

content/en/curriculum/dev-tools/web3-storage/index.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ menu:
77
parent: "curriculum-devtools"
88
category: lecture
99
weight: 60
10+
level:
11+
- shallow
12+
- deep
1013
---
1114

1215
With **[Web3.Storage](https://web3.storage/)** you get all the benefits of decentralized storage technologies with the frictionless experience you expect in a modern dev workflow.

static/icons/devtools.png

4.13 KB
Loading

0 commit comments

Comments
 (0)