fix: Fix menu configuration

* Add notes
* Add docs
main
Sergio Alvariño 3 months ago
parent 422e1a86e3
commit aaf2595bbd

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

Loading…
Cancel
Save