From a893e066fda4c76969ea88b793edaf0fe447022f Mon Sep 17 00:00:00 2001 From: kevinanielsen Date: Mon, 18 Dec 2023 10:02:48 +0100 Subject: [PATCH 1/2] chore: fix sidebar links --- docs/astro.config.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 159f019..8a3d345 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -16,8 +16,8 @@ export default defineConfig({ label: "Guides", items: [ // Each item here is one entry in the navigation menu. - { label: "Usage", link: "/go-fast-cdn/guides/usage/" }, - { label: "Hosting", link: "/go-fast-cdn/guides/hosting/" }, + { label: "Usage", link: "/guides/usage/" }, + { label: "Hosting", link: "/guides/hosting/" }, ], }, { From 34f73491cdc1ed16a9d95ab5295e06a143604b0b Mon Sep 17 00:00:00 2001 From: kevinanielsen Date: Mon, 18 Dec 2023 10:07:17 +0100 Subject: [PATCH 2/2] chore: fix broken links --- docs/src/content/docs/contribution/contributing.md | 2 +- docs/src/content/docs/index.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/content/docs/contribution/contributing.md b/docs/src/content/docs/contribution/contributing.md index 1bf2bef..9b3de7a 100644 --- a/docs/src/content/docs/contribution/contributing.md +++ b/docs/src/content/docs/contribution/contributing.md @@ -11,7 +11,7 @@ If that is not possible, you can still help by contributing to the [Documentatio If you want to report a bug or request a feature, you can go ahead and create a new issue on GitHub, where a template is laid out, and encouraged to be used. If you want to fix a bug or implement a new feature, go ahead and open a pull request with your suggestion. -Please read the [Development Guide](/contribution/development) to learn more about how to develop on this project. +Please read the [Development Guide](/go-fast-cdn/contribution/development) to learn more about how to develop on this project. ## Documentation diff --git a/docs/src/content/docs/index.mdx b/docs/src/content/docs/index.mdx index bfd8733..ec372f3 100644 --- a/docs/src/content/docs/index.mdx +++ b/docs/src/content/docs/index.mdx @@ -33,7 +33,7 @@ import { Card, CardGrid } from "@astrojs/starlight/components"; free in a docker container. - [Contribute](/contribution/contributing) to this project. All help is - welcome - Translation, bug fixing, testing, enhancements etc. + [Contribute](/go-fast-cdn/contribution/contributing) to this project. All + help is welcome - Translation, bug fixing, testing, enhancements etc.