Skip to content

Commit

Permalink
docs(orchestrator): fix links to private repo and image links to be raw
Browse files Browse the repository at this point in the history
  • Loading branch information
batzionb committed Apr 17, 2024
1 parent d7030a4 commit 15c310f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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)

0 comments on commit 15c310f

Please sign in to comment.