add missing site_url and hide some warnings

This commit is contained in:
2026-07-09 16:15:03 +02:00
parent 1ef79af3cf
commit 9eedf8cff4
+4
View File
@@ -1,5 +1,6 @@
# https://www.mkdocs.org/user-guide/configuration/
site_name: RSE@PSI
site_url: https://rse.psi.ch
copyright: © Paul Scherrer Institute (PSI) | Content under CC0 License
nav:
- Home: 'index.md'
@@ -11,6 +12,9 @@ nav:
- Events: 'events.md'
- Surveys: 'surveys.md'
- Blog: 'blog/index.md'
not_in_nav: |
# don't issue a warning about missing files in nav
events/**
theme: # https://www.mkdocs.org/user-guide/choosing-your-theme/#readthedocs
name: material
custom_dir: docs/_overrides