Skip to content

Commit

Permalink
Break up configuration page into multiple pages. (#327)
Browse files Browse the repository at this point in the history
* Create own page for proxy configuration

* Add warning to using bungeecord

* Add page on compression

* Update proxy page to use better format

* Add auth page

* Update compression page to use new format

* Move configuration above dev docs

* Add resource pack page

* Add page for command config

* Fix formatting

* Add page on RCON

* Add PVP page

* Fix PVP page

* Add logging page

* Add query page

* Add LAN broadcast page

* Remove advanced config page
  • Loading branch information
neeleshpoli authored Nov 30, 2024
1 parent 34212c9 commit 5ddbf92
Show file tree
Hide file tree
Showing 12 changed files with 812 additions and 458 deletions.
25 changes: 17 additions & 8 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,23 @@ export default defineConfig({
{ text: "Benchmarks", link: "/about/benchmarks" },
],
},
{
text: "Configuration",
items: [
{ text: "Introduction", link: "/config/introduction" },
{ text: "Basic", link: "/config/basic" },
{ text: "Proxy", link: "/config/proxy"},
{ text: "Authentication", link: "/config/authentication"},
{ text: "Compression", link: "/config/compression"},
{ text: "Resource Pack", link: "/config/resource-pack"},
{ text: "Commands", link: "/config/commands"},
{ text: "RCON", link: "/config/rcon"},
{ text: "PVP", link: "/config/pvp"},
{ text: "Logging", link: "/config/logging"},
{ text: "Query", link: "/config/query"},
{ text: "LAN Broadcast", link: "/config/lan-broadcast"},
],
},
{
text: "Developers",
items: [
Expand All @@ -38,14 +55,6 @@ export default defineConfig({
{ text: "World", link: "developer/world"},
],
},
{
text: "Configuration",
items: [
{ text: "Introduction", link: "/config/introduction" },
{ text: "Basic", link: "/config/basic" },
{ text: "Advanced", link: "/config/advanced" },
],
},
{
text: "Troubleshooting",
items: [
Expand Down
Loading

0 comments on commit 5ddbf92

Please sign in to comment.