/ref-docs

Azure Reference Documentation for SDKs and Command Lines

Primary LanguageJavaScriptMIT LicenseMIT

Azure Reference Documentation

This repo generates and publishes documentation for azure repositories. It's currently in progress...

The project expects the collection of repos to be setup with repo init -u https://github.com/azure/ref-docs.

Getting started

  • git clone https://github.com/azure/ref-docs
  • npm install

Current Commands

  • gulp --tasks # to see all of the tasks
  • gulp build # to build the dist directory
  • etc... read the gulpfile