Add separate docs for v0.8/v1

This commit is contained in:
Graham Esau 2024-06-09 19:01:24 +01:00
parent 3150f98fc8
commit d511d447f7
61 changed files with 1620 additions and 58 deletions

View file

@ -16,10 +16,10 @@ code {
}
// Always expand nav menu items
.nav-list .nav-list-item > .nav-list {
.nav-list:not(.nav-category-list) .nav-list-item > .nav-list {
display: block;
}
.nav-list-expander {
.nav-list:not(.nav-category-list) .nav-list-expander {
display: none;
}