mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
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:
parent
c8c9f9ada5
commit
6d6d1105eb
4 changed files with 1198 additions and 0 deletions
|
|
@ -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"
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue