File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
nodes/compute/troubleshooting Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,8 @@ export default defineConfig({
108
108
text : 'Core Channel Nodes' ,
109
109
items : [
110
110
{ 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/' }
112
113
]
113
114
} ,
114
115
{
@@ -130,7 +131,8 @@ export default defineConfig({
130
131
{ text : 'Enable Pay-as-you-go' , link : '/nodes/compute/advanced/pay-as-you-go/' } ,
131
132
{ text : 'Local Testing' , link : '/nodes/compute/advanced/local-testing/' }
132
133
]
133
- }
134
+ } ,
135
+ { text : 'Troubleshooting' , link : '/nodes/compute/troubleshooting/' }
134
136
]
135
137
} ,
136
138
{
File renamed without changes.
You can’t perform that action at this time.
0 commit comments