Vitepress conversion of docs. (#23795)
This commit is contained in:
parent
395766657f
commit
6ef9717288
357 changed files with 3611 additions and 24208 deletions
|
@ -6,8 +6,6 @@ This page lays out the capabilities used by the QMK Firmware documentation, in o
|
|||
|
||||
Unrelated to styling, high-level tech.
|
||||
|
||||
* I18n -- translations to other languages: [_langs.md](_langs.md)
|
||||
* Sidebar -- listing of pages by category: [_summary.md](_summary.md)
|
||||
* Title anchors -- `:id=some-anchor-name`, used for direct linking to sections
|
||||
* Links to anchors:
|
||||
* Style 1: [early initialization](platformdev_chibios_earlyinit.md?id=board-init)
|
||||
|
@ -40,7 +38,10 @@ Unrelated to styling, high-level tech.
|
|||
|
||||

|
||||
|
||||
<img src="gitbook/images/color-wheel.svg" alt="HSV Color Wheel" width="250"/>
|
||||

|
||||

|
||||
|
||||
<img src="./gitbook/images/color-wheel.svg" alt="HSV Color Wheel" width="250"/>
|
||||
|
||||
### Lists
|
||||
|
||||
|
@ -126,6 +127,26 @@ Command+<code>`</code>
|
|||
|
||||
!> Notification, damnit!
|
||||
|
||||
::: info
|
||||
This is an info box.
|
||||
:::
|
||||
|
||||
::: tip
|
||||
This is a tip.
|
||||
:::
|
||||
|
||||
::: warning
|
||||
This is a warning.
|
||||
:::
|
||||
|
||||
::: danger
|
||||
This is a dangerous warning.
|
||||
:::
|
||||
|
||||
::: details
|
||||
This is a details block.
|
||||
:::
|
||||
|
||||
### Keyboard keys
|
||||
|
||||
<kbd>,</kbd>
|
||||
|
@ -242,6 +263,20 @@ Content three
|
|||
|
||||
<!-- tabs:end -->
|
||||
|
||||
::::tabs
|
||||
=== tab a
|
||||
a content 2
|
||||
=== tab b
|
||||
b content 2
|
||||
=== tab c
|
||||
:::tabs
|
||||
== nested tab a
|
||||
nested a content 2
|
||||
== nested tab b
|
||||
nested b content 2
|
||||
:::
|
||||
::::
|
||||
|
||||
## Details sections
|
||||
|
||||
Expandable:
|
||||
|
@ -254,8 +289,10 @@ Expandable:
|
|||
This is some inner content.
|
||||
</details>
|
||||
|
||||
[1]: https://en.wikipedia.org/wiki/Eclipse_(software)
|
||||
|
||||
## Embed
|
||||
|
||||
[example embed](__capabilities_inc.md ':include')
|
||||
|
||||
<!--@include: ./__capabilities_inc.md-->
|
||||
|
||||
[1]: https://en.wikipedia.org/wiki/Eclipse_(software)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue