Skip to content
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
14 changes: 4 additions & 10 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ export default defineConfig({
{
label: "Use Biome in big projects",
link: "/guides/big-projects",
badge: "updated",
translations: {
es: "Usar Biome en proyectos grandes",
fr: "Utiliser Biome dans de gros projets",
Expand All @@ -231,7 +230,6 @@ export default defineConfig({
{
label: "Upgrade to Biome v2",
link: "/guides/upgrade-to-biome-v2",
badge: "new",
translations: {
ja: "Biome v2へのアップグレード",
"zh-CN": "升级到 Biome v2",
Expand Down Expand Up @@ -422,10 +420,6 @@ export default defineConfig({
{
label: "Introduction",
link: "/linter",
badge: {
text: "updated",
variant: "success",
},
translations: {
es: "Introducción",
ja: "イントロダクション",
Expand All @@ -439,7 +433,6 @@ export default defineConfig({
{
label: "Domains",
link: "/linter/domains",
badge: "new",
translations: {
ja: "ドメイン",
"zh-CN": "域",
Expand All @@ -450,7 +443,6 @@ export default defineConfig({
{
label: "Plugins",
link: "/linter/plugins",
badge: "beta",
translations: {
ja: "プラグイン",
"zh-CN": "插件",
Expand Down Expand Up @@ -555,7 +547,6 @@ export default defineConfig({
},
{
label: "Assist",
badge: "new",
items: [
{
label: "Introduction",
Expand Down Expand Up @@ -679,7 +670,6 @@ export default defineConfig({
{
label: "Diagnostics",
link: "/reference/diagnostics",
badge: "new",
translations: {
es: "Diagnósticos",
ja: "診断",
Expand Down Expand Up @@ -851,6 +841,10 @@ export default defineConfig({
{
label: "Language support",
link: "/internals/language-support",
badge: {
text: "updated",
variant: "note",
},
translations: {
es: "Soporte de lenguas",
fr: "Langages pris en charge",
Expand Down
16 changes: 7 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@astrojs/prism": "3.3.0",
"@astrojs/react": "4.4.0",
"@astrojs/rss": "4.0.12",
"@astrojs/starlight": "0.35.3",
"@astrojs/starlight": "0.36.0",
"@biomejs/biome": "2.2.5",
"@biomejs/wasm-web": "https://pkg.pr.new/biomejs/biome/@biomejs/wasm-web@6fcbc07",
"@codemirror/lang-css": "6.3.1",
Expand Down Expand Up @@ -71,25 +71,23 @@
"rehype-slug": "6.0.0",
"remark-toc": "9.0.0",
"sharp": "0.34.4",
"starlight-blog": "0.24.1",
"starlight-links-validator": "0.17.2",
"starlight-blog": "0.24.2",
"starlight-links-validator": "0.18.0",
"textlint": "15.2.2",
"textlint-rule-preset-jtf-style": "3.0.3",
"textlint-rule-prh": "6.1.0",
"typescript": "5.9.3",
"vite": "6.3.6",
"vite-plugin-svgr": "4.3.0"
"vite-plugin-svgr": "4.3.0",
"@biomejs/version-utils": "^0.4.0",
"starlight-changelogs": "^0.2.1",
"textlint-filter-rule-comments": "^1.2.2"
},
"packageManager": "pnpm@10.14.0",
"pnpm": {
"overrides": {
"@biomejs/version-utils": "^0.4.0",
"shiki": "3.9.2"
}
},
"dependencies": {
"@biomejs/version-utils": "^0.4.0",
"starlight-changelogs": "^0.2.1",
"textlint-filter-rule-comments": "^1.2.2"
}
}
Loading