Small fixes for display purposes in staging portal.

This commit is contained in:
Andreas Jonsson 2023-03-15 22:24:50 +01:00
parent 9d8389cda1
commit a295f18353
9 changed files with 12 additions and 8 deletions

View file

@ -1,4 +1,4 @@
title: "DOCS"
title: "CWMP Agent documentation"
nav:
- "api"

View file

@ -1,4 +1,4 @@
title: "API"
title: "CWMP Agent API"
nav:
- "ubus"

View file

@ -1,4 +1,4 @@
title: "UBUS"
title: "CWMP Agent UBUS"
nav:
- "..."

View file

@ -1,4 +1,4 @@
title: "UCI"
title: "CWMP Agent UCI"
nav:
- "..."

4
docs/design/.pages Normal file
View file

@ -0,0 +1,4 @@
title: "CWMP Agent Design"
nav:
- "..."

View file

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

View file

@ -1,4 +1,4 @@
## Concepts and Workflow
# Concepts and Workflow
In OpenWRT integration, `icwmpd` depends on `procd` based init script `/etc/init.d/icwmpd` to start it in boot-up. Once started, it reads the initial configuration from UCI and if configured connects to the ACS.

View file

@ -1,4 +1,4 @@
title: "Specifications"
title: "CWMP Agent"
nav:
- "..."

View file

@ -1,4 +1,4 @@
# Specification
# CWMP Agent Specification
- `icwmpd` client implementation is done based on TR069 Spec. For more details follow the [link](https://www.broadband-forum.org/technical/download/TR-069.pdf).
- It supports the data models that are defined by Broadband Forum. To see the list of data model parameters click [here](https://cwmp-data-models.broadband-forum.org/tr-181-2-15-1-cwmp.html).