Skip to content

Commit

Permalink
Add required title to complete code snippets (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOtterlord committed May 24, 2023
1 parent 29167a7 commit 1d2412f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/content/docs/de/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ import starlight from '@astrojs/starlight';
export default defineConfig({
integrations: [
starlight({
title: 'My Docs',
// Englisch als Standardsprache festlegen.
defaultLocale: 'en',
locales: {
Expand Down
1 change: 1 addition & 0 deletions docs/src/content/docs/es/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ import starlight from '@astrojs/starlight';
export default defineConfig({
integrations: [
starlight({
title: 'My Docs',
// Establece el ingl茅s como el idioma predeterminado para este sitio.
defaultLocale: 'en',
locales: {
Expand Down
2 changes: 2 additions & 0 deletions docs/src/content/docs/guides/i18n.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Starlight provides built-in support for multilingual sites, including routing, f
export default defineConfig({
integrations: [
starlight({
title: 'My Docs',
// Set English as the default language for this site.
defaultLocale: 'en',
locales: {
Expand Down Expand Up @@ -68,6 +69,7 @@ import starlight from '@astrojs/starlight';
export default defineConfig({
integrations: [
starlight({
title: 'My Docs',
locales: {
root: {
label: 'English',
Expand Down
1 change: 1 addition & 0 deletions docs/src/content/docs/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ import starlight from '@astrojs/starlight';
export default defineConfig({
integrations: [
starlight({
title: 'My Site',
// Set English as the default language for this site.
defaultLocale: 'en',
locales: {
Expand Down

0 comments on commit 1d2412f

Please sign in to comment.