diff --git a/docs/networking/entities.md b/docs/networking/entities.md index 466b6cfcb..02fd7e627 100644 --- a/docs/networking/entities.md +++ b/docs/networking/entities.md @@ -1,5 +1,7 @@ -Entities -======== +--- +sidebar_position: 2 +title: Synchronizing Entities +--- In addition to regular network messages, there are various other systems provided to handle synchronizing entity data. diff --git a/docs/networking/simpleimpl.md b/docs/networking/simpleimpl.md index 88380f089..3d76aea67 100644 --- a/docs/networking/simpleimpl.md +++ b/docs/networking/simpleimpl.md @@ -1,5 +1,7 @@ -SimpleImpl -========== +--- +sidebar_position: 1 +title: SimpleImpl +--- SimpleImpl is the name given to the packet system that revolves around the `SimpleChannel` class. Using this system is by far the easiest way to send custom data between clients and the server.