Documentation
Requirements
-
Install Git
-
Install node.js
-
Create a GitHub accout
-
Fork/clone the public GHE repository from GitHub
Building/Viewing the documentation locally
-
Build the UI
-
Open a Command Line in the
docs/ui
directory (e.g. the GitBash that is automatically installed with Git). -
Enter the command
npm install
. -
Enter the command
npm run build:dirty
. -
These steps are only required the first time you build the documentation
-
-
Build the documentation
-
Open the Command Line in the
docs
directory. -
Enter the command
npm install
. -
Enter the command
npm run build:local
. -
Open the
index.html
file inside thebuild/site/GHE/1.3/
directory.
-