Skip to content
Open
Show file tree
Hide file tree
Changes from 2 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
12 changes: 8 additions & 4 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,6 @@ export default defineConfig({
{
label: "Configure Biome",
link: "/guides/configure-biome",
badge: {
text: "updated",
variant: "note",
},
translations: {
es: "Configurar Biome",
fr: "Configurer Biome",
Expand Down Expand Up @@ -854,6 +850,14 @@ export default defineConfig({
ru: "Социальные значки",
},
},
{
label: "GritQL Plugin Recipes",
link: "/recipes/gritql-plugins",
badge: {
text: "new",
variant: "success",
},
},
],
},
{
Expand Down
Loading