From aaf2595bbd1f09d03cf63da92d58bb9a5501718b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Alvari=C3=B1o?= Date: Thu, 8 Feb 2024 11:42:01 +0100 Subject: [PATCH] fix: Fix menu configuration * Add notes * Add docs --- config/_default/menus.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/config/_default/menus.toml b/config/_default/menus.toml index 6a8bad4..a750d43 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -54,6 +54,26 @@ weight = 6 [main.params] icon = "fa-solid fa-link" +[[main]] + identifier = "notes" + pre = "" + post = "" + name = "Apuntes" + url = "/categories/notes/" + title = "" + weight = 8 + [main.params] + icon = "fa-solid fa-marker" +[[main]] + identifier = "documentation" + pre = "" + post = "" + name = "Docs" + url = "/categories/documentation/" + title = "Documentación del Tema" + weight = 9 + [main.params] + icon = "fa-solid fa-book" [[main]] identifier = "about" pre = ""