From a71499fda07ee64f18fe9d07a4d38591468174a6 Mon Sep 17 00:00:00 2001 From: r00tmeister <117168764+r00tmeister@users.noreply.github.com> Date: Sun, 11 Aug 2024 15:12:30 +0200 Subject: [PATCH] update index to have a link to the project, link will be added later --- docs/.vitepress/config.mjs | 5 ++++- docs/index.md | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index b5788f9..512fd17 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -188,7 +188,10 @@ export default defineConfig({ }, appearance: "dark", socialLinks: [ - { icon: "github", link: "https://github.com/vuejs/vitepress" }, + { + icon: "github", + link: "https://github.com/r00tmeister/group9_documentation", + }, ], }, }); diff --git a/docs/index.md b/docs/index.md index 0fbb234..7cd640d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,11 +8,14 @@ hero: tagline: System Architecture Documentation actions: - theme: brand - text: Arc 42 + text: View the project link: https://arc42.org/overview - theme: alt text: C4 Modelling link: https://c4model.com/ + - theme: alt + text: Arc42 + link: https://arc42.org/overview features: - title: Product Requirement Document