Skip to content

Commit

Permalink
chore: exclude links to generated content from validation temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
JoblersTune committed Jan 21, 2025
1 parent 142b60d commit bae6814
Show file tree
Hide file tree
Showing 3 changed files with 150 additions and 231 deletions.
7 changes: 6 additions & 1 deletion packages/documentation/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,12 @@ export default defineConfig({
],
plugins: [
starlightLinksValidator({
errorOnLocalLinks: false
errorOnLocalLinks: false,
exclude: [
'/apis/graphql/backend/mutations/',
'/apis/graphql/auth/mutations/',
'/apis/graphql/backend/inputobjects/#additionalpropertyinput',
],
})
]
}),
Expand Down
4 changes: 2 additions & 2 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"@astrojs/markdown-remark": "^6.0.2",
"@astrojs/starlight": "^0.31.1",
"@interledger/docs-design-system": "^0.6.1",
"astro": "5.1.7",
"astro": "5.1.8",
"astro-graphql-plugin": "^0.3.0",
"graphql": "16.10.0",
"graphql": "16.8.1",
"mermaid": "^11.4.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-mathjax": "^6.0.0",
Expand Down
Loading

0 comments on commit bae6814

Please sign in to comment.