diff --git a/docs/paper/reference/paper-global-configuration.md b/docs/paper/configuration/paper-global.md similarity index 99% rename from docs/paper/reference/paper-global-configuration.md rename to docs/paper/configuration/paper-global.md index ed166ab24..376a24917 100644 --- a/docs/paper/reference/paper-global-configuration.md +++ b/docs/paper/configuration/paper-global.md @@ -1,5 +1,5 @@ --- -slug: /paper/reference/paper-global-configuration +slug: /paper/configuration/paper-global keywords: - paper.yml - paper.yml settings @@ -9,7 +9,7 @@ keywords: Global configuration options exposed by Paper will affect all worlds on a server, or the server function itself. For per-world configuration, see the -[Per World Configuration Reference](paper-per-world-configuration.md) +[Per World Configuration Reference](paper-per-world.md) ### use-display-name-in-quit-message diff --git a/docs/paper/reference/paper-per-world-configuration.md b/docs/paper/configuration/paper-per-world.md similarity index 99% rename from docs/paper/reference/paper-per-world-configuration.md rename to docs/paper/configuration/paper-per-world.md index 8554a950f..44e6d7850 100644 --- a/docs/paper/reference/paper-per-world-configuration.md +++ b/docs/paper/configuration/paper-per-world.md @@ -1,5 +1,5 @@ --- -slug: /paper/reference/paper-per-world-configuration +slug: /paper/configuration/paper-per-world keywords: - paper.yml - paper.yml world-settings @@ -10,7 +10,7 @@ keywords: World settings are configured on a per-world basis. The child-node _default_ is used for all worlds that do not have their own specific settings. For more information about how per world configuration of Paper works, see the [Per World Configuration Guide](../how-to/per-world-configuration.md). For -global config, see the [Paper Global Configuration Reference](paper-global-configuration.md) +global config, see the [Paper Global Configuration Reference](paper-global.md) ### disable-teleportation-suffocation-check diff --git a/docs/paper/getting-started/README.md b/docs/paper/getting-started/README.md index 291d4513b..283ac53d3 100644 --- a/docs/paper/getting-started/README.md +++ b/docs/paper/getting-started/README.md @@ -50,8 +50,8 @@ disables Vanilla's GUI, so you don't get double interfaces when using the comman For more advanced Java tuning, see [Aikar's Flags](../how-to/aikars-flags.md). -To configure your server, see the [Global Configuration](../reference/paper-global-configuration.md) -and [Per World Configuration](../reference/paper-per-world-configuration.md) pages. +To configure your server, see the [Global Configuration](../configuration/paper-global.md) and +[Per World Configuration](../configuration/paper-per-world.md) pages. ## Updating The Server diff --git a/docs/velocity/reference/commands.md b/docs/velocity/configuration/commands.md similarity index 100% rename from docs/velocity/reference/commands.md rename to docs/velocity/configuration/commands.md diff --git a/docs/velocity/reference/comparison.md b/docs/velocity/configuration/comparison.md similarity index 100% rename from docs/velocity/reference/comparison.md rename to docs/velocity/configuration/comparison.md diff --git a/docs/velocity/reference/configuration.md b/docs/velocity/configuration/configuration.md similarity index 100% rename from docs/velocity/reference/configuration.md rename to docs/velocity/configuration/configuration.md diff --git a/docs/velocity/reference/libraries.md b/docs/velocity/configuration/libraries.md similarity index 100% rename from docs/velocity/reference/libraries.md rename to docs/velocity/configuration/libraries.md diff --git a/docs/velocity/reference/server-compatibility.md b/docs/velocity/configuration/server-compatibility.md similarity index 100% rename from docs/velocity/reference/server-compatibility.md rename to docs/velocity/configuration/server-compatibility.md diff --git a/docs/velocity/getting-started/README.md b/docs/velocity/getting-started/README.md index f94832381..93478a59a 100644 --- a/docs/velocity/getting-started/README.md +++ b/docs/velocity/getting-started/README.md @@ -90,7 +90,7 @@ We now need to configure each server to accept connections from the proxy. Velocity is a highly configurable proxy. While most users will not need to change everything in the config, there are tons of options covered -[on the configuration wiki page](../reference/configuration.md) along with an explanation on how +[on the configuration wiki page](../configuration/configuration.md) along with an explanation on how each option works. However, in this section we will do the bare minimum to get the proxy up and running. diff --git a/sidebars.js b/sidebars.js index b7c81bd6b..7c309e9f9 100644 --- a/sidebars.js +++ b/sidebars.js @@ -37,11 +37,8 @@ const sidebars = { }, { type: "category", - label: "Reference", - items: [ - "paper/reference/paper-global-configuration", - "paper/reference/paper-per-world-configuration", - ], + label: "Configuration", + items: ["paper/configuration/paper-global", "paper/configuration/paper-per-world"], }, ], }, @@ -78,13 +75,13 @@ const sidebars = { }, { type: "category", - label: "Reference", + label: "Configuration", items: [ - "velocity/reference/configuration", - "velocity/reference/commands", - "velocity/reference/server-compatibility", - "velocity/reference/comparison", - "velocity/reference/libraries", + "velocity/configuration/configuration", + "velocity/configuration/commands", + "velocity/configuration/server-compatibility", + "velocity/configuration/comparison", + "velocity/configuration/libraries", ], }, {