Call initSidebarItems
in root module of crate
This commit is contained in:
parent
75da570d78
commit
aaf0ff83fb
4 changed files with 14 additions and 3 deletions
|
@ -225,6 +225,8 @@ pub(super) fn write_shared(
|
|||
)?;
|
||||
write_minify("search.js", static_files::SEARCH_JS)?;
|
||||
write_minify("settings.js", static_files::SETTINGS_JS)?;
|
||||
write_minify("sidebar-items.js", static_files::sidebar::ITEMS)?;
|
||||
|
||||
if cx.shared.include_sources {
|
||||
write_minify("source-script.js", static_files::sidebar::SOURCE_SCRIPT)?;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue