From f7bdb90624497bf9ab9c0ea7bd7060c46cd2275c Mon Sep 17 00:00:00 2001 From: Sy Bohy Date: Sun, 18 Aug 2024 21:16:37 +0000 Subject: [PATCH] GITBOOK-421: Remove unnecessary emojis --- docs/README.md | 2 +- docs/SUMMARY.md | 8 ++++---- docs/capability-guides/device-and-system-capabilities.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/README.md b/docs/README.md index b205cf98..a3eb812f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,7 +2,7 @@ description: Seam makes it easy to integrate IoT devices with your applications! --- -# 🎉 Seam Documentation +# Seam Documentation We have integrated many door locks, thermostats, and other device brands, and we have created simple application programming interfaces (APIs) for interacting with these devices. diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index c89bf238..ef48d9ef 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -1,10 +1,10 @@ # Table of contents -* [🎉 Seam Documentation](README.md) +* [Seam Documentation](README.md) * [🚲 Quick Start](quickstart.md) * [🚀 Go Live!](go-live.md) -## 📖 Core Concepts +## Core Concepts * [Overview](core-concepts/overview.md) * [Seam Console](core-concepts/seam-console/README.md) @@ -27,9 +27,9 @@ * [Reconnecting an Account](device-guides/reconnecting-an-account.md) * [Action Attempts](core-concepts/action-attempts.md) -## 🧰 Capability Guides +## Capability Guides -* [💪 Device and System Capabilities](capability-guides/device-and-system-capabilities.md) +* [Device and System Capabilities](capability-guides/device-and-system-capabilities.md) * [🔒 Smart Locks](products/smart-locks/README.md) * [Locking and Unlocking](products/smart-locks/lock-and-unlock.md) * [Managing Access Codes](products/smart-locks/access-codes/README.md) diff --git a/docs/capability-guides/device-and-system-capabilities.md b/docs/capability-guides/device-and-system-capabilities.md index 559873d7..c45a6f95 100644 --- a/docs/capability-guides/device-and-system-capabilities.md +++ b/docs/capability-guides/device-and-system-capabilities.md @@ -2,7 +2,7 @@ description: Learn about device and system capabilities, as well as capability flags. --- -# 💪 Device and System Capabilities +# Device and System Capabilities Each device that you connect to Seam has a specific set of capabilities. These capabilities define the Seam API actions that you can use. For example, some devices support [remote unlock actions](../products/smart-locks/lock-and-unlock.md), while others support [programming access codes](../products/smart-locks/access-codes/). Some devices support both of these capabilities. When developing your application, it is imperative to be able to identify the capabilities of each device.