| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repo contains the source code for building the documentation system. If you're only interested in viewing the documentation then please look here.
Install node packages:
$ npm install
Build automatically (only works on OSX):
$ npm run build
The docs will be compiled to public/. OMV XML files will automatically be found, if you're building on Windows you will need to locate these yourself.
Building the documentation requires the following steps:
gulp and npm are setup to run these for you.
To build all the documentation from scratch:
$ npm run build
To watch src/ and compile automatically to public/:
$ npm run watch
To clean the dist files:
$ npm run clean
The easiest way to view the docs locally is to use zapp.
$ npm install -g zapp $ zapp public/
Now open your browser here.
The XML source files can be found in the following locations on Mac OS X:
On Windows:
If you have a 64-Bit version of the Adobe program installed, go to C:\Program Files\ instead of C:\Program Files (x86)\.
All source code for generating the documentation is under the MIT license. The XML source files (not included) remain property of Adobe.
| Back | FazBrowse Home | New Git URL |