treehousedev / treehouse

https://treehouse.sh
MIT License
154 stars 12 forks source link

docs: change docs rendering and split up markdown files #290

Closed ArcaTech closed 1 year ago

ArcaTech commented 1 year ago

Closes #222

Notes:

taramk commented 1 year ago

@progrium @ArcaTech so for the user guide homepage (https://treehouse.sh/docs/user/), is it possible to put something custom there (like section cards or something) rather than the full user guide text? i can implement it.

ArcaTech commented 1 year ago

Yup. Each of the directories in web/docs (dev, project, quickstart, user) has an index.tsx that displays that section. Right now, each one of those files has the same code that collects every page underneath it and displays them, but you can replace that directly with any HTML you want.