Including leading numbers/underscores when creating docs

A new user of nbdev here and been loving it! A question - is there an option to include leading numbers/underscores when generating documentation through Quarto? I’m trying to use nbdev for bioinformatics/data analysis and I’ve gotten used to putting a YYYYMMDD_ date prefix to my notebooks, so I can easily see when a documentation/reference notebook was created.

Hello,
Yes, you can include leading numbers or underscores in your documentation titles when using nbdev and Quarto. You can achieve this by using front matter in your Quarto Markdown files or by customizing the _quarto.yml configuration file. This way, you can easily add a date prefix like YYYYMMDD_ to your notebook titles for better organization.

Best Regards,
Julia Goff