From 19da95295a9cd3dc7019b4c7bc2967cb381f3924 Mon Sep 17 00:00:00 2001 From: parksb Date: Tue, 21 Nov 2023 10:22:10 +0900 Subject: [PATCH] Hide navigation and toc in some pages --- docs/getting-started.md | 5 +++++ docs/implementations.md | 6 ++++++ docs/index.md | 6 ++++++ 3 files changed, 17 insertions(+) diff --git a/docs/getting-started.md b/docs/getting-started.md index 3b66699..d5b885d 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -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. diff --git a/docs/implementations.md b/docs/implementations.md index 6e2474c..2e8407b 100644 --- a/docs/implementations.md +++ b/docs/implementations.md @@ -1,3 +1,9 @@ +--- +hide: + - navigation + - toc +--- + # Implementations - Node.js: [github.com/zap-lib/node](https://github.com/zap-lib/node) diff --git a/docs/index.md b/docs/index.md index 699b706..cf04547 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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.