Skip to content
Snippets Groups Projects
Commit a431d3bd authored by Christopher Ruwisch's avatar Christopher Ruwisch
Browse files

fix broken links due to missing site_url on mkdocs.yml

parent be61e668
No related branches found
No related tags found
1 merge request!32[FIX] Fix broken links due to missing site_url on mkdocs.yml
Pipeline #1607232 waiting for manual action
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment