mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-29 17:07:15 +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/user-guide/_category_.json
Normal file
4
webpage/docs/user-guide/_category_.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"position": 2,
|
||||
"label": "User Guide"
|
||||
}
|
7
webpage/docs/user-guide/authentication-and-roles.md
Normal file
7
webpage/docs/user-guide/authentication-and-roles.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
sidebar_position: 3
|
||||
---
|
||||
|
||||
# Authentication & User Roles
|
||||
|
||||
Configuring authentication, user roles, and access permissions.
|
7
webpage/docs/user-guide/connecting-and-using-neko.md
Normal file
7
webpage/docs/user-guide/connecting-and-using-neko.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# Connecting & Using Neko
|
||||
|
||||
How users can connect to a Neko session and interact with it.
|
7
webpage/docs/user-guide/managing-sessions.md
Normal file
7
webpage/docs/user-guide/managing-sessions.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
sidebar_position: 2
|
||||
---
|
||||
|
||||
# Managing Sessions
|
||||
|
||||
Guide to starting, stopping, and managing Neko sessions.
|
7
webpage/docs/user-guide/performance-tuning.md
Normal file
7
webpage/docs/user-guide/performance-tuning.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
sidebar_position: 4
|
||||
---
|
||||
|
||||
# Performance Tuning
|
||||
|
||||
Optimizing video quality, latency, and encoding settings (Low Latency, Encoding, etc.).
|
7
webpage/docs/user-guide/security-best-practices.md
Normal file
7
webpage/docs/user-guide/security-best-practices.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
sidebar_position: 5
|
||||
---
|
||||
|
||||
# Security Best Practices
|
||||
|
||||
Tips for securing a Neko deployment, including encryption and firewall settings.
|
Loading…
Add table
Add a link
Reference in a new issue