Cards§
Used to provide clear visual standouts to show that there's something to pay attention to.
Warning§
{% card(type="warning") %}
Here is some warning messages in a card.
{% end %}
Warning
Here is some warning messages in a card.
Success§
{% card(type="success") %}
Here is some success messages in a card.
{% end %}
Success
Here is some success messages in a card.
Info§
{% card(type="info") %}
Here is some info in a card.
{% end %}
Info
Here is some info in a card.
Danger§
{% card(type="danger") %}
Here is some danger messages in a card.
{% end %}
Danger
Here is some danger messages in a card.
Section§
Used in the index of this Wiki, used to show highlight links.
{% section(name="AOSC OS") %}
[Is AOSC OS Right for Me?](/aosc-os/is-aosc-os-right-for-me)
Finding Your Best Fit (or Not)
[Installation Guides](/aosc-os/installation/)
Installing AOSC OS on Your Device
[AOSC OS/Retro](/aosc-os/retro/intro)
Enjoying AOSC OS on Your Retro Devices
{% end %}
And here's the result (section number will not display on the index page):
AOSC OS
Is AOSC OS Right for Me? Finding Your Best Fit (or Not)
Installation Guides Installing AOSC OS on Your Device
AOSC OS/Retro Enjoying AOSC OS on Your Retro Devices