From 487c16459d5f4e5342d7edbacd9e10e488bd91f6 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Mon, 5 Feb 2024 19:18:18 -0500 Subject: [PATCH] fixing some docs stuff --- .../{installating-the-modpack.md => index.md} | 0 docs/installing-the-modpack/unsup/{unsup.md => index.md} | 0 .../unsup/servers/{servers.md => index.md} | 0 mkdocs.yml | 6 +++--- 4 files changed, 3 insertions(+), 3 deletions(-) rename docs/installing-the-modpack/{installating-the-modpack.md => index.md} (100%) rename docs/installing-the-modpack/unsup/{unsup.md => index.md} (100%) rename docs/installing-the-modpack/unsup/servers/{servers.md => index.md} (100%) diff --git a/docs/installing-the-modpack/installating-the-modpack.md b/docs/installing-the-modpack/index.md similarity index 100% rename from docs/installing-the-modpack/installating-the-modpack.md rename to docs/installing-the-modpack/index.md diff --git a/docs/installing-the-modpack/unsup/unsup.md b/docs/installing-the-modpack/unsup/index.md similarity index 100% rename from docs/installing-the-modpack/unsup/unsup.md rename to docs/installing-the-modpack/unsup/index.md diff --git a/docs/installing-the-modpack/unsup/servers/servers.md b/docs/installing-the-modpack/unsup/servers/index.md similarity index 100% rename from docs/installing-the-modpack/unsup/servers/servers.md rename to docs/installing-the-modpack/unsup/servers/index.md diff --git a/mkdocs.yml b/mkdocs.yml index 9705e94..44d41ba 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -13,13 +13,13 @@ nav: - Home: index.md - Installing a Launcher: installing-a-launcher.md - Installing the Modpack: - - installing-the-modpack/installing-the-modpack.md + - installing-the-modpack/index.md - Prism Launcher: installing-the-modpack/prism-launcher.md - Unsup: - - installing-the-modpack/unsup/unsup.md + - installing-the-modpack/unsup/index.md - Modrinth App: installing-the-modpack/unsup/modrinth-app.md - Servers: - - installing-the-modpack/unsup/servers/servers.md + - installing-the-modpack/unsup/servers/index.md - Post-Install Tips and Tricks: installing-the-modpack/unsup/servers/post-install-tips-and-tricks.md - Common Issues: common-issues.md