diff --git a/caimira/docs/mkdocs/docs/caimira_logo.png b/caimira/docs/mkdocs/docs/assets/caimira_logo.png similarity index 100% rename from caimira/docs/mkdocs/docs/caimira_logo.png rename to caimira/docs/mkdocs/docs/assets/caimira_logo.png diff --git a/caimira/docs/mkdocs/docs/index.md b/caimira/docs/mkdocs/docs/index.md index 038c98d8..cab09eea 100644 --- a/caimira/docs/mkdocs/docs/index.md +++ b/caimira/docs/mkdocs/docs/index.md @@ -5,7 +5,7 @@ This documentation provides comprehensive guidance on the CERN Airborne Model fo It includes details on the diameter-dependent mathematical model and the code developed based on the underlying published research. It also covers documentation on the code itself, including explanations of the main module (`models.py`), and the recently added REST API feature, providing a through understanding of the CAiMIRA's functionality.
- [![CAiMIRA logo](caimira_logo.png){ width="100" }](https://caimira.web.cern.ch/) + [![CAiMIRA logo](assets/caimira_logo.png){ width="100" }](https://caimira.web.cern.ch/)
# Contents: diff --git a/caimira/docs/mkdocs/mkdocs.yml b/caimira/docs/mkdocs/mkdocs.yml index 516f0b4b..5df01074 100644 --- a/caimira/docs/mkdocs/mkdocs.yml +++ b/caimira/docs/mkdocs/mkdocs.yml @@ -1,6 +1,12 @@ site_name: CAiMIRA Docs theme: name: material + logo: assets/caimira_logo.png + favicon: assets/caimira_logo.png +features: + - navigation.top + +repo_url: https://gitlab.cern.ch/caimira/caimira nav: - Home: index.md