DEV Community

Gregory
Gregory

Posted on

Best way to build a CSS documentation like Bootstrap

My company has built its own CSS library and is looking to build a documentation looking like Bootstrap doc.

I have found documentcss, built on documentjs, which seems easy to use. The problem is that you have to build yourself the demos (for example a div containing different buttons to show how to use the different classes).

KSS seems more complete but not a lot of doc about how to use it.

What I'm looking for is a tool that automatically creates a full doc, making the link between HTML and CSS, so I don't have to think about updating the doc when the code is modified, for example to add a new HTML button to show a new class. It's important since a lot of people are working with this code.

Is such a tool exists? Does KSS or another one allows to do it? Thanks

Top comments (0)