Skip to content

Commit 8ad0d57

Browse files
kef002SmritiSatyacharlotte kefeletswe
authored
Remove or reduce screen shots (#318)
* Update installation.md Removed the login page screenshot, its unnecessary. users will see a dashboard once they have followed all the steps correctly. They only need the default password. Signed-off-by: Charlotte Kefeletswe <[email protected]> Signed-off-by: charlotte kefeletswe <[email protected]> * Update chaoshub.md private and public both require the same parameters, no need to demo each one. Signed-off-by: Charlotte Kefeletswe <[email protected]> Signed-off-by: charlotte kefeletswe <[email protected]> * Update visualize-experiment.md Screen shot is unnecessary, the top one has all the details to demonstrate Signed-off-by: Charlotte Kefeletswe <[email protected]> Signed-off-by: charlotte kefeletswe <[email protected]> * Update setup-without-ingress.md Signed-off-by: Charlotte Kefeletswe <[email protected]> Signed-off-by: charlotte kefeletswe <[email protected]> * Update re-run-experiment.md Because this step should show only how to re-run the experiment. Signed-off-by: Charlotte Kefeletswe <[email protected]> Signed-off-by: charlotte kefeletswe <[email protected]> * Update account-settings.md Removed, should be in change password. Signed-off-by: Charlotte Kefeletswe <[email protected]> Signed-off-by: charlotte kefeletswe <[email protected]> * Update reset-password.md Signed-off-by: Charlotte Kefeletswe <[email protected]> Signed-off-by: charlotte kefeletswe <[email protected]> * Update create-user.md Signed-off-by: Charlotte Kefeletswe <[email protected]> Signed-off-by: charlotte kefeletswe <[email protected]> * Update remove-team-member.md Signed-off-by: Charlotte Kefeletswe <[email protected]> Signed-off-by: charlotte kefeletswe <[email protected]> * Update chaoscenter-developer-guide.md Signed-off-by: Charlotte Kefeletswe <[email protected]> Signed-off-by: charlotte kefeletswe <[email protected]> * Add files via upload Added a new, smaller landing page Signed-off-by: Charlotte Kefeletswe <[email protected]> Signed-off-by: charlotte kefeletswe <[email protected]> * Delete website/docs/assets/user-guides/landing-page.png wrong location Signed-off-by: Charlotte Kefeletswe <[email protected]> Signed-off-by: charlotte kefeletswe <[email protected]> * Add files via upload Added a new landing page Signed-off-by: Charlotte Kefeletswe <[email protected]> Signed-off-by: charlotte kefeletswe <[email protected]> * Add files via upload Signed-off-by: Charlotte Kefeletswe <[email protected]> Signed-off-by: charlotte kefeletswe <[email protected]> * Add files via upload Signed-off-by: Charlotte Kefeletswe <[email protected]> Signed-off-by: charlotte kefeletswe <[email protected]> * update content on all versions (#325) * update content on all versions Signed-off-by: SmritiSatya <[email protected]> * update Signed-off-by: Smriti Satya <[email protected]> Signed-off-by: SmritiSatya <[email protected]> --------- Signed-off-by: SmritiSatya <[email protected]> Signed-off-by: Smriti Satya <[email protected]> Signed-off-by: charlotte kefeletswe <[email protected]> * Add files via upload Signed-off-by: charlotte kefeletswe <[email protected]> * Add files via upload Signed-off-by: charlotte kefeletswe <[email protected]> * Add files via upload Signed-off-by: charlotte kefeletswe <[email protected]> * Revert "update content on all versions (#325)" This reverts commit 2e30ae1. Signed-off-by: charlotte kefeletswe <[email protected]> * Delete website/docs/concepts/chaoshub.md Signed-off-by: charlotte kefeletswe <[email protected]> * Restore chaoshub.md after accidental deletion Signed-off-by: charlotte kefeletswe <[email protected]> --------- Signed-off-by: Charlotte Kefeletswe <[email protected]> Signed-off-by: charlotte kefeletswe <[email protected]> Signed-off-by: SmritiSatya <[email protected]> Signed-off-by: Smriti Satya <[email protected]> Co-authored-by: SmritiSatya <[email protected]> Co-authored-by: charlotte kefeletswe <[email protected]>
1 parent 13a35aa commit 8ad0d57

14 files changed

+10
-63
lines changed
Loading

website/docs/assets/landing-page.png

-294 KB
Loading
-481 KB
Loading
-411 KB
Loading

website/docs/concepts/chaoshub.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,16 @@ By default, a public ChaosHub is provided when the ChaosCenter is installed for
3232

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

35-
### 1. Connect a public Git repository
35+
### 1. Connect a public and private Git repository
3636

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

3939
- Hub name
4040
- Git URL of the forked repository
4141
- Branch name
4242

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

45-
### 2. Connect a private Git repository
46-
47-
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:
48-
49-
<img src={require('../assets/concepts/chaoshub/chaoshub-add-private.png').default} width="800" />
50-
5145
#### a. Access token
5246

5347
Personal Access Tokens are used as an alternative to the password for authentication to Git services.

website/docs/concepts/visualize-experiment.md

-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ To observe a chaos experiment, user needs to select the highlighted experiment r
2727
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.
2828
<img src={require('../assets/workflow-observe-running.png').default} width="800" />
2929
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.
30-
<br/><br/>
31-
<img src={require('../assets/workflow-observe-log.png').default} width="800" />
32-
<img src={require('../assets/workflow-observe-completed.png').default} width="800" />
3330

3431
## Summary
3532

website/docs/developer-guide/chaoscenter-developer-guide.md

-2
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,6 @@ Username: admin
247247
Password: litmus
248248
```
249249

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

253251
## **Steps to connect Chaos Infrastructure**
254252
### Using Litmusctl

website/docs/getting-started/installation.md

-2
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,6 @@ Username: admin
255255
Password: litmus
256256
```
257257
258-
<img src={require('../assets/login.png').default} width="800" />
259-
260258
By default you are assigned with a default project with Owner permissions.
261259
262260
<img src={require('../assets/landing-page.png').default} width="800" />

website/docs/user-guides/account-settings.md

-18
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,6 @@ Enter your name and email address in the following text fields and click on the
3232
<img src={require('../assets/user-guides/my-account/step-3.png').default} alt="edit information" />
3333
</figure>
3434

35-
## Change password
36-
37-
On the same page, you can change your password by clicking on the **Change Password** button.
38-
39-
<figure>
40-
<img src={require('../assets/user-guides/my-account/step-4.png').default} alt="edit information" />
41-
</figure>
42-
43-
To update your password enter your current password as well as the new password you wish to set and select **Confirm**.
44-
45-
<figure>
46-
<img src={require('../assets/user-guides/my-account/step-5.png').default} alt="edit information" />
47-
</figure>
48-
49-
> Note: If you have forgotten your password, please contact your admin to reset your password
50-
51-
On successful completion, you will be logged out and asked to re-login with you new password.
52-
5335
## Learn more
5436

5537
- [Create a new user](create-user.md)

website/docs/user-guides/create-user.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,8 @@ Click on the **New User** button to bring up the **Create New User** modal and e
2020

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

23-
## 3. Confirmation of creation
2423

25-
After you have added the details of the new user to be created, click the **Confirm** button to create the new user.
26-
27-
<img src={require('../assets/user-guides/user-management/create-user/step-3.png').default} />
28-
29-
You will now be able to view the new user in the table in the **User Management** tab.
24+
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.
3025

3126
## Learn more
3227

website/docs/user-guides/re-run-experiment.md

-5
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ In the **Chaos experiment** page, and click on the play icon for the specific sc
1818

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

21-
## 2. Select Run Experiment option
22-
23-
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:
24-
25-
<img src={require('../assets/user-guides/injecting-fault/re-run-workflow/step-2.png').default} />
2621

2722
## Learn more
2823

website/docs/user-guides/remove-team-member.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ In the **Active members** tab in the Members page, you will be able to see all t
1616

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

19-
### 2. Confirmation for removal
20-
2119
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.
2220

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

website/docs/user-guides/reset-password.md

+6-11
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,21 @@ sidebar_label: Reset password
66

77
---
88

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

11-
## 1. Locate the user
11+
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.
1212

13-
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
13+
<img src={require('../assets/user-guides/user-management/reset-password/step-3.png').default} />
1414

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

1716
## 2. Change the password
1817

19-
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.
20-
21-
<img src={require('../assets/user-guides/user-management/reset-password/step-2.png').default} />
22-
18+
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
2319

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

26-
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.
22+
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.
2723

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

3025
## Learn more
3126

website/docs/user-guides/setup-without-ingress.md

-5
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,8 @@ You should be able to see the login page of ChaosCenter. The default credentials
7171
Username: admin
7272
Password: litmus
7373
```
74-
75-
<img src={require('../assets/login.png').default} width="800" />
76-
7774
By default you are assigned with a default project with Owner permissions.
7875
79-
<img src={require('../assets/landing-page.png').default} width="800" />
80-
8176
## Learn more
8277
8378
- [Setup Endpoints and Access ChaosCenter with Ingress](setup-with-ingress.md)

0 commit comments

Comments
 (0)