retypeapp / retype

Retype is an ✨ ultra-high-performance✨ static site generator that builds a website based on simple text files.
https://retype.com
Other
1.01k stars 201 forks source link

Skip nested folders in the sidebar and customise the page's place in the navigation sidebar #675

Open vmohir opened 5 months ago

vmohir commented 5 months ago

I have a folder structure like

projects > my-project > src > lib > feature-foo.md

I want the navigation sidebar to be like

my-project > feature-foo

Is there any option for the pages to configure nested folders and skip the src and lib items?