📚 next and previous page buttons

This commit is contained in:
EntireTwix 2021-07-05 02:36:27 -07:00
parent 1f39a353e5
commit a5d06bfa70
10 changed files with 25 additions and 8 deletions

View file

@ -0,0 +1 @@
[PREVIOUS PAGE](building.md)

View file

@ -53,3 +53,4 @@ with `-D`
cmake <flags of your choice or none> ..
make -j<threads>
```
[PREVIOUS PAGE](features/implementation.md) | [NEXT PAGE](FAQ.md)

View file

@ -0,0 +1 @@
[PREVIOUS PAGE](how_to/endpoints.md) | [NEXT PAGE](../features/user_side.md)

View file

@ -1,2 +1,4 @@
| language |
| -------- |
[PREVIOUS PAGE](explanation.md) | [NEXT PAGE](endpoints.md)

View file

@ -1,5 +1,7 @@
# API endpoints
[PREVIOUS PAGE](endpoints.md) | [NEXT PAGE](../existing_services.md)
## KEY
`Jresp` - Json Response, json must be accepted in the `Accept` header, be that via `application/json` or `*/*`, failing to do so results in error `406`
@ -25,3 +27,4 @@
| :----- | :----------------: |
| GetBal | :heavy_check_mark: |
| GetLog | :heavy_check_mark: |

View file

@ -17,3 +17,5 @@ to make a connected service yourself you can do so by using one of the [langauge
if an API does not exist for your language it is simple to make one, and I encourage you to add it to this list if you do decide to.
while developing make sure to reference the list of [endpoints](endpoints.md)
[PREVIOUS PAGE](../../contributors.md) | [NEXT PAGE](APIs.md)

View file

@ -6,3 +6,5 @@
| [React](https://github.com/Reactified) | logo |
| [Expand](https://github.com/Expand-sys) | fixed docker package |
| [Doggo](https://github.com/FearlessDoggo21) | Logs optimized |
[PREVIOUS PAGE](idea.md) | [NEXT PAGE](connected_services/how_to/explanation.md)

View file

@ -6,3 +6,4 @@
## multi-threading support
## intelligent saving
## Backwards Compatible API
[PREVIOUS PAGE](user_side.md) | [NEXT PAGE](../building.md)

View file

@ -3,3 +3,5 @@
## Accessibility
## Security
## Other
[PREVIOUS PAGE](../connected_services/existing_services.md) | [NEXT PAGE](implementation.md)

View file

@ -21,3 +21,5 @@ or on localhost:
running it local to the minecraft server reduces latency for ComputerCraft connected services, fortunately CCash is sufficiently lightweight as to not impact performance on most setups.
**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)