Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
forked fromrundeck/docs

Rundeck documentation

NotificationsYou must be signed in to change notification settings

Bibelo/docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rundeck Documentation project.

Getting starting

Dependencies

  • 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:

  • Tagv3.3.1-20200727 =>docs.rundeck.com/3.3.1/ANDdocs.rundeck.com/docs/

Example Code:

git tag -f v3.3.9-20210201git push -f origin v3.3.9-20210201

Maintenance

For maintenance to docs on previous versions, simply create a branch:

# For 3.2.8git checkout v3.2.8git checkout -b 3.2.8git push origin

Generating Release Notes

Rundeck Core PRs are included by default.Core PRs can excluded by labeling them with therelease-notes/exclude label.

Rundeck Enterprise PRs are excluded by default.Enterprise PRs can be included by labeling them with therelease-notes/include label.

Create the file.env in the project root and add the lineGH_API_TOKEN=[TOKEN]replacing[TOKEN] with your GitHub API token. This token needsrepo scope.

Run the following with the milestone for the release. This will create/overwrite an existing entry for the release. Use wisely:

npm run notes -- --milestone=3.3.9

DraftRun the following with the milestone for the release. This will create the file named draft.md to avoid overwriting any existing version:

npm run notes -- --milestone=3.3.9 --draft

Packages

No packages published

Languages

  • Shell96.5%
  • JavaScript3.5%

[8]ページ先頭

©2009-2025 Movatter.jp