docs: improved navigation, fixed type for warning in emane/gpsd
This commit is contained in:
parent
374ddb677c
commit
d2008b1e5a
2 changed files with 19 additions and 2 deletions
|
@ -7,7 +7,7 @@ Introduction to integrating gpsd in CORE with EMANE.
|
||||||
[EMANE Demo 0](https://github.com/adjacentlink/emane-tutorial/wiki/Demonstration-0)
|
[EMANE Demo 0](https://github.com/adjacentlink/emane-tutorial/wiki/Demonstration-0)
|
||||||
may provide more helpful details.
|
may provide more helpful details.
|
||||||
|
|
||||||
!!!! warning
|
!!! warning
|
||||||
|
|
||||||
Requires installation of [gpsd](https://gpsd.gitlab.io/gpsd/index.html)
|
Requires installation of [gpsd](https://gpsd.gitlab.io/gpsd/index.html)
|
||||||
|
|
||||||
|
|
19
mkdocs.yml
19
mkdocs.yml
|
@ -47,11 +47,28 @@ nav:
|
||||||
- Services:
|
- Services:
|
||||||
- Config Services: configservices.md
|
- Config Services: configservices.md
|
||||||
- Services (Deprecated): services.md
|
- Services (Deprecated): services.md
|
||||||
|
- Provided:
|
||||||
|
- Bird: services/bird.md
|
||||||
|
- EMANE: services/emane.md
|
||||||
|
- FRR: services/frr.md
|
||||||
|
- NRL: services/nrl.md
|
||||||
|
- Quagga: services/quagga.md
|
||||||
|
- SDN: services/sdn.md
|
||||||
|
- Security: services/security.md
|
||||||
|
- Utility: services/utility.md
|
||||||
|
- XORP: services/xorp.md
|
||||||
- API:
|
- API:
|
||||||
- Python: python.md
|
- Python: python.md
|
||||||
- gRPC: grpc.md
|
- gRPC: grpc.md
|
||||||
- Distributed: distributed.md
|
- Distributed: distributed.md
|
||||||
- Control Network: ctrlnet.md
|
- Control Network: ctrlnet.md
|
||||||
- Hardware In The Loop: hitl.md
|
- Hardware In The Loop: hitl.md
|
||||||
- EMANE: emane.md
|
- EMANE:
|
||||||
|
- Overview: emane.md
|
||||||
|
- Examples:
|
||||||
|
- Antenna: emane/antenna.md
|
||||||
|
- EEL: emane/eel.md
|
||||||
|
- Files: emane/files.md
|
||||||
|
- GPSD: emane/gpsd.md
|
||||||
|
- Precomputed: emane/precomputed.md
|
||||||
- Developers Guide: devguide.md
|
- Developers Guide: devguide.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue