Skip to content
Snippets Groups Projects
Commit a7292a80 authored by Julien Satti's avatar Julien Satti :sparkles:
Browse files

Update documenting.md

parent b60f14ed
No related branches found
No related tags found
1 merge request!14Resolve "Creating Release 2024Q4 documentation"
Pipeline #10964 passed
...@@ -39,12 +39,13 @@ git checkout develop ...@@ -39,12 +39,13 @@ git checkout develop
```bash ```bash
python3 -m venv venv python3 -m venv venv
source venv/bin/activate source venv/bin/activate
python -m pip install mkdocs python -m pip install mkdocs
python -m pip install mkdocs-material python -m pip install mkdocs-material
python -m pip install mike python -m pip install mike
``` ```
4) Wait for all downloads to finish and start the mkdocs server 4) Wait for all downloads to finish and start the mkdocs server
```bash ```bash
mkdocs serve mkdocs serve
``` ```
...@@ -53,5 +54,4 @@ mkdocs serve ...@@ -53,5 +54,4 @@ mkdocs serve
Before committing, you should make sure that the local mkdcocs server's terminal is not producing any INFO/WARNING message regarding your contributions. Before committing, you should make sure that the local mkdcocs server's terminal is not producing any INFO/WARNING message regarding your contributions.
> The documentation website supports branches, so your accepted changes will be reflected to the develop branch which becomes the Release branch after each corresponding cycle. > The documentation website supports branches, so your accepted changes will be reflected to the develop branch which becomes the Release branch after each corresponding cycle.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment