Skip to content

Commit

Permalink
update index to have a link to the project, link will be added later
Browse files Browse the repository at this point in the history
  • Loading branch information
r00tmeister committed Aug 11, 2024
1 parent 3b2f8f5 commit a71499f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
],
},
});
5 changes: 4 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a71499f

Please sign in to comment.