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

Update 2 files

- /mkdocs.yml
- /doc/contribute/documenting.md
parent 6a28d42f
No related branches found
No related tags found
No related merge requests found
Pipeline #12256 passed
...@@ -36,16 +36,14 @@ In the `mkdocs.yml` file you will find the navigation structure of the documenta ...@@ -36,16 +36,14 @@ In the `mkdocs.yml` file you will find the navigation structure of the documenta
```yaml ```yaml
nav: nav:
- 0. Home : ./index.md - Home : ./index.md
- 1. Deployment Guide: ./deployment_guide.md - Deployment Guide: ./deployment_guide.md
- 2. Development Guide: ./development_guide.md - Development Guide: ./development_guide.md
- 3. Run Experiments: ./run_experiments.md - Run Experiments: ./run_experiments.md
- 4. Feature and bugs: ./features_and_bugs.md - Feature and bugs: ./features_and_bugs.md
- 5. Supported SBIs and Network Elements: ./supported_sbis_and_network_elements.md - Supported SBIs and Network Elements: ./supported_sbis_and_network_elements.md
- 6. Supported NBIs: ./supported_nbis.md - Supported NBIs: ./supported_nbis.md
- 7. Supported Service Handlers: ./supported_service_handlers.md [...]
- 8. Troubleshooting: ./troubleshooting.md
- 9. FAQ: ./faq.md
``` ```
Please take a moment to understand the current structure of the documentations and think to update after contributing if necessary. Please take a moment to understand the current structure of the documentations and think to update after contributing if necessary.
......
...@@ -76,13 +76,15 @@ extra: ...@@ -76,13 +76,15 @@ extra:
# Page tree # Page tree
nav: nav:
- 0. Home : ./index.md - Home : ./index.md
- 1. Deployment Guide: ./deployment_guide.md - Deployment Guide: ./deployment_guide.md
- 2. Development Guide: ./development_guide.md - Development Guide: ./development_guide.md
- 3. Run Experiments: ./run_experiments.md - Run Experiments: ./run_experiments.md
- 4. Feature and bugs: ./features_and_bugs.md - Feature and bugs: ./features_and_bugs.md
- 5. Supported SBIs and Network Elements: ./supported_sbis_and_network_elements.md - Supported SBIs and Network Elements: ./supported_sbis_and_network_elements.md
- 6. Supported NBIs: ./supported_nbis.md - Supported NBIs: ./supported_nbis.md
- 7. Supported Service Handlers: ./supported_service_handlers.md - Supported Service Handlers: ./supported_service_handlers.md
- 8. Troubleshooting: ./troubleshooting.md - Troubleshooting: ./troubleshooting.md
- 9. FAQ: ./faq.md - Contribute:
- Documenting: ./contribute/documenting.md
- FAQ: ./faq.md
\ No newline at end of file
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