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.