mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
📚 next and previous page buttons
This commit is contained in:
parent
a5d06bfa70
commit
1f5f052de1
3 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,4 @@
|
|||
* [problem/solution](docs/idea.md)
|
||||
* [contributors](docs/contributors.md)
|
||||
* connected services
|
||||
* how to contribute
|
||||
* [explanation](docs/connected_services/how_to/explanation.md)
|
||||
|
|
@ -11,4 +10,5 @@
|
|||
* [implementation](docs/features/implementation.md)
|
||||
* [building](docs/building.md)
|
||||
* [FAQ](docs/FAQ.md)
|
||||
* [contributors](docs/contributors.md)
|
||||
* [Patreon](https://www.patreon.com/twoxx) if you wanna support this and/or future projects.
|
||||
|
|
@ -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)
|
||||
|
||||
[PREVIOUS PAGE](../../contributors.md) | [NEXT PAGE](APIs.md)
|
||||
[PREVIOUS PAGE](../../idea.md) | [NEXT PAGE](APIs.md)
|
||||
|
|
@ -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`**
|
||||
|
||||
[PREVIOUS PAGE](../README.md) | [NEXT PAGE](contributors.md)
|
||||
[PREVIOUS PAGE](../README.md) | [NEXT PAGE](connected_services/how_to/explanation.md)
|
||||
Loading…
Reference in a new issue