Skip to content
Snippets Groups Projects

[FIX] Fix broken links due to missing site_url on mkdocs.yml

Merged Christopher Ruwisch requested to merge fix/broken_assets_links into develop
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -18,6 +18,7 @@
site_name: UNICADO # The name of the site, displayed in the header.
repo_url: https://git.rwth-aachen.de/unicado/unicado-package # Link to the Git repository, will appear in the header.
repo_name: UNICADO Repository # Name for the Git repository link in the header.
site_url: "https://unicado.pages.rwth-aachen.de/unicado.gitlab.io/" # The actual site url -> IMPORTANT: site-urls relies on this (site: will be replaced directly)!
# === Site configuration ===
markdown_extensions:
Loading