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
|
||||
sidebar_label: Customizing ZMK
|
||||
---
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
id: dev-boards-shields-keymaps
|
||||
title: Boards, Shields, and Keymaps
|
||||
---
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
id: dev-build-flash
|
||||
title: Building and Flashing
|
||||
sidebar_label: Building and Flashing
|
||||
---
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
id: dev-clean-room
|
||||
title: Clean Room Implementation
|
||||
sidebar_label: Clean Room
|
||||
---
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
id: dev-guide-usb-logging
|
||||
title: USB Logging
|
||||
---
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
id: dev-posix-board
|
||||
title: Native Posix board target
|
||||
---
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
id: dev-setup
|
||||
title: 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
|
||||
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
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
id: dev-tests
|
||||
title: Tests
|
||||
sidebar_label: Tests
|
||||
---
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
id: faq
|
||||
title: FAQs
|
||||
sidebar_label: FAQs
|
||||
---
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
id: keymaps
|
||||
title: Keymaps & Behaviors
|
||||
sidebar_label: Keymaps
|
||||
---
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
id: hardware
|
||||
title: Supported Hardware
|
||||
sidebar_label: Supported Hardware
|
||||
---
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
id: intro
|
||||
title: Introduction to ZMK
|
||||
sidebar_label: Introduction
|
||||
slug: /
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
id: troubleshooting
|
||||
title: Troubleshooting
|
||||
sidebar_title: Troubleshooting
|
||||
---
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
id: user-setup
|
||||
title: Installing ZMK
|
||||
sidebar_label: Installing ZMK
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue