Commit graph

4 commits

Author SHA1 Message Date
Henrique Moody
d1d8980ff9
Use awesome-pages to customize the menus
We tried using `mkdocs-nav-weight` but it turned out quiet limited. Not
only we have to add specific frontmatter to the Markdown files, but we
could also not hide and sort directories.

This commit introduces awesome-pages, which allows us to customize the
order of pages and not list the content of the "validators" directory in
the left menu.
2026-01-26 12:26:06 +01:00
Henrique Moody
35ea95c6f0
Remove number prefixes from Markdown files
We used to have those to preserve the order of the pages when generating
the documentation with MkDocs. This commit introduces the
`mkdocs-nav-weight`, that allows us to make that order without having
those prefixes.
2026-01-07 14:46:06 +01:00
Henrique Moody
905cef85c7
Improve syntax highlighting in MkDocs pages
The syntax of PHP code was not showing with different colors, but shown
as plain/text.
2026-01-05 17:54:43 +01:00
Henrique Moody
dbf5dc33d0
Create MkDocs configuration file
In order to customize the "theme" and be able to test it locally.

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2018-12-11 09:25:41 +01:00