Skip to content

Commit

Permalink
added logo in main documentation page and prod job (ci/cd)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrdossan committed Nov 19, 2024
1 parent 7587a46 commit 5bc9d86
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,15 @@ docker-build-calculator-app-release:
rules:
- if: $CI_COMMIT_TAG

docker-build-docs-release:
extends:
- .docker-build-release
- .docker-build-docs
variables:
IMAGE_TAG: caimira-docs-latest
rules:
- if: $CI_COMMIT_TAG

# ###################################################################################################
# Deploy to OpenShift
.deploy:
Expand Down
Binary file added caimira/docs/mkdocs/docs/caimira_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion caimira/docs/mkdocs/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Welcome to CAiMIRA’s documentation!

This documentation provides comprehensive guidance on the CERN Airborne Model for Risk Assessment (CAiMIRA) tool.
This documentation provides comprehensive guidance on the CERN Airborne Model for Risk Assessment ([CAiMIRA](https://caimira.web.cern.ch/)) tool.

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.

<figure markdown="span">
[![CAiMIRA logo](caimira_logo.png){ width="100" }](https://caimira.web.cern.ch/)
</figure>

# Contents:

* [About](root/about.md)
Expand Down
2 changes: 2 additions & 0 deletions caimira/docs/mkdocs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ markdown_extensions:
toc_depth: '1-3'
- admonition
- pymdownx.details
- attr_list
- md_in_html

extra_javascript:
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
Expand Down

0 comments on commit 5bc9d86

Please sign in to comment.