diff --git a/docs/API/_category_.json b/docs/api/_category_.json similarity index 85% rename from docs/API/_category_.json rename to docs/api/_category_.json index c568e0d..fc8815c 100644 --- a/docs/API/_category_.json +++ b/docs/api/_category_.json @@ -1,6 +1,6 @@ { "position": 2, - "label": "Jonas_Jones API", + "label": "API", "collapsible": true, "collapsed": true, "link": { diff --git a/docs/API/intro.mdx b/docs/api/intro.mdx similarity index 99% rename from docs/API/intro.mdx rename to docs/api/intro.mdx index 911262c..e964385 100644 --- a/docs/API/intro.mdx +++ b/docs/api/intro.mdx @@ -1,4 +1,5 @@ --- +slug: /api sidebar_position: 1 --- diff --git a/docs/API/v1-routes/_category_.json b/docs/api/v1-routes/_category_.json similarity index 100% rename from docs/API/v1-routes/_category_.json rename to docs/api/v1-routes/_category_.json diff --git a/docs/API/v1-routes/basic.mdx b/docs/api/v1-routes/basic.mdx similarity index 100% rename from docs/API/v1-routes/basic.mdx rename to docs/api/v1-routes/basic.mdx diff --git a/docs/API/v1-routes/k-comebacks-database.mdx b/docs/api/v1-routes/k-comebacks-database.mdx similarity index 100% rename from docs/API/v1-routes/k-comebacks-database.mdx rename to docs/api/v1-routes/k-comebacks-database.mdx diff --git a/docs/API/v1-routes/minecraft-mod-update-checker.mdx b/docs/api/v1-routes/minecraft-mod-update-checker.mdx similarity index 100% rename from docs/API/v1-routes/minecraft-mod-update-checker.mdx rename to docs/api/v1-routes/minecraft-mod-update-checker.mdx diff --git a/docs/API/v1-routes/projects-database.mdx b/docs/api/v1-routes/projects-database.mdx similarity index 100% rename from docs/API/v1-routes/projects-database.mdx rename to docs/api/v1-routes/projects-database.mdx diff --git a/docs/API/v1-routes/run-scipts.mdx b/docs/api/v1-routes/run-scipts.mdx similarity index 100% rename from docs/API/v1-routes/run-scipts.mdx rename to docs/api/v1-routes/run-scipts.mdx diff --git a/docs/betterconsolemc/examplecommands.mdx b/docs/betterconsolemc/examplecommands.mdx index 93db930..fed37fc 100644 --- a/docs/betterconsolemc/examplecommands.mdx +++ b/docs/betterconsolemc/examplecommands.mdx @@ -79,7 +79,7 @@ SIMPLE 4 0 true update "sudo dnf update -y" This creates a command `/update` that automatically updates a linux system. The command is only available to operators, will, at no point, be terminated and can therefore finish with no time limit. This aproach requires the server to be ran with elevated permissions (sudo) -An Example of a system service file for a minecraft server running on linux can be found in the [Restart Server](#restart-server-linux) section. +An Example of a system service file for a minecraft server running on linux can be found in the [Restart Server](#restart-server) section. ### Launch Second Minecraft server diff --git a/docs/betterconsolemc/intro.mdx b/docs/betterconsolemc/intro.mdx index 1f7fcd8..7da8c7c 100644 --- a/docs/betterconsolemc/intro.mdx +++ b/docs/betterconsolemc/intro.mdx @@ -1,4 +1,5 @@ --- +slug: /betterconsolemc sidebar_position: 1 --- @@ -10,4 +11,4 @@ This mod allows for simple ingame command creation to allow for system command e This mod can be looked at as version 2.0 of [ConsoleMC](https://github.com/JonasunderscoreJones/ConsoleMC) which while being powerful enough, has a big security flaw whe used on big and/or public servers in a way that everyone (that is OP) can run any command on the MC server's host system, giving anyone access to the entire machine and allowing for bad actions to be taken by people who shouldn't have access to it. -Visit the [Configuration](configuration) page to learn how to configure the mod to your liking. +Visit the [Configuration](/betterconsolemc/configuration) page to learn how to configure the mod to your liking. diff --git a/docs/jj_ecosystem.md b/docs/jj_ecosystem.md index 1fd8cfa..b8511f0 100644 --- a/docs/jj_ecosystem.md +++ b/docs/jj_ecosystem.md @@ -4,7 +4,7 @@ sidebar_position: 10 # Jonas_Jones Ecosystem -The Ecosystem is many of my projects working together as a Network. This includes parts like the [API](/category/jonas_jones-api) and [Blog](https://blog.jonasjones.dev). +The Ecosystem is many of my projects working together as a Network. This includes parts like the [API](/api) and [Blog](https://blog.jonasjones.dev). It aims to join many of my own services into a single entity by hosting most of it on Cloudflare.