Skip to content

Commit

Permalink
GITBOOK-421: Remove unnecessary emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
sybohy authored and gitbook-bot committed Aug 18, 2024
1 parent 12a6b17 commit f7bdb90
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
8 changes: 4 additions & 4 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/capability-guides/device-and-system-capabilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit f7bdb90

Please sign in to comment.