summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorinitard <solo@softwareag.com>2022-04-19 10:35:22 +0100
committerinitard <solo@softwareag.com>2022-04-19 10:35:22 +0100
commit68e3c76845d28779f602519473903e3724b859e9 (patch)
tree724ddbb7a1c2320031c4ea3fbbbd3761b440f75b /docs
parent4bad63bc7b3fb08bf735e85517edaf6ee3c4a99b (diff)
c8y fragments doc workflow fix
- renamed file to 022_c8y_fragments - added toc in README - fixed toc in SUMMARY Signed-off-by: initard <solo@softwareag.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/src/SUMMARY.md1
-rw-r--r--docs/src/howto-guides/022_c8y_fragments.md (renamed from docs/src/howto-guides/021_c8y_fragments.md)0
-rw-r--r--docs/src/howto-guides/README.md8
-rw-r--r--docs/src/tutorials/connect-c8y.md2
4 files changed, 8 insertions, 3 deletions
diff --git a/docs/src/SUMMARY.md b/docs/src/SUMMARY.md
index 98ebc877..8d7d37a4 100644
--- a/docs/src/SUMMARY.md
+++ b/docs/src/SUMMARY.md
@@ -36,6 +36,7 @@
- [How to use thin-edge.io with your preferred init system](./howto-guides/019_how_to_use_preferred_init_system.md)
- [How to monitor health of tedge daemons](./howto-guides/020_monitor_tedge_health.md)
- [How to enable systemd watchdog monitoring for tedge services?](./howto-guides/021_enable_tedge_watchdog_using_systemd.md)
+ - [How to add custom fragments to Cumulocity](./howto-guides/022_c8y_fragments.md)
- [Developer Documentation](dev_doc.md)
- [Architecture](architecture/README.md)
diff --git a/docs/src/howto-guides/021_c8y_fragments.md b/docs/src/howto-guides/022_c8y_fragments.md
index 05cfbc8c..05cfbc8c 100644
--- a/docs/src/howto-guides/021_c8y_fragments.md
+++ b/docs/src/howto-guides/022_c8y_fragments.md
diff --git a/docs/src/howto-guides/README.md b/docs/src/howto-guides/README.md
index ffbb6d78..84fefc0d 100644
--- a/docs/src/howto-guides/README.md
+++ b/docs/src/howto-guides/README.md
@@ -14,6 +14,10 @@
12. [How to connect an external device?](./013_connect_external_device.md)
13. [How to access the logs on the device?](./014_thin_edge_logs.md)
14. [How to install thin-edge.io on any Linux OS (no deb support)?](./015_installation_without_deb_support.md)
+15. [How to restart your thin-edge.io device](./016_restart_device_operation.md)
16. [How to manage apama software artefatcs with apama plugin?](./017_apama_software_management_plugin.md)
-17. [How to monitor health of tedge daemons](./020_monitor_tedge_health.md)
-18. [How to enable watchdog using systemd?](./021_enable_tedge_watchdog_using_systemd.md)
+17. [How to change temp path](./018_change_temp_path.md)
+18. [How to use thin-edge.io with your preferred init system](./019_how_to_use_preferred_init_system.md)
+19. [How to monitor health of tedge daemons](./020_monitor_tedge_health.md)
+20. [How to enable watchdog using systemd?](./021_enable_tedge_watchdog_using_systemd.md)
+21. [How to add custom fragments to Cumulocity](./022_c8y_fragments.md)
diff --git a/docs/src/tutorials/connect-c8y.md b/docs/src/tutorials/connect-c8y.md
index a41c855c..5c84eeb7 100644
--- a/docs/src/tutorials/connect-c8y.md
+++ b/docs/src/tutorials/connect-c8y.md
@@ -169,4 +169,4 @@ You can now:
using the cloud-agnostic [Thin-Edge-Json data format](../architecture/thin-edge-json.md),
* or have a detailed view of the [topics mapped to and from Cumulocity](../references/bridged-topics.md#cumulocity-mqtt-topics)
if you prefer to use directly Cumulocity specific formats and protocols.
-* learn how to [add custom fragments to cumulocity](../howto-guides/021_c8y_fragments.md).
+* learn how to [add custom fragments to cumulocity](../howto-guides/022_c8y_fragments.md).