11// @ts -check
22import { defineConfig } from "astro/config" ;
3+
34import starlight from "@astrojs/starlight" ;
45import tailwind from "@astrojs/tailwind" ;
56
@@ -25,8 +26,10 @@ export default defineConfig({
2526 label : "The Vision" ,
2627 items : [
2728 { label : "Introduction" , slug : "index" } ,
28- { label : "v1 Concepts and Terminology" , slug : "concepts/terminology" } ,
29-
29+ {
30+ label : "v1 Concepts and Terminology" ,
31+ slug : "concepts/terminology" ,
32+ } ,
3033 ] ,
3134 } ,
3235 {
@@ -52,7 +55,10 @@ export default defineConfig({
5255 label : "Agents & Modules" ,
5356 items : [
5457 { label : "Concepts" , slug : "agents/what-is-a-agent" } ,
55- { label : "Register to the Network" , slug : "agents/register-a-agent" } ,
58+ {
59+ label : "Register to the Network" ,
60+ slug : "agents/register-a-agent" ,
61+ } ,
5662 {
5763 label : "Connect to a Module" ,
5864 slug : "agents/connect-to-a-agent" ,
@@ -80,12 +86,26 @@ export default defineConfig({
8086 ] ,
8187 } ,
8288 {
83- label : "Allocator " ,
89+ label : "Web apps " ,
8490 items : [
85- { label : "Querying allocated stake" , slug : "allocator/querying-stake-weight" } ,
86- ]
87- }
88-
91+ {
92+ label : "Introduction" ,
93+ slug : "web-apps/intro" ,
94+ } ,
95+ {
96+ label : "Installation" ,
97+ slug : "web-apps/installation" ,
98+ } ,
99+ {
100+ label : "Develop" ,
101+ slug : "web-apps/develop" ,
102+ } ,
103+ {
104+ label : "Querying allocated stake" ,
105+ slug : "web-apps/querying-stake-weight" ,
106+ } ,
107+ ] ,
108+ } ,
89109 ] ,
90110 editLink : {
91111 baseUrl : "https://github.com/renlabs-dev/torus-docs/edit/main/docs/" ,
0 commit comments