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

Remove or reduce screen shots #318

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Binary file modified website/docs/assets/concepts/chaoshub/chaoshub-default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified website/docs/assets/landing-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified website/docs/assets/workflow-observe-running.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 2 additions & 8 deletions website/docs/concepts/chaoshub.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,16 @@ By default, a public ChaosHub is provided when the ChaosCenter is installed for

<img src={require('../assets/concepts/chaoshub/chaoshub-default.png').default} width="800" />

### 1. Connect a public Git repository
### 1. Connect a public and private Git repository

You can connect to a public Git repository by simply providing the following details:
You can connect to a public or private Git repository by simply providing the following details:

- Hub name
- Git URL of the forked repository
- Branch name

<img src={require('../assets/concepts/chaoshub/chaoshub-add-public.png').default} width="800" />

### 2. Connect a private Git repository

To add a private ChaosHub, you need provide the hub name, Git URL of the forked repository and the branch name similar to that of public hub and the repository can be connected in two ways:

<img src={require('../assets/concepts/chaoshub/chaoshub-add-private.png').default} width="800" />

#### a. Access token

Personal Access Tokens are used as an alternative to the password for authentication to Git services.
Expand Down
3 changes: 0 additions & 3 deletions website/docs/concepts/visualize-experiment.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ To observe a chaos experiment, user needs to select the highlighted experiment r
In the chaos experiment, a realtime graph of the chaos experiment is displayed. This graph contains valuable information regarding the status of individual steps of the chaos experiment.
<img src={require('../assets/workflow-observe-running.png').default} width="800" />
To view the details of each step, the user can click on the individual nodes and the right side pane will display the node details, results(once the execution is complete), and the logs related to it.
<br/><br/>
<img src={require('../assets/workflow-observe-log.png').default} width="800" />
<img src={require('../assets/workflow-observe-completed.png').default} width="800" />

## Summary

Expand Down
2 changes: 0 additions & 2 deletions website/docs/developer-guide/chaoscenter-developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,6 @@ Username: admin
Password: litmus
```

<img src={require('../assets/login.png').default} width="800" />


## **Steps to connect Chaos Infrastructure**
### Using Litmusctl
Expand Down
2 changes: 0 additions & 2 deletions website/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,6 @@ Username: admin
Password: litmus
```

<img src={require('../assets/login.png').default} width="800" />

By default you are assigned with a default project with Owner permissions.

<img src={require('../assets/landing-page.png').default} width="800" />
Expand Down
18 changes: 0 additions & 18 deletions website/docs/user-guides/account-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,6 @@ Enter your name and email address in the following text fields and click on the
<img src={require('../assets/user-guides/my-account/step-3.png').default} alt="edit information" />
</figure>

## Change password

On the same page, you can change your password by clicking on the **Change Password** button.

<figure>
<img src={require('../assets/user-guides/my-account/step-4.png').default} alt="edit information" />
</figure>

To update your password enter your current password as well as the new password you wish to set and select **Confirm**.

<figure>
<img src={require('../assets/user-guides/my-account/step-5.png').default} alt="edit information" />
</figure>

> Note: If you have forgotten your password, please contact your admin to reset your password

On successful completion, you will be logged out and asked to re-login with you new password.

## Learn more

- [Create a new user](create-user.md)
Expand Down
7 changes: 1 addition & 6 deletions website/docs/user-guides/create-user.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,8 @@ Click on the **New User** button to bring up the **Create New User** modal and e

<img src={require('../assets/user-guides/user-management/create-user/step-2.png').default} />

## 3. Confirmation of creation

After you have added the details of the new user to be created, click the **Confirm** button to create the new user.

<img src={require('../assets/user-guides/user-management/create-user/step-3.png').default} />

You will now be able to view the new user in the table in the **User Management** tab.
After you have added the details of the new user to be created, click the **Confirm** button to create the new user. and You will now be able to view the new user in the table in the **User Management** tab.

## Learn more

Expand Down
5 changes: 0 additions & 5 deletions website/docs/user-guides/re-run-experiment.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ In the **Chaos experiment** page, and click on the play icon for the specific sc

<img src={require('../assets/user-guides/injecting-fault/re-run-workflow/step-1.png').default} />

## 2. Select Run Experiment option

Having re-run a particular experiment, you will redirected to the chaos studio for the particular execution and see that it has started to run as per the experiment configurations:

<img src={require('../assets/user-guides/injecting-fault/re-run-workflow/step-2.png').default} />

## Learn more

Expand Down
4 changes: 1 addition & 3 deletions website/docs/user-guides/remove-team-member.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ In the **Active members** tab in the Members page, you will be able to see all t

<img src={require('../assets/user-guides/teaming/remove-team-member/step-1.png').default} />

### 2. Confirmation for removal

On hitting the **Remove Member** option, you will be prompted to confirm the removal of the member, hit **Confirm** to confirm and remove the member from your project.

<img src={require('../assets/user-guides/teaming/remove-team-member/step-2.png').default} />

17 changes: 6 additions & 11 deletions website/docs/user-guides/reset-password.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,21 @@ sidebar_label: Reset password

---

The admin user has the ability to reset the login password for any user in the portal.
## 1. Update password after installation

## 1. Locate the user
After installing LitmusChaos and authenticating using the default password in the UI, users will be mandatorily prompted to update the password. To update the password, enter the old (default) password, the new password, and re-enter the new password. Once done, select the **Confirm** button.

Under the **User Management** tab find the user who's password needs to be updated and click on the options icon to open a drop-down and select **Reset Password** option
<img src={require('../assets/user-guides/user-management/reset-password/step-3.png').default} />

<img src={require('../assets/user-guides/user-management/reset-password/step-1.png').default} />

## 2. Change the password

In the **Reset Password** modal type in the new password in the **New Password** & **Re-enter new password** fields. Once done hit the **Confirm** button to update the password.

<img src={require('../assets/user-guides/user-management/reset-password/step-2.png').default} />

Under the **User Management** tab find the user who's password needs to be updated and click on the options icon to open a drop-down and select **Reset Password** option

## 3. Update password after installation
<img src={require('../assets/user-guides/user-management/reset-password/step-1.png').default} />

After installing LitmusChaos and authenticating using the default password in the UI, users will be mandatorily prompted to update the password. To update the password, enter the old (default) password, the new password, and re-enter the new password. Once done, select the **Confirm** button.
In the **Reset Password** modal type in the new password in the **New Password** & **Re-enter new password** fields. Once done hit the **Confirm** button to update the password.

<img src={require('../assets/user-guides/user-management/reset-password/step-3.png').default} />

## Learn more

Expand Down
5 changes: 0 additions & 5 deletions website/docs/user-guides/setup-without-ingress.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,8 @@ You should be able to see the login page of ChaosCenter. The default credentials
Username: admin
Password: litmus
```

<img src={require('../assets/login.png').default} width="800" />

By default you are assigned with a default project with Owner permissions.

<img src={require('../assets/landing-page.png').default} width="800" />

## Learn more

- [Setup Endpoints and Access ChaosCenter with Ingress](setup-with-ingress.md)
Expand Down
Loading