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 = ""