docs: add web dashboard documentation (#8864)

- New docs page: user-guide/features/web-dashboard.md covering
  quick start, prerequisites, all three pages (Status, Config, API Keys),
  the /reload slash command, REST API endpoints, CORS config, and
  development workflow
- Added 'Management' category in sidebar for web-dashboard
- Added 'hermes web' to CLI commands reference with options table
- Added '/reload' to slash commands reference (both CLI and gateway tables)
This commit is contained in:
Teknium 2026-04-13 01:15:27 -07:00 committed by GitHub
parent 73ed09e145
commit 35b11f48a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 224 additions and 0 deletions

View file

@ -73,6 +73,13 @@ const sidebars: SidebarsConfig = {
'user-guide/features/tts',
],
},
{
type: 'category',
label: 'Management',
items: [
'user-guide/features/web-dashboard',
],
},
{
type: 'category',
label: 'Advanced',