mirror of https://github.com/zmkfirmware/zmk.git
Flesh out documentation skeleton.
This commit is contained in:
parent
db586b1ce0
commit
e1ea833bb3
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Key Presses
|
||||||
|
---
|
||||||
|
|
||||||
|
TODO: Docs on key press behavior
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
id: displays
|
||||||
|
title: OLED Displays
|
||||||
|
sidebar_label: OLED Displays
|
||||||
|
---
|
||||||
|
|
||||||
|
TODO: Documentation on OLED displays.
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
id: encoders
|
||||||
|
title: Encoders
|
||||||
|
sidebar_label: Encoders
|
||||||
|
---
|
||||||
|
|
||||||
|
TODO: Documentation on encoders.
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
id: keymaps
|
||||||
|
title: Keymaps & Behaviors
|
||||||
|
sidebar_label: Keymaps
|
||||||
|
---
|
||||||
|
|
||||||
|
Keymaps!
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
id: underglow
|
||||||
|
title: RGB Underglow
|
||||||
|
---
|
||||||
|
|
||||||
|
TODO: Documentation on RGB underglow.
|
||||||
|
|
@ -1,6 +1,8 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
someSidebar: {
|
someSidebar: {
|
||||||
"Getting Started": ["intro", "hardware", "user-setup", "faq"],
|
"Getting Started": ["intro", "hardware", "user-setup", "faq"],
|
||||||
|
Features: ["keymaps", "displays", "encoders", "underglow"],
|
||||||
|
Behaviors: ["behavior/key-press"],
|
||||||
Development: [
|
Development: [
|
||||||
"dev-clean-room",
|
"dev-clean-room",
|
||||||
"dev-setup",
|
"dev-setup",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue