You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
NodeJS (lts/erbium or version 12 is currently best)
Recommended setup steps
Installnvm to manage your NodeJS installations.
Runnvm install lts/erbium; nvm use lts/erbium to install and set the NodeJS version.
Run this before the first you start the docs site locally.
npm install
Run the Rundeck Docs site locally
npm run docs:dev
Compiles and hot-reloads for development. As (most) content changes are made they show up immediately. Changes to the menus will require quitting and restarting with the command above.
Running in Production
Compiles and minifies for production.
npm run docs:build
Submitting Changes
Rundeck welcomes documentation PRs. Please submit PRs against the default branch (currently3.3.x) and we will review.
Publishing
Docs will be built and published to a base matching a branch name of/3\.[1-9]\..*/:
Branch3.3.x =>docs.rundeck.com/3.3.x/
Branch3.3.1 =>docs.rundeck.com/3.3.1/
Latest
Version tag must contain the full Rundeck version with date!
Tag a commit to publish to the matching version base as well asto the latest: