Skip to content

Commit 0f0f9a2

Browse files
authored
Merge pull request #32 from aleph-im/feature/troubleshooting-reorg
Add comprehensive troubleshooting documentation for compute nodes
2 parents bf29390 + 15c5af1 commit 0f0f9a2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/.vitepress/config.mts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ export default defineConfig({
108108
text: 'Core Channel Nodes',
109109
items: [
110110
{ text: 'Introduction', link: '/nodes/core/introduction/' },
111-
{ text: 'Installation', link: '/nodes/core/installation/' }
111+
{ text: 'Installation', link: '/nodes/core/installation/' },
112+
{ text: 'Troubleshooting', link: '/nodes/core/troubleshooting/' }
112113
]
113114
},
114115
{
@@ -130,7 +131,8 @@ export default defineConfig({
130131
{ text: 'Enable Pay-as-you-go', link: '/nodes/compute/advanced/pay-as-you-go/' },
131132
{ text: 'Local Testing', link: '/nodes/compute/advanced/local-testing/' }
132133
]
133-
}
134+
},
135+
{ text: 'Troubleshooting', link: '/nodes/compute/troubleshooting/' }
134136
]
135137
},
136138
{
File renamed without changes.

0 commit comments

Comments
 (0)