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

tools: build all.json by combining generated JSON #21637

Closed
wants to merge 1 commit into from

Commits on Jul 7, 2018

  1. tools: build all.json by combining generated JSON

    Notes:
    
    1) Removed a number of root properties that did not seem relevant: source,
       desc, and introduced_in.  There no longer is a source, and the other two are
       from the first include and do not reflect the entire API.
    
    2) As with nodejs#20100, the current "desc"
       properties sometimes contained in-page links, other times referenced another
       page, and often did not match the links in the original HTML or JSON file.
       I chose to standardize on external links as "desc" values are isolated
       snippets as opposed to all.html which can be viewed as a standalone and self
       contained document.
    
    3) Eliminated preprocessing for @include entirely, including the test case
       for this function.
    
    4) _toc.md was renamed to index.md.
    
    5) index comments no longer appear in embedded TOCs (left hand side column in
       the generated documentation.
    rubys committed Jul 7, 2018
    Configuration menu
    Copy the full SHA
    7ac03da View commit details
    Browse the repository at this point in the history