From ff1a0ee9af98b0c25b777f8ddf8bbf3a735aec25 Mon Sep 17 00:00:00 2001 From: sammy-ette Date: Sun, 22 Jun 2025 11:38:36 -0400 Subject: [PATCH] fix: change weight of api docs to move it up --- cmd/docgen/docgen.go | 2 +- docs/api/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/docgen/docgen.go b/cmd/docgen/docgen.go index 1c59dafc..759827c0 100644 --- a/cmd/docgen/docgen.go +++ b/cmd/docgen/docgen.go @@ -486,7 +486,7 @@ func main() { f.WriteString(`--- title: API layout: doc -weight: -100 +weight: -70 menu: docs --- diff --git a/docs/api/_index.md b/docs/api/_index.md index f34539ef..aec70df0 100644 --- a/docs/api/_index.md +++ b/docs/api/_index.md @@ -1,7 +1,7 @@ --- title: API layout: doc -weight: -100 +weight: -70 menu: docs ---