Commit 838a34c1 authored by Julien Satti's avatar Julien Satti
Browse files

Update 2 files

- /mkdocs.yml
- /doc/contribute/documenting.md
parent 6a28d42f
Loading
Loading
Loading
Loading
Loading
+8 −10
Original line number Diff line number Diff line
@@ -36,16 +36,14 @@ In the `mkdocs.yml` file you will find the navigation structure of the documenta

```yaml
nav:
  - 0. Home : ./index.md
  - 1. Deployment Guide: ./deployment_guide.md
  - 2. Development Guide: ./development_guide.md
  - 3. Run Experiments: ./run_experiments.md
  - 4. Feature and bugs: ./features_and_bugs.md
  - 5. Supported SBIs and Network Elements: ./supported_sbis_and_network_elements.md
  - 6. Supported NBIs: ./supported_nbis.md
  - 7. Supported Service Handlers: ./supported_service_handlers.md
  - 8. Troubleshooting: ./troubleshooting.md   
  - 9. FAQ: ./faq.md          
  - Home : ./index.md
  - Deployment Guide: ./deployment_guide.md
  - Development Guide: ./development_guide.md
  - Run Experiments: ./run_experiments.md
  - Feature and bugs: ./features_and_bugs.md
  - Supported SBIs and Network Elements: ./supported_sbis_and_network_elements.md
  - Supported NBIs: ./supported_nbis.md
[...] 
```

Please take a moment to understand the current structure of the documentations and think to update after contributing if necessary.
+12 −10
Original line number Diff line number Diff line
@@ -76,13 +76,15 @@ extra:

# Page tree
nav:
  - 0. Home : ./index.md
  - 1. Deployment Guide: ./deployment_guide.md
  - 2. Development Guide: ./development_guide.md
  - 3. Run Experiments: ./run_experiments.md
  - 4. Feature and bugs: ./features_and_bugs.md
  - 5. Supported SBIs and Network Elements: ./supported_sbis_and_network_elements.md
  - 6. Supported NBIs: ./supported_nbis.md
  - 7. Supported Service Handlers: ./supported_service_handlers.md
  - 8. Troubleshooting: ./troubleshooting.md   
  - 9. FAQ: ./faq.md          
  - Home : ./index.md
  - Deployment Guide: ./deployment_guide.md
  - Development Guide: ./development_guide.md
  - Run Experiments: ./run_experiments.md
  - Feature and bugs: ./features_and_bugs.md
  - Supported SBIs and Network Elements: ./supported_sbis_and_network_elements.md
  - Supported NBIs: ./supported_nbis.md
  - Supported Service Handlers: ./supported_service_handlers.md
  - Troubleshooting: ./troubleshooting.md
  - Contribute:
      - Documenting: ./contribute/documenting.md
  - FAQ: ./faq.md
 No newline at end of file