Skip to content

Commit

Permalink
chore: docs dependency bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
JoblersTune committed Jan 20, 2025
1 parent b41ffab commit 142b60d
Show file tree
Hide file tree
Showing 3 changed files with 349 additions and 87 deletions.
2 changes: 1 addition & 1 deletion packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@interledger/docs-design-system": "^0.6.1",
"astro": "5.1.7",
"astro-graphql-plugin": "^0.3.0",
"graphql": "16.8.1",
"graphql": "16.10.0",
"mermaid": "^11.4.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-mathjax": "^6.0.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/documentation/src/content.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { defineCollection } from 'astro:content'
import { docsLoader } from '@astrojs/starlight/loaders'
import { docsSchema, i18nSchema } from '@astrojs/starlight/schema'

export const collections = {
docs: defineCollection({ schema: docsSchema() }),
docs: defineCollection({ loader: docsLoader(), schema: docsSchema() }),
i18n: defineCollection({ type: 'data', schema: i18nSchema() })
}
Loading

0 comments on commit 142b60d

Please sign in to comment.