refactor(docs): Remove explicit document ids
Aligns older documents with newer file-based ids.
This commit is contained in:
parent
d5cc504b3a
commit
4d42e792c5
14 changed files with 1 additions and 15 deletions
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
id: customization
|
|
||||||
title: Customizing ZMK/`zmk-config` folders
|
title: Customizing ZMK/`zmk-config` folders
|
||||||
sidebar_label: Customizing ZMK
|
sidebar_label: Customizing ZMK
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
id: dev-boards-shields-keymaps
|
|
||||||
title: Boards, Shields, and Keymaps
|
title: Boards, Shields, and Keymaps
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
id: dev-build-flash
|
|
||||||
title: Building and Flashing
|
title: Building and Flashing
|
||||||
sidebar_label: Building and Flashing
|
sidebar_label: Building and Flashing
|
||||||
---
|
---
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
id: dev-clean-room
|
|
||||||
title: Clean Room Implementation
|
title: Clean Room Implementation
|
||||||
sidebar_label: Clean Room
|
sidebar_label: Clean Room
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
id: dev-guide-usb-logging
|
|
||||||
title: USB Logging
|
title: USB Logging
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
id: dev-posix-board
|
|
||||||
title: Native Posix board target
|
title: Native Posix board target
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
id: dev-setup
|
|
||||||
title: Basic Setup
|
title: Basic Setup
|
||||||
sidebar_label: Basic Setup
|
sidebar_label: Basic Setup
|
||||||
---
|
---
|
||||||
|
@ -450,7 +449,7 @@ This step pulls down quite a bit of tooling. Go grab a cup of coffee, it can tak
|
||||||
:::info
|
:::info
|
||||||
If you're using Docker, you're done with setup! You must restart the container at this point. The easiest way to do so is to close the VS Code window, verify that the container has stopped in Docker Dashboard, and reopen the container with VS Code.
|
If you're using Docker, you're done with setup! You must restart the container at this point. The easiest way to do so is to close the VS Code window, verify that the container has stopped in Docker Dashboard, and reopen the container with VS Code.
|
||||||
|
|
||||||
Once your container is restarted, proceed to [Building and Flashing](./dev-build.md).
|
Once your container is restarted, proceed to [Building and Flashing](./dev-build-flash.md).
|
||||||
:::
|
:::
|
||||||
|
|
||||||
#### Export Zephyr™ Core
|
#### Export Zephyr™ Core
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
id: dev-tests
|
|
||||||
title: Tests
|
title: Tests
|
||||||
sidebar_label: Tests
|
sidebar_label: Tests
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
id: faq
|
|
||||||
title: FAQs
|
title: FAQs
|
||||||
sidebar_label: FAQs
|
sidebar_label: FAQs
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
id: keymaps
|
|
||||||
title: Keymaps & Behaviors
|
title: Keymaps & Behaviors
|
||||||
sidebar_label: Keymaps
|
sidebar_label: Keymaps
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
id: hardware
|
|
||||||
title: Supported Hardware
|
title: Supported Hardware
|
||||||
sidebar_label: Supported Hardware
|
sidebar_label: Supported Hardware
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
id: intro
|
|
||||||
title: Introduction to ZMK
|
title: Introduction to ZMK
|
||||||
sidebar_label: Introduction
|
sidebar_label: Introduction
|
||||||
slug: /
|
slug: /
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
id: troubleshooting
|
|
||||||
title: Troubleshooting
|
title: Troubleshooting
|
||||||
sidebar_title: Troubleshooting
|
sidebar_title: Troubleshooting
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
id: user-setup
|
|
||||||
title: Installing ZMK
|
title: Installing ZMK
|
||||||
sidebar_label: Installing ZMK
|
sidebar_label: Installing ZMK
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue