mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
Update documentation
This commit is contained in:
parent
3cb2e902ba
commit
2e9101cb0e
11 changed files with 20 additions and 2550 deletions
|
|
@ -3,6 +3,8 @@ include:
|
|||
file: '/static-code-analysis.yml'
|
||||
- project: 'docs/portal2/pipeline-template'
|
||||
file: 'MkDocs.gitlab-ci.yml'
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == "devel"
|
||||
|
||||
variables:
|
||||
DEBUG: 'TRUE'
|
||||
|
|
@ -107,4 +109,3 @@ run_bbfd_functional_test:
|
|||
- /tmp/memory-report.xml
|
||||
- timestamp.log
|
||||
- report/
|
||||
|
||||
|
|
|
|||
18
README.md
18
README.md
|
|
@ -65,13 +65,13 @@ All APIs exposed by libbbfdm-api are presented in this header file [libbbfdm-api
|
|||
|
||||
| Datamodel | Package | Link |
|
||||
| ---------------------------------------- | -------------- | -------------------------------------------- |
|
||||
| Device.BulkData. | bulkdata | https://dev.iopsys.eu/iopsys/bulkdata.git |
|
||||
| Device.CWMPManagementServer. | icwmp | https://dev.iopsys.eu/iopsys/icwmp.git |
|
||||
| Device.IP.Diagnostics.UDPEchoConfig. | udpecho-server | https://dev.iopsys.eu/iopsys/udpecho.git |
|
||||
| Device.IP.Diagnostics.UDPEchoDiagnostics.| udpecho-client | https://dev.iopsys.eu/iopsys/udpecho.git |
|
||||
| Device.IP.Interface.{i}.TWAMPReflector. | twamp | https://dev.iopsys.eu/iopsys/twamp-light.git |
|
||||
| Device.BulkData. | bulkdata | https://dev.iopsys.eu/bbf/bulkdata.git |
|
||||
| Device.CWMPManagementServer. | icwmp | https://dev.iopsys.eu/bbf/icwmp.git |
|
||||
| Device.IP.Diagnostics.UDPEchoConfig. | udpecho-server | https://dev.iopsys.eu/bbf/udpecho.git |
|
||||
| Device.IP.Diagnostics.UDPEchoDiagnostics.| udpecho-client | https://dev.iopsys.eu/bbf/udpecho.git |
|
||||
| Device.IP.Interface.{i}.TWAMPReflector. | twamp | https://dev.iopsys.eu/bbf/twamp-light.git |
|
||||
| Device.XMPP. | xmppc | https://dev.iopsys.eu/bbf/xmppc.git |
|
||||
| Device.USPAgent. | obuspa | https://dev.iopsys.eu/bbf/obuspa.git |
|
||||
| STUN parameters | stunc | https://dev.iopsys.eu/bbf/stunc.git |
|
||||
| Device.XPON. | ponmngr | https://dev.iopsys.eu/hal/ponmngr.git |
|
||||
| Device.UPNP. | ssdpd | https://github.com/miniupnp/miniupnp.git |
|
||||
| Device.XMPP. | xmppc | https://dev.iopsys.eu/iopsys/xmppc.git |
|
||||
| Device.XPON. | ponmngr | https://dev.iopsys.eu/iopsys/ponmngr.git |
|
||||
| Device.USPAgent. | obuspa | https://dev.iopsys.eu/fork/obuspa.git |
|
||||
| STUN parameters | stunc | https://dev.iopsys.eu/iopsys/stunc.git |
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
title: "Datamodel Daemon and library"
|
||||
title: "BBFDM"
|
||||
|
||||
nav:
|
||||
- "arch"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
title: "BBFDMD API"
|
||||
title: "BBFDM"
|
||||
|
||||
nav:
|
||||
- "ubus"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
title: "bbfdm"
|
||||
title: "BBFDM"
|
||||
|
||||
nav:
|
||||
- "..."
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
title: "bbfdmd"
|
||||
title: "BBFDM"
|
||||
|
||||
nav:
|
||||
- "..."
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
title: "BBFDM"
|
||||
hide: true
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
title: "BBFDM Developer Guide"
|
||||
title: "BBFDM"
|
||||
|
||||
nav:
|
||||
- "..."
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
title: "BBFDM"
|
||||
hide: true
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
site_name: BroadBand Forum Data Models (BBFDM)
|
||||
site_name: BBFDM
|
||||
site_url: https://dev.iopsys.eu/bbf/bbfdm
|
||||
edit_uri: "https://dev.iopsys.eu/bbf/bbfdm"
|
||||
|
||||
site_description: Datamodel utilities
|
||||
site_description: BroadBand Forum Data Models (BBFDM)
|
||||
site_author: IOPSYS
|
||||
|
||||
docs_dir: 'docs'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue