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: properly syntax highlight API ref docs #33442

Closed
wants to merge 5 commits into from
Closed

doc,tools: properly syntax highlight API ref docs #33442

wants to merge 5 commits into from

Commits on May 17, 2020

  1. doc,tools: properly syntax highlight API ref docs

    Prior to this commit, all <pre> tags were being
    highlighted as JavaScript. This has been corrected
    to syntax highlight all languages appearing in the
    API reference docs. This was accomplished by using
    highlight.js instead of SHJS for the frontend lib.
    
    * remove SHJS JavaScript code
    * add highlight.js bundle
    * fix script tags to reflect replacement
    * migrate CSS to use highlight.js classes
    * add appropriate documentation
    * ensure api_assets README.md stays interal
    
    Fixes: #33363
    Derek Lewis committed May 17, 2020
    Configuration menu
    Copy the full SHA
    0bc8b9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1cc215 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. Configuration menu
    Copy the full SHA
    cb83a96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0acdfe2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24ec52f View commit details
    Browse the repository at this point in the history