mirror of
https://github.com/Django-LiveView/docs.git
synced 2025-12-31 05:32:23 +01:00
Add subsections to documentation navigation
- Add hierarchical subsections to Handlers (Basic, Intermediate, Advanced) - Add hierarchical subsections to Advanced Features (UI Features, System Features, Data Handling) - Add JavaScript to dynamically assign clean IDs to h3 headings for anchor links - Add CSS styling for navigation subsections with proper indentation - Fix parentheses balance issues in onerc.el functions
This commit is contained in:
@@ -338,6 +338,30 @@ a:hover,
|
||||
list-style-position: inside;
|
||||
}
|
||||
|
||||
.nav-docs__sublist {
|
||||
list-style: "· ";
|
||||
list-style-position: inside;
|
||||
padding-left: 1rem;
|
||||
margin-top: 0.5rem;
|
||||
margin-bottom: 0.5rem;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
.nav-docs__subitem {
|
||||
margin: 0.25rem 0;
|
||||
}
|
||||
|
||||
.nav-docs__sublink {
|
||||
color: var(--color-gray);
|
||||
text-decoration: none;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.nav-docs__sublink:hover {
|
||||
opacity: 1;
|
||||
color: var(--color-brown);
|
||||
}
|
||||
|
||||
/* Home */
|
||||
|
||||
.nav-home__list {
|
||||
|
||||
Reference in New Issue
Block a user