📚 next and previous page buttons

This commit is contained in:
EntireTwix 2021-07-05 02:38:57 -07:00
parent a5d06bfa70
commit 1f5f052de1
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,4 @@
* [problem/solution](docs/idea.md) * [problem/solution](docs/idea.md)
* [contributors](docs/contributors.md)
* connected services * connected services
* how to contribute * how to contribute
* [explanation](docs/connected_services/how_to/explanation.md) * [explanation](docs/connected_services/how_to/explanation.md)
@ -11,4 +10,5 @@
* [implementation](docs/features/implementation.md) * [implementation](docs/features/implementation.md)
* [building](docs/building.md) * [building](docs/building.md)
* [FAQ](docs/FAQ.md) * [FAQ](docs/FAQ.md)
* [contributors](docs/contributors.md)
* [Patreon](https://www.patreon.com/twoxx) if you wanna support this and/or future projects. * [Patreon](https://www.patreon.com/twoxx) if you wanna support this and/or future projects.

View file

@ -18,4 +18,4 @@ if an API does not exist for your language it is simple to make one, and I encou
while developing make sure to reference the list of [endpoints](endpoints.md) while developing make sure to reference the list of [endpoints](endpoints.md)
[PREVIOUS PAGE](../../contributors.md) | [NEXT PAGE](APIs.md) [PREVIOUS PAGE](../../idea.md) | [NEXT PAGE](APIs.md)

View file

@ -22,4 +22,4 @@ running it local to the minecraft server reduces latency for ComputerCraft conne
**DISCLAIMER: if you are to run it locally and want to use ComputerCraft with it, make sure to add `127.0.0.1` to ComputerCraft's config section `allowed_domains`** **DISCLAIMER: if you are to run it locally and want to use ComputerCraft with it, make sure to add `127.0.0.1` to ComputerCraft's config section `allowed_domains`**
[PREVIOUS PAGE](../README.md) | [NEXT PAGE](contributors.md) [PREVIOUS PAGE](../README.md) | [NEXT PAGE](connected_services/how_to/explanation.md)