From aece911b90fa916fc4ce85442d0795a1b6acde11 Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Mon, 5 Jul 2021 02:40:48 -0700 Subject: [PATCH] :books::zap: moved buttons --- docs/building.md | 4 ++-- docs/connected_services/how_to/APIs.md | 3 +-- docs/connected_services/how_to/endpoints.md | 1 - docs/connected_services/how_to/explanation.md | 5 ++--- docs/contributors.md | 4 +--- docs/features/implementation.md | 4 ++-- docs/features/user_side.md | 3 +-- docs/idea.md | 5 ++--- 8 files changed, 11 insertions(+), 18 deletions(-) diff --git a/docs/building.md b/docs/building.md index ba74e16..299b8af 100644 --- a/docs/building.md +++ b/docs/building.md @@ -1,4 +1,5 @@ # Building +[PREVIOUS PAGE](features/implementation.md) | [NEXT PAGE](FAQ.md) ## Drogon Depedencies @@ -52,5 +53,4 @@ with `-D` ``` cmake .. make -j -``` -[PREVIOUS PAGE](features/implementation.md) | [NEXT PAGE](FAQ.md) \ No newline at end of file +``` \ No newline at end of file diff --git a/docs/connected_services/how_to/APIs.md b/docs/connected_services/how_to/APIs.md index 22cd185..61d06c1 100644 --- a/docs/connected_services/how_to/APIs.md +++ b/docs/connected_services/how_to/APIs.md @@ -1,4 +1,3 @@ +[PREVIOUS PAGE](explanation.md) | [NEXT PAGE](endpoints.md) | language | | -------- | - -[PREVIOUS PAGE](explanation.md) | [NEXT PAGE](endpoints.md) \ No newline at end of file diff --git a/docs/connected_services/how_to/endpoints.md b/docs/connected_services/how_to/endpoints.md index f97bfd7..744980a 100644 --- a/docs/connected_services/how_to/endpoints.md +++ b/docs/connected_services/how_to/endpoints.md @@ -1,5 +1,4 @@ # API endpoints - [PREVIOUS PAGE](endpoints.md) | [NEXT PAGE](../existing_services.md) ## KEY diff --git a/docs/connected_services/how_to/explanation.md b/docs/connected_services/how_to/explanation.md index a72ab6b..3125619 100644 --- a/docs/connected_services/how_to/explanation.md +++ b/docs/connected_services/how_to/explanation.md @@ -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) \ No newline at end of file +while developing make sure to reference the list of [endpoints](endpoints.md) \ No newline at end of file diff --git a/docs/contributors.md b/docs/contributors.md index a38b155..bfcc050 100644 --- a/docs/contributors.md +++ b/docs/contributors.md @@ -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) \ No newline at end of file +| [Doggo](https://github.com/FearlessDoggo21) | Logs optimized | \ No newline at end of file diff --git a/docs/features/implementation.md b/docs/features/implementation.md index 6dc1b9b..1715922 100644 --- a/docs/features/implementation.md +++ b/docs/features/implementation.md @@ -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) \ No newline at end of file +## Backwards Compatible API \ No newline at end of file diff --git a/docs/features/user_side.md b/docs/features/user_side.md index ccd470b..57b21a5 100644 --- a/docs/features/user_side.md +++ b/docs/features/user_side.md @@ -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) \ No newline at end of file diff --git a/docs/idea.md b/docs/idea.md index a8f0497..e8db9b8 100644 --- a/docs/idea.md +++ b/docs/idea.md @@ -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) \ No newline at end of file +**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`** \