📚 moved buttons

This commit is contained in:
EntireTwix 2021-07-05 02:40:48 -07:00
parent 1f5f052de1
commit aece911b90
8 changed files with 11 additions and 18 deletions

View file

@ -1,4 +1,5 @@
# Building
[PREVIOUS PAGE](features/implementation.md) | [NEXT PAGE](FAQ.md)
## Drogon Depedencies
@ -52,5 +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

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

View file

@ -1,5 +1,4 @@
# API endpoints
[PREVIOUS PAGE](endpoints.md) | [NEXT PAGE](../existing_services.md)
## KEY

View file

@ -1,3 +1,4 @@
[PREVIOUS PAGE](../../idea.md) | [NEXT PAGE](APIs.md)
Using the ledger's API allows (you/others) to (make/use) connected services that utilize the ledger, below is a visual represenation of connected services:
![image](connected_a.png)
@ -16,6 +17,4 @@ 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](../../idea.md) | [NEXT PAGE](APIs.md)
while developing make sure to reference the list of [endpoints](endpoints.md)

View file

@ -5,6 +5,4 @@
| [Luke](https://github.com/LukeeeeBennett) | Docker package |
| [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)
| [Doggo](https://github.com/FearlessDoggo21) | Logs optimized |

View file

@ -1,3 +1,4 @@
[PREVIOUS PAGE](user_side.md) | [NEXT PAGE](../building.md)
# Implementation Features
## Parallel Hashmap
## xxHash
@ -5,5 +6,4 @@
## drogon webframework
## multi-threading support
## intelligent saving
## Backwards Compatible API
[PREVIOUS PAGE](user_side.md) | [NEXT PAGE](../building.md)
## Backwards Compatible API

View file

@ -1,7 +1,6 @@
[PREVIOUS PAGE](../connected_services/existing_services.md) | [NEXT PAGE](implementation.md)
# Features
## Performance
## Accessibility
## Security
## Other
[PREVIOUS PAGE](../connected_services/existing_services.md) | [NEXT PAGE](implementation.md)

View file

@ -1,3 +1,4 @@
[PREVIOUS PAGE](../README.md) | [NEXT PAGE](connected_services/how_to/explanation.md)
CCash is a web server hosting a ledger for Minecraft, able to be used from anything that can interact with its Restful API, including ComputerCraft.
the currency model most Minecraft Servers adopt if any, is resource based, usually diamonds, this model is fraught with issues however:
@ -20,6 +21,4 @@ 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](connected_services/how_to/explanation.md)
**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`** \