Skip to content

Commit

Permalink
Hide navigation and toc in some pages
Browse files Browse the repository at this point in the history
  • Loading branch information
parksb committed Nov 21, 2023
1 parent 3f5b20d commit 19da952
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
hide:
- navigation
---

# Getting Started

Let's explore step-by-step how to create a multi-device application using Zap. In this example, we'll use the [Zap Kotlin implementation](https://github.com/zap-lib/kotlin) on Android to real-time transmit accelerometer sensor values from a mobile device to a [Zap Node.js implementation](https://github.com/zap-lib/node) running on a laptop.
Expand Down
6 changes: 6 additions & 0 deletions docs/implementations.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
hide:
- navigation
- toc
---

# Implementations

- Node.js: [github.com/zap-lib/node](https://github.com/zap-lib/node)
Expand Down
6 changes: 6 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
hide:
- navigation
- toc
---

# Zap: A library for building multi-device applications

Zap is an application programming library for building multi-device application that enable communication with other devices. While mobile devices offer a wide range of data sources, such as motion sensors, biometrics devices, microphones, touchscreens and more, traditional PCs like laptops and desktops are typically lack these resources.
Expand Down

0 comments on commit 19da952

Please sign in to comment.