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

win, build: add documentation support to vcbuild #19663

Closed
wants to merge 2 commits into from

Commits on May 17, 2018

  1. win, build: add documentation support to vcbuild

    Adds `doc` option to vcbuild.bat which will install node-doc-generator
    dependencies and build the documentation in the %config%\doc folder.
    
    Adds `lint-md-build` option which will download markdown linter.
    
    Adds `lint-md` option, included by default in `lint` and `test` options
    which will run linter on the markdown files in the doc folder.
    bzoz committed May 17, 2018
    Copy the full SHA
    1f271a5 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. fixups

    bzoz committed May 24, 2018
    Copy the full SHA
    40df1e5 View commit details
    Browse the repository at this point in the history