feat: add download reference and importing update

This commit is contained in:
DecDuck
2026-01-31 19:13:14 +11:00
parent 589aa86e9c
commit c142a45099
3 changed files with 85 additions and 1 deletions
+5 -1
View File
@@ -15,7 +15,7 @@ export default defineConfig({
starlightImageZoom(),
],
title: "Drop OSS",
logo: { src: "./src/assets/wordmark.png", replacesTitle: true},
logo: { src: "./src/assets/wordmark.png", replacesTitle: true },
social: [
{
icon: "github",
@@ -47,6 +47,10 @@ export default defineConfig({
{ slug: "admin/guides/import-version" },
],
},
{
label: "Going further",
items: [{ slug: "admin/going-further/importing-update" }],
},
{
label: "Metadata",
autogenerate: { directory: "admin/metadata" },