feat: add download reference and importing update
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user