Skip to content

rkaraivanov/ignite-ui-docfx

 
 

Repository files navigation

Ignite UI DocFX Site Builder

This project uses Node.js and Gulp as a build tool to accelerate the development of the Ignite UI DocFX samples site for Ignite UI for Angular.

Prerequisites

  1. DocFX
  2. Node.js

Getting Started

Installing DocFX

In macOS You can use brew to install the latest version of DocFX:

brew install docfx 

For Windows based platforms use chocolatey:

choco install docfx

Installing the Node.js dependencies:

If you are using npm, run:

npm install 

If you are using yarn, run:

yarn install 

Starting the Development Server

npm start

Building the Static Site

npm run build

The build script produces a folder called _site at the root of the project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 55.2%
  • JavaScript 43.3%
  • Liquid 1.5%