mirror of
https://github.com/m1k1o/neko.git
synced 2025-04-28 18:06:20 +02:00
move troubleshooting to Help & Support.
This commit is contained in:
parent
e3cdad3f81
commit
718294bbbf
4 changed files with 3 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
sidebar_position: 2
|
||||
sidebar_position: 3
|
||||
---
|
||||
|
||||
# Reverse Proxy Setup
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
sidebar_position: 3
|
||||
sidebar_position: 4
|
||||
---
|
||||
|
||||
# V2 Migration Guide
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
---
|
||||
sidebar_position: 4
|
||||
---
|
||||
|
||||
# Troubleshooting
|
||||
|
||||
Neko UI loads, but you don't see the screen, and it gives you a `connection timeout` or `disconnected` error?
|
|
@ -58,6 +58,7 @@ const sidebars: SidebarsConfig = {
|
|||
collapsible: false,
|
||||
items: [
|
||||
'faq',
|
||||
'troubleshooting',
|
||||
'release-notes',
|
||||
'roadmap',
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue