mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-04 03:42:40 +02:00
WIP skeleton for new docs.
This commit is contained in:
parent
b23ca1af04
commit
4fad1b5a57
43 changed files with 277 additions and 0 deletions
4
webpage/docs/advanced-topics/_category_.json
Normal file
4
webpage/docs/advanced-topics/_category_.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"position": 5,
|
||||
"label": "Advanced Topics"
|
||||
}
|
7
webpage/docs/advanced-topics/customizing-ui.md
Normal file
7
webpage/docs/advanced-topics/customizing-ui.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
sidebar_position: 3
|
||||
---
|
||||
|
||||
# Customizing the UI
|
||||
|
||||
Modifying Neko’s interface, branding, and user experience.
|
7
webpage/docs/advanced-topics/logging-monitoring.md
Normal file
7
webpage/docs/advanced-topics/logging-monitoring.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
sidebar_position: 4
|
||||
---
|
||||
|
||||
# Logging & Monitoring
|
||||
|
||||
How to track logs and monitor system performance.
|
7
webpage/docs/advanced-topics/networking.md
Normal file
7
webpage/docs/advanced-topics/networking.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
sidebar_position: 2
|
||||
---
|
||||
|
||||
# Networking
|
||||
|
||||
Required network settings and firewall rules for smooth operation.
|
7
webpage/docs/advanced-topics/reverse-proxy-setup.md
Normal file
7
webpage/docs/advanced-topics/reverse-proxy-setup.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# Reverse Proxy Setup
|
||||
|
||||
Setting up a reverse proxy for SSL termination and domain-based access (NGINX, Caddy, Traefik).
|
Loading…
Add table
Add a link
Reference in a new issue