euv-docs 0.25.21

A VuePress-style documentation site generator powered by euv + euv-ui (Rust/WASM).
Documentation
1
2
3
4
5
6
7
8
/// The dark theme name used by euv-ui theme hooks.
pub(crate) const THEME_DARK: &str = "dark";
/// Selector of the scrollable sidebar container (the desktop nav column and
/// the mobile drawer both use `c_nav_items_scroll`).
pub(crate) const SIDEBAR_SCROLL_SELECTOR: &str = ".c_nav_items_scroll";
/// Selector matching the active sidebar entry (leaf link or group title).
pub(crate) const SIDEBAR_ACTIVE_SELECTOR: &str =
    ".c_euv_sidebar_link_active, .c_euv_sidebar_group_title_active";