Skip to content

Commit 42551db

Browse files
committed
Merge branch 'main' into hd/astro-v6
* main: Avoid adding redundant `aria-current="false"` to sidebar entries (withastro#3658) Add link to a new community pluing (withastro#3657) [ci] release (withastro#3654) chore(deps): update actions/setup-node action to v6.2.0 (withastro#3655) Fix: Prevent font-size adjustments on iOS after orientation change (withastro#3648) feat: ✨ add catchintent starlight docs for showcase (withastro#3652)
2 parents 770105c + ac79329 commit 42551db

File tree

18 files changed

+39
-20
lines changed

18 files changed

+39
-20
lines changed

.changeset/silent-doors-divide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@astrojs/starlight': patch
3+
---
4+
5+
Avoids adding redundant `aria-current="false"` attributes to sidebar entries

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
steps:
6363
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6464
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
65-
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
65+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
6666
with:
6767
node-version: ${{ env.NODE_VERSION }}
6868
cache: 'pnpm'
@@ -91,7 +91,7 @@ jobs:
9191
sudo apt-get update
9292
sudo apt-get remove man-db
9393
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
94-
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
94+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
9595
with:
9696
node-version: ${{ env.NODE_VERSION }}
9797
cache: 'pnpm'
@@ -112,7 +112,7 @@ jobs:
112112
steps:
113113
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
114114
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
115-
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
115+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
116116
with:
117117
node-version: ${{ env.NODE_VERSION }}
118118
cache: 'pnpm'
@@ -129,7 +129,7 @@ jobs:
129129
steps:
130130
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
131131
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
132-
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
132+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
133133
with:
134134
node-version: ${{ env.NODE_VERSION }}
135135
cache: 'pnpm'
@@ -162,7 +162,7 @@ jobs:
162162
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
163163

164164
- name: Setup Node
165-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
165+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
166166
with:
167167
node-version: ${{ env.NODE_VERSION }}
168168
cache: 'pnpm'
@@ -180,7 +180,7 @@ jobs:
180180
steps:
181181
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
182182
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
183-
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
183+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
184184
with:
185185
node-version: ${{ env.NODE_VERSION }}
186186
cache: 'pnpm'
@@ -202,7 +202,7 @@ jobs:
202202
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
203203

204204
- name: Setup Node
205-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
205+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
206206
with:
207207
node-version: ${{ env.NODE_VERSION }}
208208
cache: 'pnpm'

.github/workflows/file-icons.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
2323

2424
- name: Setup Node
25-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
25+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
2626
with:
2727
node-version: 22.12.0
2828
cache: 'pnpm'

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Needs access to push to main
1717
token: ${{ secrets.FREDKBOT_GITHUB_TOKEN }}
1818
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
19-
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
19+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
2020
with:
2121
node-version: 22.12.0
2222
cache: 'pnpm'

.github/workflows/lunaria.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
3131

3232
- name: Setup Node
33-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
33+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
3434
with:
3535
node-version: 22.12.0
3636
cache: pnpm

.github/workflows/preview-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
3333

3434
- name: Setup Node
35-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
35+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
3636
with:
3737
node-version: 24.10.0
3838
cache: 'pnpm'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
2828

2929
- name: Setup Node
30-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
30+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
3131
with:
3232
node-version: 24.10.0
3333
cache: 'pnpm'
112 KB
Loading

docs/src/components/showcase-sites.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,4 +214,5 @@ import FluidGrid from './fluid-grid.astro';
214214
<Card title="modestbench" href="https://modestbench.dev/" thumbnail="modestbench.dev.png" />
215215
<Card title="LavaMoat" href="https://lavamoat.github.io/" thumbnail="lavamoat.github.io.png" />
216216
<Card title="STACKIT Docs" href="https://docs.stackit.cloud" thumbnail="docs.stackit.cloud.png" />
217+
<Card title="CatchIntent" href="https://catchintent.com/docs" thumbnail="catchintent.com.png" />
217218
</FluidGrid>

docs/src/content/docs/resources/plugins.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,11 @@ Extend your site with official plugins supported by the Starlight team and commu
193193
title="starlight-ui-tweaks"
194194
description="Extends core UI components with custom navigation links, ads, marketing footers, and a cleaner theme toggle."
195195
/>
196+
<LinkCard
197+
href="https://frostybee.github.io/starlight-tags/"
198+
title="starlight-tags"
199+
description="Add tags to your Starlight documentation pages for content organization and discovery."
200+
/>
196201
</CardGrid>
197202

198203
## Community tools and integrations

0 commit comments

Comments
 (0)