How to build and deploy the documentation #22
Davidmc07
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
1. Install Ruby
Download the ruby installer for windows from here, execute it and follow the instalation instructions.
2. Install asciidoctor
Run the following command on the windows cmd:
gem install asciidoctor asciidoctor-diagram
3. Install node.js
Download the node.js installer from here, execute it and follow the installation instructions.
4. Run and deploy
npm install
(only first time).npm run deploy
but avoid using it from feature branches as it removes any change previously deployed if it is not present in that branch.Beta Was this translation helpful? Give feedback.
All reactions