Restore websocket docs and add sidebar navigation

Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/c762752f-46be-44f6-a05d-8c5effc8ef43
This commit is contained in:
copilot-swe-agent[bot] 2026-03-25 13:51:10 +00:00
parent c8c9f9ada5
commit 6d6d1105eb
4 changed files with 1198 additions and 0 deletions

View file

@ -62,6 +62,15 @@ export const defaultThemeConfig_en: DefaultThemeLocaleData = {
"/guide/creating-text-script.md",
"/guide/chat-bots.md",
"/guide/creating-bots.md",
{
text: "WebSocket Bot",
collapsible: true,
children: [
"/guide/websocket/README.md",
"/guide/websocket/Commands.md",
"/guide/websocket/Events.md",
],
},
"/guide/ai-assisted-development.md",
"/guide/contibuting.md"
],