move troubleshooting to Help & Support.

This commit is contained in:
Miroslav Šedivý 2025-03-22 19:58:07 +01:00
parent e3cdad3f81
commit 718294bbbf
4 changed files with 3 additions and 6 deletions

View file

@ -1,5 +1,5 @@
--- ---
sidebar_position: 2 sidebar_position: 3
--- ---
# Reverse Proxy Setup # Reverse Proxy Setup

View file

@ -1,5 +1,5 @@
--- ---
sidebar_position: 3 sidebar_position: 4
--- ---
# V2 Migration Guide # V2 Migration Guide

View file

@ -1,7 +1,3 @@
---
sidebar_position: 4
---
# Troubleshooting # Troubleshooting
Neko UI loads, but you don't see the screen, and it gives you a `connection timeout` or `disconnected` error? Neko UI loads, but you don't see the screen, and it gives you a `connection timeout` or `disconnected` error?

View file

@ -58,6 +58,7 @@ const sidebars: SidebarsConfig = {
collapsible: false, collapsible: false,
items: [ items: [
'faq', 'faq',
'troubleshooting',
'release-notes', 'release-notes',
'roadmap', 'roadmap',
] ]