>>106623414
>>106623501
>so I like to use a lot of headings
On that note, you can make my life easier by matching the markdown header level (=how many # in the beginning of the line) to the ones we are currently using
# is reserved for the document type and not used (technical limitation with mkdocs being designed around multi-page websites)
## is for guide specific sections, such as "stores" or "items"
### is for Larger categories such as "office", "consumer electronics" or "outdoor"
#### is for subcategories such as "knives" or "Handhelds"
-- anything with a deeper header level will not appear on the navigation anymore to avoid clutter, so try to have stuff like "handheld" or so at level 4 so people know where to read on --
##### is usually for specific items or item families but can also be for subcategories
###### and beyond are section specific and there's no real consistency here honestly.
That makes it much easier for me to add them to the guide later.