Skip to content

Commit 1316efd

Browse files
committed
refactor: reorganise chapters in preparation for the introduction of new sections
1 parent 5cdd422 commit 1316efd

19 files changed

+27
-22
lines changed

src/SUMMARY.md

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,26 @@
22

33
[Introduction](README.md)
44

5-
- [Architecture](1_architecture.md)
6-
- [Manifest](2_manifest.md)
7-
- [Registration](3_registration.md)
8-
- [Clientbound events](4_clientbound/0_index.md)
9-
- [Applications](4_clientbound/applications.md)
10-
- [Deep link](4_clientbound/deep_link.md)
11-
- [Devices](4_clientbound/devices.md)
12-
- [Encoder](4_clientbound/encoder.md)
13-
- [Keypad](4_clientbound/keypad.md)
14-
- [Property inspector](4_clientbound/property_inspector.md)
15-
- [Settings](4_clientbound/settings.md)
16-
- [States](4_clientbound/states.md)
17-
- [Will appear](4_clientbound/will_appear.md)
18-
- [Serverbound events](5_serverbound/0_index.md)
19-
- [Miscellaneous](5_serverbound/misc.md)
20-
- [Property inspector](5_serverbound/property_inspector.md)
21-
- [Settings](5_serverbound/settings.md)
22-
- [States](5_serverbound/states.md)
5+
- [Overview](overview.md)
6+
- [Manifest](manifest.md)
7+
8+
---
9+
10+
# WebSocket API reference
11+
12+
- [Registration](api/registration.md)
13+
- [Clientbound events](api/clientbound/0_index.md)
14+
- [Applications](api/clientbound/applications.md)
15+
- [Deep link](api/clientbound/deep_link.md)
16+
- [Devices](api/clientbound/devices.md)
17+
- [Encoder](api/clientbound/encoder.md)
18+
- [Keypad](api/clientbound/keypad.md)
19+
- [Property inspector](api/clientbound/property_inspector.md)
20+
- [Settings](api/clientbound/settings.md)
21+
- [States](api/clientbound/states.md)
22+
- [Will appear](api/clientbound/will_appear.md)
23+
- [Serverbound events](api/serverbound/0_index.md)
24+
- [Miscellaneous](api/serverbound/misc.md)
25+
- [Property inspector](api/serverbound/property_inspector.md)
26+
- [Settings](api/serverbound/settings.md)
27+
- [States](api/serverbound/states.md)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)