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: add unified plugin changing links for html docs #29946

Closed

Commits on Nov 6, 2019

  1. tools: add unified plugin changing links for html docs

    This commit introduces additional stage in the process of generating
    html docs from markdown files. Plugin transforms links to *.md files
    in the respository to links to *.html files in the online documentation.
    
    Fixes: nodejs#28689
    Marek Łabuz authored and Trott committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    4c559aa View commit details
    Browse the repository at this point in the history
  2. Update markdown.js

    Trott committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    51b7c57 View commit details
    Browse the repository at this point in the history
  3. Update document_with_links.md

    Trott committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    401a989 View commit details
    Browse the repository at this point in the history
  4. refactor replaceLinks plugin to use separate

    linking json file
    Marek Łabuz authored and Trott committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    90277e7 View commit details
    Browse the repository at this point in the history