Skip to content

Commit

Permalink
Update redirects (#451)
Browse files Browse the repository at this point in the history
* add redirects

Signed-off-by: Carlos Santana <[email protected]>

* fix broken login image

Signed-off-by: Carlos Santana <[email protected]>
  • Loading branch information
Carlos Santana authored May 26, 2021
1 parent dded3e3 commit 252543b
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Invoking the CLI

When the CLI is installed, it adds an executable named `igc` to the PATH. Running `igc --help` will list
When the [CLI is installed](../learning/dev-setup.html#install-the-cloud-native-toolkit-command-line-interface-cli), it adds an executable named `igc` to the PATH. Running `igc --help` will list
the available commands. The output text will be similar to the following:

```text
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/workshop/ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

1. **(Skip if using KubeAdmin or IBM Cloud)** Login to OpenShift using `oc`
- If using IBM Cloud cluster then login with your IBM account email and IAM API Key or Token by using the **Copy Login Command**
![Login](../images/login.jpg)
![Login](images/login.jpg)
- If using a cluster that was configured with the workshop scripts outside IBM Cloud then use respective assigned username (ex. `user01`), and the password is `password`
```bash
oc login $OCP_URL -u $TOOLKIT_USERNAME -p password
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/workshop/cd.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Click on image below to launch video:

1. **(Skip if using KubeAdmin or IBM Cloud)** Login to OpenShift using `oc`
- If using IBM Cloud cluster then login with your IBM account email and IAM API Key or Token by using the **Copy Login Command**
![Login](../images/login.jpg)
![Login](images/login.jpg)
- If using a cluster that was configured with the workshop scripts outside IBM Cloud then use respective assigned username (ex. `user01`), and the password is `password`
```bash
oc login $OCP_URL -u $TOOLKIT_USERNAME -p password
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/workshop/ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Click on image below to launch video:

1. **(Skip if using KubeAdmin or IBM Cloud)** Login to OpenShift using `oc`
- If using IBM Cloud cluster then login with your IBM account email and IAM API Key or Token by using the **Copy Login Command**
![Login](../images/login.jpg)
![Login](images/login.jpg)
- If using a cluster that was configured with the workshop scripts outside IBM Cloud then use respective assigned username (ex. `user01`), and the password is `password`
```bash
oc login $OCP_URL -u $TOOLKIT_USERNAME -p password
Expand Down
Binary file added docs/resources/workshop/images/login.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/resources/workshop/inventory.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Click on image below to launch video:

1. **(Skip if using KubeAdmin or IBM Cloud)** Login to OpenShift using `oc`
- If using IBM Cloud cluster then login with your IBM account email and IAM API Key or Token by using the **Copy Login Command**
![Login](../images/login.jpg)
![Login](images/login.jpg)
- If using a cluster that was configured with the workshop scripts outside IBM Cloud then use respective assigned username (ex. `user01`), and the password is `password`
```bash
oc login $OCP_URL -u $TOOLKIT_USERNAME -p password
Expand Down
7 changes: 7 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ plugins:
'workshop/ai': 'resources/workshop/ai.md'
'learning/gitops-int/gitops-with-cloud-native-toolkit': 'adopting/use-cases/gitops/gitops-toolkit.md'
'learning/gitops-int/gitops-with-app-connect': 'adopting/use-cases/gitops/gitops-ace.md'
'tools/argocd': 'learning/fast-cd.md'
'getting-started/dev-env-setup': 'learning/dev-setup.md'
'getting-started-day-1/deploy-app': 'learning/fast-ci.md'
'learning/ace-pipeline': 'adopting/use-cases/ace-pipeline/ace-pipeline.md'
'whats-new': 'overview/whats-new.md'
'overview': 'overview/overview.md'
'getting-started/cli': 'reference/cli.md'
markdown_extensions:
- attr_list
- admonition
Expand Down

0 comments on commit 252543b

Please sign in to comment.