Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 378e0a0

Browse files
committed
add config to learn
1 parent b23bcfb commit 378e0a0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.vitepress/config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,10 @@ function sidebarHome() {
212212
text: "Execution",
213213
link: "/learn/execution"
214214
},
215+
{
216+
text: "Configuration",
217+
link: "/learn/config"
218+
},
215219
{
216220
text: "Technical Specifications",
217221
collapsed: true,
@@ -242,7 +246,6 @@ function sidebarHome() {
242246
collapsed: true,
243247
items: [
244248
{
245-
text: "Deploy A Local DA",
246249
link: "/guides/da/local-da",
247250
},
248251
{

0 commit comments

Comments
 (0)