mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-01 03:16:22 +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
|
# Reverse Proxy Setup
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
sidebar_position: 3
|
sidebar_position: 4
|
||||||
---
|
---
|
||||||
|
|
||||||
# V2 Migration Guide
|
# V2 Migration Guide
|
||||||
|
|
|
@ -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?
|
|
@ -58,6 +58,7 @@ const sidebars: SidebarsConfig = {
|
||||||
collapsible: false,
|
collapsible: false,
|
||||||
items: [
|
items: [
|
||||||
'faq',
|
'faq',
|
||||||
|
'troubleshooting',
|
||||||
'release-notes',
|
'release-notes',
|
||||||
'roadmap',
|
'roadmap',
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue