From b9e94d1efef49e1ba532a7d41caae48878fcee73 Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Sat, 13 Apr 2024 02:05:41 +0200 Subject: [PATCH] reorder top-level navigation --- content/_index.md | 16 ++++++++-------- content/docs/_index.md | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/content/_index.md b/content/_index.md index ee9bf81..e884404 100644 --- a/content/_index.md +++ b/content/_index.md @@ -24,23 +24,23 @@ url = "/architecture" weight = 10 [[extra.menu.main]] -name = "Docs" +name = "Documentation" section = "docs" -url = "/docs/thevision" +url = "/docs" weight = 10 -[[extra.menu.main]] -name = "Blog" -section = "blog" -url = "/blog/" -weight = 20 - [[extra.menu.main]] name = "Contributing" section = "contributing" url = "/contributing" weight = 10 +[[extra.menu.main]] +name = "Blog" +section = "blog" +url = "/blog" +weight = 20 + [[extra.list]] title = "Easy to use" content = 'cLAN provides a user-friendly interface that allows you to establish your own private network, complete with services.' diff --git a/content/docs/_index.md b/content/docs/_index.md index d715a6c..3e294f5 100644 --- a/content/docs/_index.md +++ b/content/docs/_index.md @@ -1,6 +1,6 @@ +++ -title = "Docs" -description = "The documents of the AdiDoks theme." +title = "Documentation" +description = "cLAN Documentation" date = 2025-05-01T08:00:00+00:00 updated = 2021-05-01T08:00:00+00:00 sort_by = "weight"