-
Notifications
You must be signed in to change notification settings - Fork 507
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds documentation for Job Scheduler plugin #2242
Conversation
Signed-off-by: ariamarble <[email protected]>
Signed-off-by: ariamarble <[email protected]>
Signed-off-by: ariamarble <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - Left comments
Signed-off-by: ariamarble <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, Aria! I left some comments on the build-plugin.md so far.
Co-authored-by: Heather Halter <[email protected]>
Signed-off-by: ariamarble <[email protected]>
Signed-off-by: ariamarble <[email protected]>
Signed-off-by: ariamarble <[email protected]>
@hdhalter can you please re-review with the most current changes? |
Co-authored-by: Nate Bower <[email protected]>
Co-authored-by: Nate Bower <[email protected]>
Co-authored-by: Nate Bower <[email protected]>
Co-authored-by: Nate Bower <[email protected]>
Co-authored-by: Nate Bower <[email protected]>
Co-authored-by: Nate Bower <[email protected]>
Co-authored-by: Nate Bower <[email protected]>
Co-authored-by: Nate Bower <[email protected]>
Co-authored-by: Nate Bower <[email protected]>
Co-authored-by: Nate Bower <[email protected]>
Signed-off-by: ariamarble <[email protected]>
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-1.3 1.3
# Navigate to the new working tree
cd .worktrees/backport-1.3
# Create a new branch
git switch --create backport/backport-2242-to-1.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 0799991e80aa891b6cf5277fb2ff90e20a6ca47c
# Push it to GitHub
git push --set-upstream origin backport/backport-2242-to-1.3
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.3 Then, create a pull request where the |
* Adds documentation for Job Scheduler plugin Signed-off-by: ariamarble <[email protected]> * made tech changes Signed-off-by: ariamarble <[email protected]> * add to dropdown Signed-off-by: ariamarble <[email protected]> * made suggested changes Signed-off-by: ariamarble <[email protected]> * Update _job-scheduler-plugin/build-plugin.md Co-authored-by: Heather Halter <[email protected]> * made suggested changes Signed-off-by: ariamarble <[email protected]> * index page re-write Signed-off-by: ariamarble <[email protected]> * wording changes. moving to single page Signed-off-by: ariamarble <[email protected]> * rephrasing and suggested changes Signed-off-by: ariamarble <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * editorial Signed-off-by: ariamarble <[email protected]> Signed-off-by: ariamarble <[email protected]> Co-authored-by: Heather Halter <[email protected]> Co-authored-by: Nate Bower <[email protected]> (cherry picked from commit 0799991)
* Adds documentation for Job Scheduler plugin Signed-off-by: ariamarble <[email protected]> * made tech changes Signed-off-by: ariamarble <[email protected]> * add to dropdown Signed-off-by: ariamarble <[email protected]> * made suggested changes Signed-off-by: ariamarble <[email protected]> * Update _job-scheduler-plugin/build-plugin.md Co-authored-by: Heather Halter <[email protected]> * made suggested changes Signed-off-by: ariamarble <[email protected]> * index page re-write Signed-off-by: ariamarble <[email protected]> * wording changes. moving to single page Signed-off-by: ariamarble <[email protected]> * rephrasing and suggested changes Signed-off-by: ariamarble <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * editorial Signed-off-by: ariamarble <[email protected]> Signed-off-by: ariamarble <[email protected]> Co-authored-by: Heather Halter <[email protected]> Co-authored-by: Nate Bower <[email protected]> (cherry picked from commit 0799991)
* Adds documentation for Job Scheduler plugin Signed-off-by: ariamarble <[email protected]> * made tech changes Signed-off-by: ariamarble <[email protected]> * add to dropdown Signed-off-by: ariamarble <[email protected]> * made suggested changes Signed-off-by: ariamarble <[email protected]> * Update _job-scheduler-plugin/build-plugin.md Co-authored-by: Heather Halter <[email protected]> * made suggested changes Signed-off-by: ariamarble <[email protected]> * index page re-write Signed-off-by: ariamarble <[email protected]> * wording changes. moving to single page Signed-off-by: ariamarble <[email protected]> * rephrasing and suggested changes Signed-off-by: ariamarble <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * editorial Signed-off-by: ariamarble <[email protected]> Signed-off-by: ariamarble <[email protected]> Co-authored-by: Heather Halter <[email protected]> Co-authored-by: Nate Bower <[email protected]> (cherry picked from commit 0799991)
* Adds documentation for Job Scheduler plugin Signed-off-by: ariamarble <[email protected]> * made tech changes Signed-off-by: ariamarble <[email protected]> * add to dropdown Signed-off-by: ariamarble <[email protected]> * made suggested changes Signed-off-by: ariamarble <[email protected]> * Update _job-scheduler-plugin/build-plugin.md Co-authored-by: Heather Halter <[email protected]> * made suggested changes Signed-off-by: ariamarble <[email protected]> * index page re-write Signed-off-by: ariamarble <[email protected]> * wording changes. moving to single page Signed-off-by: ariamarble <[email protected]> * rephrasing and suggested changes Signed-off-by: ariamarble <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * editorial Signed-off-by: ariamarble <[email protected]> Signed-off-by: ariamarble <[email protected]> Co-authored-by: Heather Halter <[email protected]> Co-authored-by: Nate Bower <[email protected]> (cherry picked from commit 0799991)
* Adds documentation for Job Scheduler plugin Signed-off-by: ariamarble <[email protected]> * made tech changes Signed-off-by: ariamarble <[email protected]> * add to dropdown Signed-off-by: ariamarble <[email protected]> * made suggested changes Signed-off-by: ariamarble <[email protected]> * Update _job-scheduler-plugin/build-plugin.md Co-authored-by: Heather Halter <[email protected]> * made suggested changes Signed-off-by: ariamarble <[email protected]> * index page re-write Signed-off-by: ariamarble <[email protected]> * wording changes. moving to single page Signed-off-by: ariamarble <[email protected]> * rephrasing and suggested changes Signed-off-by: ariamarble <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * editorial Signed-off-by: ariamarble <[email protected]> Signed-off-by: ariamarble <[email protected]> Co-authored-by: Heather Halter <[email protected]> Co-authored-by: Nate Bower <[email protected]> (cherry picked from commit 0799991)
* Adds documentation for Job Scheduler plugin Signed-off-by: ariamarble <[email protected]> * made tech changes Signed-off-by: ariamarble <[email protected]> * add to dropdown Signed-off-by: ariamarble <[email protected]> * made suggested changes Signed-off-by: ariamarble <[email protected]> * Update _job-scheduler-plugin/build-plugin.md Co-authored-by: Heather Halter <[email protected]> * made suggested changes Signed-off-by: ariamarble <[email protected]> * index page re-write Signed-off-by: ariamarble <[email protected]> * wording changes. moving to single page Signed-off-by: ariamarble <[email protected]> * rephrasing and suggested changes Signed-off-by: ariamarble <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * editorial Signed-off-by: ariamarble <[email protected]> Signed-off-by: ariamarble <[email protected]> Co-authored-by: Heather Halter <[email protected]> Co-authored-by: Nate Bower <[email protected]> (cherry picked from commit 0799991) Co-authored-by: Aria Marble <[email protected]>
* Adds documentation for Job Scheduler plugin Signed-off-by: ariamarble <[email protected]> * made tech changes Signed-off-by: ariamarble <[email protected]> * add to dropdown Signed-off-by: ariamarble <[email protected]> * made suggested changes Signed-off-by: ariamarble <[email protected]> * Update _job-scheduler-plugin/build-plugin.md Co-authored-by: Heather Halter <[email protected]> * made suggested changes Signed-off-by: ariamarble <[email protected]> * index page re-write Signed-off-by: ariamarble <[email protected]> * wording changes. moving to single page Signed-off-by: ariamarble <[email protected]> * rephrasing and suggested changes Signed-off-by: ariamarble <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * editorial Signed-off-by: ariamarble <[email protected]> Signed-off-by: ariamarble <[email protected]> Co-authored-by: Heather Halter <[email protected]> Co-authored-by: Nate Bower <[email protected]> (cherry picked from commit 0799991) Co-authored-by: Aria Marble <[email protected]>
* Adds documentation for Job Scheduler plugin Signed-off-by: ariamarble <[email protected]> * made tech changes Signed-off-by: ariamarble <[email protected]> * add to dropdown Signed-off-by: ariamarble <[email protected]> * made suggested changes Signed-off-by: ariamarble <[email protected]> * Update _job-scheduler-plugin/build-plugin.md Co-authored-by: Heather Halter <[email protected]> * made suggested changes Signed-off-by: ariamarble <[email protected]> * index page re-write Signed-off-by: ariamarble <[email protected]> * wording changes. moving to single page Signed-off-by: ariamarble <[email protected]> * rephrasing and suggested changes Signed-off-by: ariamarble <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * editorial Signed-off-by: ariamarble <[email protected]> Signed-off-by: ariamarble <[email protected]> Co-authored-by: Heather Halter <[email protected]> Co-authored-by: Nate Bower <[email protected]> (cherry picked from commit 0799991) Co-authored-by: Aria Marble <[email protected]>
* Adds documentation for Job Scheduler plugin Signed-off-by: ariamarble <[email protected]> * made tech changes Signed-off-by: ariamarble <[email protected]> * add to dropdown Signed-off-by: ariamarble <[email protected]> * made suggested changes Signed-off-by: ariamarble <[email protected]> * Update _job-scheduler-plugin/build-plugin.md Co-authored-by: Heather Halter <[email protected]> * made suggested changes Signed-off-by: ariamarble <[email protected]> * index page re-write Signed-off-by: ariamarble <[email protected]> * wording changes. moving to single page Signed-off-by: ariamarble <[email protected]> * rephrasing and suggested changes Signed-off-by: ariamarble <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * editorial Signed-off-by: ariamarble <[email protected]> Signed-off-by: ariamarble <[email protected]> Co-authored-by: Heather Halter <[email protected]> Co-authored-by: Nate Bower <[email protected]> (cherry picked from commit 0799991) Co-authored-by: Aria Marble <[email protected]>
* Adds documentation for Job Scheduler plugin Signed-off-by: ariamarble <[email protected]> * made tech changes Signed-off-by: ariamarble <[email protected]> * add to dropdown Signed-off-by: ariamarble <[email protected]> * made suggested changes Signed-off-by: ariamarble <[email protected]> * Update _job-scheduler-plugin/build-plugin.md Co-authored-by: Heather Halter <[email protected]> * made suggested changes Signed-off-by: ariamarble <[email protected]> * index page re-write Signed-off-by: ariamarble <[email protected]> * wording changes. moving to single page Signed-off-by: ariamarble <[email protected]> * rephrasing and suggested changes Signed-off-by: ariamarble <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * editorial Signed-off-by: ariamarble <[email protected]> Signed-off-by: ariamarble <[email protected]> Co-authored-by: Heather Halter <[email protected]> Co-authored-by: Nate Bower <[email protected]> (cherry picked from commit 0799991) Co-authored-by: Aria Marble <[email protected]>
* Adds documentation for Job Scheduler plugin Signed-off-by: ariamarble <[email protected]> * made tech changes Signed-off-by: ariamarble <[email protected]> * add to dropdown Signed-off-by: ariamarble <[email protected]> * made suggested changes Signed-off-by: ariamarble <[email protected]> * Update _job-scheduler-plugin/build-plugin.md Co-authored-by: Heather Halter <[email protected]> * made suggested changes Signed-off-by: ariamarble <[email protected]> * index page re-write Signed-off-by: ariamarble <[email protected]> * wording changes. moving to single page Signed-off-by: ariamarble <[email protected]> * rephrasing and suggested changes Signed-off-by: ariamarble <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * Update _job-scheduler-plugin/index.md Co-authored-by: Nate Bower <[email protected]> * editorial Signed-off-by: ariamarble <[email protected]> Signed-off-by: ariamarble <[email protected]> Co-authored-by: Heather Halter <[email protected]> Co-authored-by: Nate Bower <[email protected]>
Signed-off-by: ariamarble [email protected]
Description
Adds documentation for Job Scheduler plugin
Issues Resolved
#60
Checklist
For more information on following Developer Certificate of Origin and signing off your commits, please check here.