Skip to content

Sidebar not getting created! #1247

Answered by h-enk
cbsecompass asked this question in Guides
Jun 3, 2024 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

In config/_default/params.toml you've set sectionNav = ["docs", "Class10"] — see https://github.com/cbsecompass/querycompass/blob/main/config/_default/params.toml#L47

Make the section name all lowercase and you're good:

  # Nav
  sectionNav = ["docs", "class10"] # ["docs"] (default) or list of sections (e.g. ["docs", "guides"])

I wasn't able to add the resources folder as there were too many files. Hope this is alright? Please let me know if it isn't

That's okay. Only handy when you've got lots of images — for more background, see Image processing performance consideration

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@h-enk
Comment options

Answer selected by cbsecompass
@cbsecompass
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Guides
Labels
None yet
2 participants