From 367e46080f4da86eff7069e8ce3f6e11ba687e20 Mon Sep 17 00:00:00 2001 From: Darryl Mocek Date: Wed, 6 Dec 2023 15:48:18 -0800 Subject: [PATCH] Add Device Functions to the table of contents. Signed-off-by: Darryl Mocek --- docs_src/design/TOC.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs_src/design/TOC.md b/docs_src/design/TOC.md index 729c4e133f..eaab389ef2 100644 --- a/docs_src/design/TOC.md +++ b/docs_src/design/TOC.md @@ -7,9 +7,10 @@ | Name/Link | Short Description | |-------------------------------------------------------------------------------------|---------------------------------------------------------------------| -| [Bring Your Own Vault](./ucr/Bring-Your-Own-Vault.md) | Use Case for bringing your own Vault | +| [Bring Your Own Vault](./ucr/Bring-Your-Own-Vault.md) | Use Case for bringing your own Vault | | [Common Configuration](./ucr/Common Configuration.md) | Use Case for having Common configuration used by all EdgeX services | | [Core Data Retention and Persistent Cap](./ucr/Core-Data-Retention.md) | Use Case for capping readings in Core Data | +| [Device Functions](./ucr/device-functions.md) | Use Case for Device Functions | | [Device Parent-Child Relationships](./ucr/Device-Parent-Child-Relationships.md) | Use Case for Device Parent-Child Relationships | | [Extending Device Data](./ucr/Extending-Device-Data.md) | Use Case for Extending of Device Data by Application Services | | [Provision Watch via Device Metadata](./ucr/Provision-Watch-via-Device-Metadata.md) | Use Case for Provision Watching via Additional Device Metadata |