diff --git a/mkdocs.yml b/mkdocs.yml index f11da15..54276bf 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,12 +3,6 @@ site_url: https://pombas_n.pages.psi.ch theme: name: material - # Mantemos apenas features seguras (sem iframes) - features: - - navigation.expand # Expande a navegação lateral - - navigation.sections # Mostra seções - - toc.integrate # Integrar índice no topo da página - nav: - Home: index.md - Getting Started: getting-started.md @@ -16,4 +10,5 @@ nav: - Example Guide: guides/git.md - Markdown Guide: guides/markdown.md -use_directory_urls: false # evita conflitos com links relativos no servidor +plugins: + - blog \ No newline at end of file