-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3ef4edf
commit a3ceb2a
Showing
5 changed files
with
90 additions
and
689 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,12 +13,12 @@ | |
"preinstall": "npx only-allow pnpm" | ||
}, | ||
"dependencies": { | ||
"@astrojs/mdx": "^4.0.1", | ||
"astro": "^5.0.2", | ||
"astro-breadcrumbs": "^3.2.2" | ||
"@astrojs/mdx": "^4.0.2", | ||
"astro": "^5.0.9", | ||
"astro-breadcrumbs": "^3.3.1" | ||
}, | ||
"devDependencies": { | ||
"sass": "^1.82.0" | ||
"sass": "^1.83.0" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,15 +10,15 @@ | |
"astro": "astro" | ||
}, | ||
"dependencies": { | ||
"@astrojs/starlight": "^0.29.2", | ||
"astro": "^4.16.16", | ||
"astro-breadcrumbs": "^3.2.2", | ||
"astro-matomo": "^1.6.0", | ||
"@astrojs/starlight": "^0.30.2", | ||
"astro": "^5.0.9", | ||
"astro-breadcrumbs": "^3.3.1", | ||
"astro-matomo": "^1.7.0", | ||
"sharp": "^0.33.5", | ||
"starlight-links-validator": "^0.13.4" | ||
}, | ||
"devDependencies": { | ||
"sass": "^1.82.0" | ||
"sass": "^1.83.0" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
import { defineCollection } from "astro:content"; | ||
import { docsSchema, i18nSchema } from "@astrojs/starlight/schema"; | ||
import { docsLoader, i18nLoader } from "@astrojs/starlight/loaders"; | ||
|
||
export const collections = { | ||
docs: defineCollection({ loader: docsLoader(), schema: docsSchema() }), | ||
i18n: defineCollection({ loader: i18nLoader(), schema: i18nSchema() }), | ||
}; |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.