Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement diataxis #1742

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
10 changes: 5 additions & 5 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,20 +255,20 @@ function nav() {
text: "Join the network",
Mackenzie-OO7 marked this conversation as resolved.
Show resolved Hide resolved
items: [
{ text: "Learn", link: "/learn/how-celestia-works/overview" },
{ text: "Networks", link: "/how-to-guides/participate" },
{ text: "Nodes", link: "/how-to-guides/nodes-overview" },
{ text: "Developers", link: "/how-to-guides/build-whatever" },
{ text: "Build whatever", link: "/how-to-guides/build-whatever" },
{ text: "Node API", link: "/tutorials/node-api" },
{ text: "Discord", link: "https://discord.gg/celestiacommunity" },
{
text: "Quick start",
items: [
{ text: "Run a node", link: "/how-to-guides/nodes-overview" },
{ text: "Blob tutorial", link: "/tutorials/node-tutorial" },
{
text: "celestia-app specs",
link: "https://celestiaorg.github.io/celestia-app/",
},
{
text: "celestia-node API",
text: "celestia-node API docs",
link: "https://node-rpc-docs.celestia.org/",
},
],
Expand Down Expand Up @@ -375,7 +375,7 @@ function sidebarHome() {
],
},
{
text: "How To Guides",
text: "How-to guides",
collapsed: true,
items: [
{
Expand Down
10 changes: 5 additions & 5 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ features:
details: Celestia allows you to deploy your own blockchain in minutes, as easily as a smart contract.
link: /learn/how-celestia-works/overview
icon: 🏗️
- title: Run a node
details: Access the dynamic scaling unlocked by data availability sampling, where scale increases with the number of users.
- title: How-to guides
details: Explore step-by-step guides for running a node, posting data blobs, building applications and sovereign rollups on Celestia.
link: /how-to-guides/nodes-overview
icon: 📈
- title: Developers
details: Create applications using your favorite VM or define your own. Build sovereign rollups, a new type of self-governing blockchain with minimal platform risk.
link: /how-to-guides/build-whatever
- title: Tutorials
details: Access tutorials for interacting with celestia-node through the node API.
jcstein marked this conversation as resolved.
Show resolved Hide resolved
link: /tutorials/node-api
icon: ⚙️
- title: Community
details: Join the Celestia discord to connect, collaborate, and contribute to the future of modular blockchains.
Expand Down
Loading