• since the page html is php generated

    It's actually not - pretty much every page is static, but is just served up with PHP that sticks a header and footer on it... It's all relatively speedy.

    The reference page is created with this Python script. Ideally I'd swap it all over to JS though as the python is getting nasty very quickly :)

    Still, if you want to add extra things (links to the top/etc) then PRs are welcome :) It might even be easier (and would save a lot of bytes) to add a <script> tag to the top which would scan over headings and then add links to the top on the client.

About

Avatar for Gordon @Gordon started