Skip to content

Commit

Permalink
Merge branch 'main' into it-reference
Browse files Browse the repository at this point in the history
  • Loading branch information
HiDeoo authored Feb 9, 2024
2 parents 92b1edd + e4d5451 commit c8f6788
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-ants-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-cats-own.md

This file was deleted.

6 changes: 3 additions & 3 deletions docs/src/content/docs/es/guides/authoring-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ Algunos de los ejemplos más comunes se muestran a continuación:
function thisIsJavaScript() {
// ¡El bloque completo se resalta como JavaScript,
// y aún podemos añadir marcadores de diferencias a él!
- console.log('Código antiguo a eliminar'')
- console.log('Código antiguo a eliminar')
+ console.log('¡Nuevo y brillante código!')
}
```
Expand All @@ -308,8 +308,8 @@ Algunos de los ejemplos más comunes se muestran a continuación:
function thisIsJavaScript() {
// ¡El bloque completo se resalta como JavaScript,
// y aún podemos añadir marcadores de diferencias a él!
- console.log('Old code to be removed')
+ console.log('New and shiny code!')
- console.log('Código antiguo a eliminar')
+ console.log('¡Nuevo y brillante código!')
}
```
````
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/fr/reference/frontmatter.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ interface SidebarConfig {
#### `label`

**Type :** `string`
**Par défaut :** the page [`title`](#title-obligatoire)
**Par défaut :** [`title`](#title-obligatoire) de la page

Définir l'étiquette de cette page dans la barre latérale lorsqu'elle est affichée dans un groupe de liens généré automatiquement.

Expand Down
6 changes: 6 additions & 0 deletions docs/src/content/docs/resources/community-content.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@ import YouTubeGrid from '~/components/youtube-grid.astro';

<YouTubeGrid
videos={[
{
href: 'https://www.youtube.com/watch?v=sF6UcV3moZg',
title: 'Building docs with Starlight and Astro',
description:
'Watch Chris and Alex dive into Starlight on Code with CodingCat.dev',
},
{
href: 'https://www.youtube.com/watch?v=sWkkHbwDeQc',
title: 'Astro Starlight',
Expand Down
2 changes: 1 addition & 1 deletion examples/basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.17.3",
"@astrojs/starlight": "^0.17.4",
"astro": "^4.3.4",
"sharp": "^0.32.5"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.17.3",
"@astrojs/starlight": "^0.17.4",
"@astrojs/starlight-tailwind": "^2.0.1",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.3.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/starlight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @astrojs/starlight

## 0.17.4

### Patch Changes

- [#1473](https://github.com/withastro/starlight/pull/1473) [`29da505`](https://github.com/withastro/starlight/commit/29da505474174fefaec4e27a2c2c3e90e3f68a31) Thanks [@delucis](https://github.com/delucis)! - Fixes a CSS bug for users with JavaScript disabled

- [#1465](https://github.com/withastro/starlight/pull/1465) [`ce3108c`](https://github.com/withastro/starlight/commit/ce3108cf6ecb77d12db973485d21e0fc7fd63ca6) Thanks [@delucis](https://github.com/delucis)! - Updates internal MDX, sitemap, and Expressive Code dependencies to the latest versions

## 0.17.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/starlight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrojs/starlight",
"version": "0.17.3",
"version": "0.17.4",
"description": "Build beautiful, high-performance documentation websites with Astro",
"scripts": {
"test": "vitest",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

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

0 comments on commit c8f6788

Please sign in to comment.