From 6026e6aad59cd6268cbc9ed1e3c4643dd345c2d6 Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Sun, 4 Jul 2021 20:18:34 -0700 Subject: [PATCH] :books::construction: working on docs --- README.md | 2 +- docs/connected_services/how_to/APIs.md | 2 ++ docs/contributors.md | 13 ++++++------- .../{implementations.md => implementation.md} | 0 4 files changed, 9 insertions(+), 8 deletions(-) rename docs/features/{implementations.md => implementation.md} (100%) diff --git a/README.md b/README.md index a9d95de..5319fd9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ * [existing services](docs/connected_services/existing_services.md) * features * [user side](docs/features/user_side.md) - * [implementation](docs/features/implementations.md) + * [implementation](docs/features/implementation.md) * [building](docs/building.md) * [FAQ](docs/FAQ.md) * [Patreon](https://www.patreon.com/twoxx) if you wanna support this and/or future projects. \ 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 e69de29..bf31292 100644 --- a/docs/connected_services/how_to/APIs.md +++ b/docs/connected_services/how_to/APIs.md @@ -0,0 +1,2 @@ +| language | +| -------- | \ No newline at end of file diff --git a/docs/contributors.md b/docs/contributors.md index d3bbfa6..50c9dc1 100644 --- a/docs/contributors.md +++ b/docs/contributors.md @@ -1,8 +1,7 @@ # Contributors -| name | work | -| :------------------------------------------ | -------------------------- | -| Caesay | Restful API suggestions | -| [Luke](https://github.com/LukeeeeBennett) | JS API, Docker package | -| [React](https://github.com/Reactified) | Computer Craft API, logo | -| [Doggo](https://github.com/FearlessDoggo21) | Logs optimized, Python API | -| [Expand](https://github.com/Expand-sys) | fixed Docker package | \ No newline at end of file +| name | work | +| :------------------------------------------ | ----------------------- | +| Caesay | Restful API suggestions | +| [Luke](https://github.com/LukeeeeBennett) | Docker package | +| [React](https://github.com/Reactified) | logo | +| [Doggo](https://github.com/FearlessDoggo21) | Logs optimized | \ No newline at end of file diff --git a/docs/features/implementations.md b/docs/features/implementation.md similarity index 100% rename from docs/features/implementations.md rename to docs/features/implementation.md