From 8bab6ac3f0e85f450946089a025e86ceb75f699b Mon Sep 17 00:00:00 2001
From: Vivek Kumar Dutta <vivek.dutta@iopsys.eu>
Date: Tue, 18 Apr 2023 18:13:21 +0530
Subject: [PATCH] Fix ref path in docs

---
 README.md            | 4 ++--
 docs/.pages          | 3 ++-
 docs/api/.pages      | 2 +-
 docs/api/ubus/.pages | 1 +
 docs/api/uci/.pages  | 2 +-
 docs/arch/.pages     | 1 +
 docs/guide/.pages    | 1 +
 docs/spec/.pages     | 2 +-
 mkdocs.yml           | 2 +-
 9 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 62723da..d336963 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ config twamp_reflector 'reflector_1'
         option max_ttl '1'
 ```
 
-Detailed UCI parameter description available in [RAW format](https://dev.iopsys.eu/iopsys/twamp-light/-/tree/devel/schemas/uci/twamp.json) or [UCI documentation](./docs/api/uci/twamp.md)
+Detailed UCI parameter description available in [RAW format](./schemas/uci/twamp.json) or [UCI documentation](./docs/api/uci/twamp.md)
 
 ## Dependencies
 
@@ -28,5 +28,5 @@ To successfully build `twampd`, the following libraries are needed:
 | libuci      | https://git.openwrt.org/project/uci.git     | LGPL 2.1       |
 | libubox     | https://git.openwrt.org/project/libubox.git | BSD            |
 | libubus     | https://git.openwrt.org/project/ubus.git    | LGPL 2.1       |
-| libbbfdm    | https://dev.iopsys.eu/iopsys/bbf.git        | LGPL 2.1       |
+| libbbfdm    | https://dev.iopsys.eu/bbf/bbfdm.git           | BSD-3       |
 
diff --git a/docs/.pages b/docs/.pages
index f94c3c7..c46f2d3 100644
--- a/docs/.pages
+++ b/docs/.pages
@@ -1,6 +1,7 @@
-title: "TWAMP Light documentation"
+title: "TWAMP"
 
 nav:
+    - "arch"
     - "api"
     - "guide"
     - "spec"
diff --git a/docs/api/.pages b/docs/api/.pages
index 16a2104..402526e 100644
--- a/docs/api/.pages
+++ b/docs/api/.pages
@@ -1,4 +1,4 @@
-title: "TWAMP Light API"
+title: "TWAMP"
 
 nav:
     - "uci"
diff --git a/docs/api/ubus/.pages b/docs/api/ubus/.pages
index e2d5ae9..998083f 100644
--- a/docs/api/ubus/.pages
+++ b/docs/api/ubus/.pages
@@ -1 +1,2 @@
+title: "TWAMP"
 hide: true
diff --git a/docs/api/uci/.pages b/docs/api/uci/.pages
index 94ce3df..5b94e45 100644
--- a/docs/api/uci/.pages
+++ b/docs/api/uci/.pages
@@ -1,4 +1,4 @@
-title: "TWAMP UCI"
+title: "TWAMP"
 
 nav:
     - "..."
diff --git a/docs/arch/.pages b/docs/arch/.pages
index e2d5ae9..998083f 100644
--- a/docs/arch/.pages
+++ b/docs/arch/.pages
@@ -1 +1,2 @@
+title: "TWAMP"
 hide: true
diff --git a/docs/guide/.pages b/docs/guide/.pages
index e2d5ae9..998083f 100644
--- a/docs/guide/.pages
+++ b/docs/guide/.pages
@@ -1 +1,2 @@
+title: "TWAMP"
 hide: true
diff --git a/docs/spec/.pages b/docs/spec/.pages
index 72f1e91..5b94e45 100644
--- a/docs/spec/.pages
+++ b/docs/spec/.pages
@@ -1,4 +1,4 @@
-title: "TWAMP Light"
+title: "TWAMP"
 
 nav:
     - "..."
diff --git a/mkdocs.yml b/mkdocs.yml
index a15f2b1..6c5f3e7 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: TR-x69
+site_name: TR-x69 TWAMP
 site_url: https://dev.iopsys.eu/bbf/twamp-light
 edit_uri: "https://dev.iopsys.eu/bbf/twamp-light"
 
-- 
GitLab