Browse Source

refactor(docs): Remove explicit document ids

Aligns older documents with newer file-based ids.
xmkb
innovaker 4 years ago committed by Pete Johanson
parent
commit
4d42e792c5
  1. 1
      docs/docs/customization.md
  2. 1
      docs/docs/dev-boards-shields-keymaps.md
  3. 1
      docs/docs/dev-build-flash.md
  4. 1
      docs/docs/dev-clean-room.md
  5. 1
      docs/docs/dev-guide-usb-logging.md
  6. 1
      docs/docs/dev-posix-board.md
  7. 3
      docs/docs/dev-setup.md
  8. 1
      docs/docs/dev-tests.md
  9. 1
      docs/docs/faq.md
  10. 1
      docs/docs/feature/keymaps.md
  11. 1
      docs/docs/hardware.md
  12. 1
      docs/docs/intro.md
  13. 1
      docs/docs/troubleshooting.md
  14. 1
      docs/docs/user-setup.md

1
docs/docs/customization.md

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
---
id: customization
title: Customizing ZMK/`zmk-config` folders
sidebar_label: Customizing ZMK
---

1
docs/docs/dev-boards-shields-keymaps.md

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
---
id: dev-boards-shields-keymaps
title: Boards, Shields, and Keymaps
---

1
docs/docs/dev-build.md → docs/docs/dev-build-flash.md

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
---
id: dev-build-flash
title: Building and Flashing
sidebar_label: Building and Flashing
---

1
docs/docs/dev-clean-room.md

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
---
id: dev-clean-room
title: Clean Room Implementation
sidebar_label: Clean Room
---

1
docs/docs/dev-guide-usb-logging.md

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
---
id: dev-guide-usb-logging
title: USB Logging
---

1
docs/docs/dev-posix-board.md

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
---
id: dev-posix-board
title: Native Posix board target
---

3
docs/docs/dev-setup.md

@ -1,5 +1,4 @@ @@ -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 @@ -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
docs/docs/dev-tests.md

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
---
id: dev-tests
title: Tests
sidebar_label: Tests
---

1
docs/docs/faq.md

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
---
id: faq
title: FAQs
sidebar_label: FAQs
---

1
docs/docs/feature/keymaps.md

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
---
id: keymaps
title: Keymaps & Behaviors
sidebar_label: Keymaps
---

1
docs/docs/hardware.md

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
---
id: hardware
title: Supported Hardware
sidebar_label: Supported Hardware
---

1
docs/docs/intro.md

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
---
id: intro
title: Introduction to ZMK
sidebar_label: Introduction
slug: /

1
docs/docs/troubleshooting.md

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
---
id: troubleshooting
title: Troubleshooting
sidebar_title: Troubleshooting
---

1
docs/docs/user-setup.md

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
---
id: user-setup
title: Installing ZMK
sidebar_label: Installing ZMK
---

Loading…
Cancel
Save