Changed theme to material
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 3s

This commit is contained in:
Noah Pombas
2025-12-04 13:09:24 +01:00
parent 7606ef0bbd
commit 992ecbd1c6

View File

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