Update documentation

This commit is contained in:
Vivek Kumar Dutta 2023-04-18 12:42:29 +05:30
parent 3cb2e902ba
commit 2e9101cb0e
11 changed files with 20 additions and 2550 deletions

View file

@ -3,6 +3,8 @@ include:
file: '/static-code-analysis.yml' file: '/static-code-analysis.yml'
- project: 'docs/portal2/pipeline-template' - project: 'docs/portal2/pipeline-template'
file: 'MkDocs.gitlab-ci.yml' file: 'MkDocs.gitlab-ci.yml'
rules:
- if: $CI_COMMIT_BRANCH == "devel"
variables: variables:
DEBUG: 'TRUE' DEBUG: 'TRUE'
@ -107,4 +109,3 @@ run_bbfd_functional_test:
- /tmp/memory-report.xml - /tmp/memory-report.xml
- timestamp.log - timestamp.log
- report/ - report/

2533
Doxyfile

File diff suppressed because it is too large Load diff

View file

@ -65,13 +65,13 @@ All APIs exposed by libbbfdm-api are presented in this header file [libbbfdm-api
| Datamodel | Package | Link | | Datamodel | Package | Link |
| ---------------------------------------- | -------------- | -------------------------------------------- | | ---------------------------------------- | -------------- | -------------------------------------------- |
| Device.BulkData. | bulkdata | https://dev.iopsys.eu/iopsys/bulkdata.git | | Device.BulkData. | bulkdata | https://dev.iopsys.eu/bbf/bulkdata.git |
| Device.CWMPManagementServer. | icwmp | https://dev.iopsys.eu/iopsys/icwmp.git | | Device.CWMPManagementServer. | icwmp | https://dev.iopsys.eu/bbf/icwmp.git |
| Device.IP.Diagnostics.UDPEchoConfig. | udpecho-server | https://dev.iopsys.eu/iopsys/udpecho.git | | Device.IP.Diagnostics.UDPEchoConfig. | udpecho-server | https://dev.iopsys.eu/bbf/udpecho.git |
| Device.IP.Diagnostics.UDPEchoDiagnostics.| udpecho-client | https://dev.iopsys.eu/iopsys/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/iopsys/twamp-light.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.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 |

View file

@ -1,4 +1,4 @@
title: "Datamodel Daemon and library" title: "BBFDM"
nav: nav:
- "arch" - "arch"

View file

@ -1,4 +1,4 @@
title: "BBFDMD API" title: "BBFDM"
nav: nav:
- "ubus" - "ubus"

View file

@ -1,4 +1,4 @@
title: "bbfdm" title: "BBFDM"
nav: nav:
- "..." - "..."

View file

@ -1,4 +1,4 @@
title: "bbfdmd" title: "BBFDM"
nav: nav:
- "..." - "..."

View file

@ -1 +1,2 @@
title: "BBFDM"
hide: true hide: true

View file

@ -1,4 +1,4 @@
title: "BBFDM Developer Guide" title: "BBFDM"
nav: nav:
- "..." - "..."

View file

@ -1 +1,2 @@
title: "BBFDM"
hide: true hide: true

View file

@ -1,8 +1,8 @@
site_name: BroadBand Forum Data Models (BBFDM) site_name: BBFDM
site_url: https://dev.iopsys.eu/bbf/bbfdm site_url: https://dev.iopsys.eu/bbf/bbfdm
edit_uri: "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 site_author: IOPSYS
docs_dir: 'docs' docs_dir: 'docs'