elm-book
elm-book copied to clipboard
Rich documentation builder for Elm applications and packages. Inspired by Storybook and HexDocs.
First of all, thanks so much for a great library! I tried out elm-book after the presentation at the last meetup and I think it'll see regular use. I found...
In order to provide examples I want to create full-page chapters that are not narrowed by the sidebar.
I would love to use elm-book for a documentation site I am currently planning out but I see no way to deeply nest chapters currently. For example, imagine a sidebar...
Currently when rendering code blocks there is no out-of-the-box syntax highlighting but also no easy way to add a custom implementation since the `` element doesn't get information from the...
In order to ensure that typography is consistent with my design system I want to adjust the theme options to a different font.
closes #48 ## Testing the pr When testing the pr, remember to 1. Add `ElmBook.ThemeOptions.useHashBasedNavigation` in the UI/ElmBook.elm file 2. Modify a chapter so to add an inexistent link to...
When hashBasedNavigation is true and a 404 link is pressed, there is an infinite update loop that makes the app go totally unresponsive. To reproduce this just convert the UI...