Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ const docsSidebar: DefaultTheme.SidebarItem[] = [
{ text: 'Closing a Channel', link: '/building-a-node-with-ldk/closing-a-channel' },
],
},
{ text: 'Getting Started with LDK Node', link: '/getting-started-with-ldk-node' },
{ text: 'Running a sample LDK node', link: '/running-a-sample-ldk-node' },
{
text: 'Advanced Guides',
Expand Down
5 changes: 5 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const docsSidebar = [
["/building-a-node-with-ldk/closing-a-channel", "Closing a Channel"],
],
},
["/getting-started-with-ldk-node", "Getting Started with LDK Node"],
"/running-a-sample-ldk-node",
{
title: "Blockchain Data",
Expand Down Expand Up @@ -221,6 +222,10 @@ module.exports = {
text: "Building a node with LDK",
link: "/building-a-node-with-ldk/introduction/",
},
{
text: "Getting Started with LDK Node",
link: "/getting-started-with-ldk-node/",
},
{
text: "Running a sample LDK node",
link: "/running-a-sample-ldk-node/",
Expand Down
Loading