Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc,tools: Replace client-side syntax highlighting for API docs with compile-time syntax highlighting #34148

Closed

Commits on Jul 5, 2020

  1. doc,tools: syntax highlight api docs at compile-time

    Prior to this commit, API docs would be highlighted after the page
    loaded using `highlightjs`. This commit still uses `highlightjs`, but
    runs the generation during the compilation of the documentation, making
    it so no script needs to load on the client. This results in a faster
    load, as well as allowing the pages to fully functional even when
    JavaScript is turned off.
    tolmasky committed Jul 5, 2020
    Copy the full SHA
    1e73b8c View commit details
    Browse the repository at this point in the history