Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

how do we create capitalised directory names on the sidebar #31

Open
NiklasTR opened this issue Sep 26, 2022 · 1 comment
Open

how do we create capitalised directory names on the sidebar #31

NiklasTR opened this issue Sep 26, 2022 · 1 comment
Assignees

Comments

@NiklasTR
Copy link
Contributor

Currently sidebar subsection names are automatically defined based on the corresponding directory names. Is there a low-overhead way to change the capitalisation of these sections?

image

For example "dna-seq" turns to "DNA-Seq" (will require some manual definition, or renaming of the directories?)

@jlevers
Copy link
Contributor

jlevers commented Oct 5, 2022

you can create a _category_.json file in a directory, and enter some metadata there -- here's an example one for just changing the title:

{
  "label": "DNA-Seq",
  "collapsed": false
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants