dfischer / betterfrontend

A community recommendation on how to make front-end development better. How-to, best-practices, and more.
http://www.betterfrontend.com
77 stars 10 forks source link

Make Table of Contents in Sidebar dynamic. #14

Open dfischer opened 12 years ago

dfischer commented 12 years ago

Currently the sidebar is hard coded.

This sucks for maintaing the docs. We should probably have the sidebar be dynamic.

Two options:

1) At compile time.

2) Dynamically using Javascript.

I think 2 is probably easier. I'm not sure how to handle it at compile time.