Skip to content

Commit

Permalink
style: fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
jcstein committed Nov 18, 2024
1 parent 097e11a commit 2c80787
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ export default {
],
],

// https://vitepress.dev/concepts/default-theme-config
themeConfig: {
// https://vitepress.dev/concepts/default-theme-config
nav: nav(),
outline: {
level: "deep",
Expand Down Expand Up @@ -226,35 +226,6 @@ export default {
},
};

function nav() {
return [
{
text: "Join the network",
items: [
{ text: "Learn", link: "/learn/how-celestia-works/overview" },
{ text: "Quick start", link: "/how-to-guides/quick-start" },
{ text: "Build whatever", link: "/how-to-guides/build-whatever" },
{
text: "Resources",
items: [
{
text: "Celestia Improvement Proposals (CIPs)",
link: "https://cips.celestia.org/",
},
{
text: "celestia-app specs",
link: "https://celestiaorg.github.io/celestia-app/",
},
{
text: "celestia-node API docs",
link: "https://node-rpc-docs.celestia.org/",
},
],
},
],
},
];
}
function nav() {
return [
{
Expand Down

0 comments on commit 2c80787

Please sign in to comment.