From a5e7495f59cf65e801c77ada5559da32b7e780fb Mon Sep 17 00:00:00 2001 From: Daniel <33575896+ukdaaan@users.noreply.github.com> Date: Wed, 3 Jul 2024 20:31:28 +0100 Subject: [PATCH] links --- astro.config.mjs | 106 ++++++++++++---------- src/content/docs/about.mdx | 4 +- src/content/docs/hosting/summerhosts.mdx | 4 +- src/content/docs/index.mdx | 4 +- src/content/docs/information/releases.mdx | 6 +- src/content/docs/tools/signed-chat.mdx | 12 +-- src/content/docs/tools/textures.mdx | 24 ++--- 7 files changed, 84 insertions(+), 76 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index b5a196a284..753d311521 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -10,53 +10,65 @@ export default defineConfig({ site: "https://www.setup.md", trailingSlash: "never", build: { - format: "file" + format: "file", }, - integrations: [starlight({ - title: "setup.md", - editLink: { - baseUrl: "https://github.com/setupmd/docs/edit/v3" - }, - social: { - discord: "https://link.setup.md/discord", - github: "https://link.setup.md/repo" - }, - sidebar: [{ - label: "Project Information", - autogenerate: { - directory: "/information/" + integrations: [ + starlight({ + title: "setup.md", + editLink: { + baseUrl: "https://github.com/setupmd/docs/edit/v3", }, - collapsed: false - }, { - label: "Enhancements", - autogenerate: { - directory: "/enhancements/" + social: { + discord: "https://smd.gg/discord", + github: "https://smd.gg/repo", }, - collapsed: true - }, { - label: "Hosting Tips", - autogenerate: { - directory: "/hosting/" - }, - collapsed: true - }, { - label: "Server Tools", - autogenerate: { - directory: "/tools/" - }, - collapsed: true - }, { - label: "Server Troubleshooting", - autogenerate: { - directory: "/troubleshooting/" - }, - collapsed: true - }, { - label: "Guides", - autogenerate: { - directory: "/guides/" - }, - collapsed: true - }] - }), vue(), tailwind(), sitemap()] -}); \ No newline at end of file + sidebar: [ + { + label: "Project Information", + autogenerate: { + directory: "/information/", + }, + collapsed: false, + }, + { + label: "Enhancements", + autogenerate: { + directory: "/enhancements/", + }, + collapsed: true, + }, + { + label: "Hosting Tips", + autogenerate: { + directory: "/hosting/", + }, + collapsed: true, + }, + { + label: "Server Tools", + autogenerate: { + directory: "/tools/", + }, + collapsed: true, + }, + { + label: "Server Troubleshooting", + autogenerate: { + directory: "/troubleshooting/", + }, + collapsed: true, + }, + { + label: "Guides", + autogenerate: { + directory: "/guides/", + }, + collapsed: true, + }, + ], + }), + vue(), + tailwind(), + sitemap(), + ], +}); diff --git a/src/content/docs/about.mdx b/src/content/docs/about.mdx index ccced7a981..0eb5266806 100644 --- a/src/content/docs/about.mdx +++ b/src/content/docs/about.mdx @@ -25,7 +25,7 @@ If you don't already have a Github account you will be required to make one befo If you're an administrator looking for docs that we don't currently have information on then this is probably the section for you, it will explain how to raise a new Github issue with the information required for us to get the ball rolling with your request.