Skip to content

Commit

Permalink
fix: docs links (#2650)
Browse files Browse the repository at this point in the history
## Description

Fixes all the links checked by linkinator. Not checking github since it
gives bad error codes even if the site link works

## Related Issue

Fixes #2642 and #2643

## Checklist before merging

- [ ] Test, docs, adr added or updated as needed
- [ ] [Contributor Guide
Steps](https://github.com/defenseunicorns/zarf/blob/main/.github/CONTRIBUTING.md#developer-workflow)
followed
  • Loading branch information
AustinAbro321 committed Jun 21, 2024
1 parent 728e8c0 commit eab8a98
Show file tree
Hide file tree
Showing 8 changed files with 668 additions and 11 deletions.
2 changes: 1 addition & 1 deletion site/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default defineConfig({
},
favicon: "/favicon.svg",
editLink: {
baseUrl: "https://github.com/defenseunicorns/zarf/edit/main/",
baseUrl: "https://github.com/defenseunicorns/zarf/edit/main/site",
},
logo: {
src: "./src/assets/zarf-logo-header.svg",
Expand Down
4 changes: 4 additions & 0 deletions site/linkinator.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"skip": "^(https://.*github.com)",
"verbosity": "error"
}
Loading

0 comments on commit eab8a98

Please sign in to comment.