Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @astrojs/starlight from 0.10.3 to 0.11.0 #1601

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ export default defineConfig({
twitter: 'https://twitter.com/TauriApps',
mastodon: 'https://fosstodon.org/@TauriApps',
},
components: {
MarkdownContent: 'starlight-blog/overrides/MarkdownContent.astro',
Sidebar: 'starlight-blog/overrides/Sidebar.astro',
ThemeSelect: 'starlight-blog/overrides/ThemeSelect.astro',
},
head: [
{
tag: 'meta',
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@astrojs/markdown-remark": "^3.2.1",
"@astrojs/starlight": "^0.10.3",
"@astrojs/starlight": "^0.11.0",
"@types/json-schema": "^7.0.13",
"astro": "^3.2.3",
"astro-feelback": "^0.3.4",
Expand All @@ -28,7 +28,7 @@
"rehype-autolink-headings": "^7.0.0",
"sharp": "^0.32.6",
"shiki": "^0.14.4",
"starlight-blog": "^0.3.2",
"starlight-blog": "^0.4.0",
"starlight-links-validator": "^0.4.0"
},
"pnpm": {
Expand Down
103 changes: 20 additions & 83 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/content/docs/es/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
title: Bases endurecidas para tus aplicaciones web.
description: The cross-platform app building toolkit
template: splash
editUrl: false
lastUpdated: false
prev: false
next: false
hero:
image:
file: ../../../assets/logo-outline.svg
Expand Down
4 changes: 4 additions & 0 deletions src/content/docs/fr/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: Une fondation robuste pour vos applications web.
description: Les outils de création d'applications multiplatformes
i18nReady: true
template: splash
editUrl: false
lastUpdated: false
prev: false
next: false
hero:
image:
file: ../../../assets/logo-outline.svg
Expand Down
4 changes: 4 additions & 0 deletions src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: Hardened foundation for your web apps.
description: The cross-platform app building toolkit
i18nReady: true
template: splash
editUrl: false
lastUpdated: false
prev: false
next: false
hero:
image:
file: ../../assets/logo-outline.svg
Expand Down