Add table of contents to FAQ pages using Javascript to scrape the H3 sections from the HTML content generated by Jekyll, and using a simple Elm app to present the section headings and provide a searchable filter of the headings and content.
The Elm code is currently in https://github.com/fredcy/doc-filter. I plan to move it here once I figure out how to integrate it with the Jekyll build scheme.
Add table of contents to FAQ pages using Javascript to scrape the H3 sections from the HTML content generated by Jekyll, and using a simple Elm app to present the section headings and provide a searchable filter of the headings and content.
The Elm code is currently in https://github.com/fredcy/doc-filter. I plan to move it here once I figure out how to integrate it with the Jekyll build scheme.