Skip to content
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

docs(orchestrator): fix quick start urls to private repo and make image urls raw #1521

Merged
merged 1 commit into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/orchestrator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ For more information about the configuration options, including other optional p

The Orchestrator plugin enhances the Backstage with the execution of developer self-service flows. It provides a graphical editor to visualize workflow definitions, and a dashboard to monitor the execution of the workflows.

Refer to the [Quick start](https://github.com/batzionb/backstage-plugins/blob/orchestratorquickstart/plugins/orchestrator/docs/quickstart.md) to install the Orchestrator using the helm chart and execute a sample workflow through the Red Hat Developer Hub orchestrator plugin UI.
Refer to the [Quick start](https://github.com/janus-idp/backstage-plugins/blob/main/plugins/orchestrator/docs/quickstart.md) to install the Orchestrator using the helm chart and execute a sample workflow through the Red Hat Developer Hub orchestrator plugin UI.

## OpenAPI

Expand Down
10 changes: 5 additions & 5 deletions plugins/orchestrator/docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ This quickstart guide will help you install the Orchestrator using the helm char

5. **Navigate to Orchestrator**:
Navigate to the Orchestrator page by clicking on the Orchestrator icon in the left navigation menu.
![orchestratorIcon](https://github.com/batzionb/backstage-plugins/blob/orchestratorquickstart/plugins/orchestrator/docs/orchestratorIcon.png)
![orchestratorIcon](https://raw.githubusercontent.com/janus-idp/backstage-plugins/main/plugins/orchestrator/docs/orchestratorIcon.png)

6. **Execute Greeting Workflow**:
Click on the 'Execute' button in the ACTIONS column of the Greeting workflow.
![workflowsPage](https://github.com/batzionb/backstage-plugins/blob/orchestratorquickstart/plugins/orchestrator/docs/workflowsPage.png)
![workflowsPage](https://raw.githubusercontent.com/janus-idp/backstage-plugins/main/plugins/orchestrator/docs/workflowsPage.png)
The 'Run workflow' page will open. Click 'Next step' and then 'Run'
![executePageNext](https://github.com/batzionb/backstage-plugins/blob/orchestratorquickstart/plugins/orchestrator/docs/executePageNext.png)
![executePageRun](https://github.com/batzionb/backstage-plugins/blob/orchestratorquickstart/plugins/orchestrator/docs/executePageRun.png)
![executePageNext](https://raw.githubusercontent.com/janus-idp/backstage-plugins/main/plugins/orchestrator/docs/executePageNext.png)
![executePageRun](https://raw.githubusercontent.com/janus-idp/backstage-plugins/main/plugins/orchestrator/docs/executePageRun.png)
7. **Monitor Workflow Status**:
Wait for the status of the Greeting workflow execution to become _Completed_. This may take a moment.
![workflowCompleted](https://github.com/batzionb/backstage-plugins/blob/orchestratorquickstart/plugins/orchestrator/docs/workflowCompleted.png)
![workflowCompleted](https://raw.githubusercontent.com/janus-idp/backstage-plugins/main/plugins/orchestrator/docs/workflowCompleted.png)
Loading