diff --git a/docs/.pages b/docs/.pages index 6804a7d..8109c08 100644 --- a/docs/.pages +++ b/docs/.pages @@ -1,4 +1,4 @@ -title: "DOCS" +title: "CWMP Agent documentation" nav: - "api" diff --git a/docs/api/.pages b/docs/api/.pages index ddcdb32..22d3260 100644 --- a/docs/api/.pages +++ b/docs/api/.pages @@ -1,4 +1,4 @@ -title: "API" +title: "CWMP Agent API" nav: - "ubus" diff --git a/docs/api/ubus/.pages b/docs/api/ubus/.pages index 4e0ab93..e8038a3 100644 --- a/docs/api/ubus/.pages +++ b/docs/api/ubus/.pages @@ -1,4 +1,4 @@ -title: "UBUS" +title: "CWMP Agent UBUS" nav: - "..." diff --git a/docs/api/uci/.pages b/docs/api/uci/.pages index 4c6712e..67190c3 100644 --- a/docs/api/uci/.pages +++ b/docs/api/uci/.pages @@ -1,4 +1,4 @@ -title: "UCI" +title: "CWMP Agent UCI" nav: - "..." diff --git a/docs/design/.pages b/docs/design/.pages new file mode 100644 index 0000000..2a39422 --- /dev/null +++ b/docs/design/.pages @@ -0,0 +1,4 @@ +title: "CWMP Agent Design" + +nav: + - "..." diff --git a/docs/guide/.pages b/docs/guide/.pages index 39c816e..3c490b1 100644 --- a/docs/guide/.pages +++ b/docs/guide/.pages @@ -1,4 +1,4 @@ -title: "Developer Guide" +title: "CWMP Agent Developer Guide" nav: - "..." diff --git a/docs/guide/workflow.md b/docs/guide/workflow.md index c6c5caf..5f3b14f 100644 --- a/docs/guide/workflow.md +++ b/docs/guide/workflow.md @@ -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. diff --git a/docs/spec/.pages b/docs/spec/.pages index 04b96db..5cb36d7 100644 --- a/docs/spec/.pages +++ b/docs/spec/.pages @@ -1,4 +1,4 @@ -title: "Specifications" +title: "CWMP Agent" nav: - "..." diff --git a/docs/spec/spec.md b/docs/spec/spec.md index 65f528f..c2378d7 100644 --- a/docs/spec/spec.md +++ b/docs/spec/spec.md @@ -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).