Skip to content

Commit

Permalink
doc: fix incorrect path to png image files (#783)
Browse files Browse the repository at this point in the history
Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
  • Loading branch information
dbkinder authored Sep 11, 2024
1 parent 63406dc commit d97882e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions ChatQnA/docker_compose/intel/cpu/xeon/README_qdrant.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,12 +362,12 @@ To access the Conversational UI frontend, open the following URL in your browser
- "80:80"
```
![project-screenshot](../../../assets/img/chat_ui_init.png)
![project-screenshot](../../../../assets/img/chat_ui_init.png)
Here is an example of running ChatQnA:
![project-screenshot](../../../assets/img/chat_ui_response.png)
![project-screenshot](../../../../assets/img/chat_ui_response.png)
Here is an example of running ChatQnA with Conversational UI (React):
![project-screenshot](../../../assets/img/conversation_ui_response.png)
![project-screenshot](../../../../assets/img/conversation_ui_response.png)
2 changes: 1 addition & 1 deletion ProductivitySuite/docker_compose/intel/cpu/xeon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ Here're some of the project's features:
- Generate code: generate the corresponding code based on the current user's input.
Screen Shot
![project-screenshot](../../assets/img/codegen.png)
![project-screenshot](../../../../assets/img/codegen.png)
### DOC SUMMARY
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ This document show you step-by-step how to configure Keycloak settings.
The user management is done via Keycloak and the configuration steps look like this:

1. Access the Keycloak admin console via url http:${host_ip}:8080 or endpoint that exposed from your kubernetes cluster to configure user. Use default username(admin) and password(admin) to login.
![project-screenshot](../../assets/img/keycloak_login.png)
![project-screenshot](../../../../assets/img/keycloak_login.png)
2. Create a new realm named **productivitysuite** within Keycloak.
![project-screenshot](../../assets/img/create_realm.png)
![project-screenshot](../../assets/img/create_productivitysuite_realm.png)
![project-screenshot](../../../../assets/img/create_realm.png)
![project-screenshot](../../../../assets/img/create_productivitysuite_realm.png)
3. Create a new client called **productivitysuite** with default configurations.
![project-screenshot](../../assets/img/create_client.png)
![project-screenshot](../../../../assets/img/create_client.png)
4. Select the **productivitysuite** client that created just now. Insert your ProductivitySuite UI url endpoint into "Valid redirect URIs" and "Web origins" field. Example as screenshot below:
![project-screenshot](../../assets/img/productivitysuite_client_settings.png)
![project-screenshot](../../../../assets/img/productivitysuite_client_settings.png)
5. From the left pane select the Realm roles and create a new role name as user and another new role as viewer.
![project-screenshot](../../assets/img/create_roles.png)
![project-screenshot](../../../../assets/img/create_roles.png)
6. Create a new user name as for example mary and another user as bob. Set passwords for both users (set 'Temporary' to 'Off'). Select Role mapping on the top, assign the user role to mary and assign the viewer role to bob.
![project-screenshot](../../assets/img/create_users.png)
![project-screenshot](../../assets/img/set_user_password.png)
![project-screenshot](../../assets/img/user_role_mapping.png)
![project-screenshot](../../../../assets/img/create_users.png)
![project-screenshot](../../../../assets/img/set_user_password.png)
![project-screenshot](../../../../assets/img/user_role_mapping.png)
4 changes: 2 additions & 2 deletions Translation/ui/svelte/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 📸 Project Screenshots

![project-screenshot](../../../assets/img/trans_ui_init.png)
![project-screenshot](../../../assets/img/trans_ui_select.png)
![project-screenshot](../../assets/img/trans_ui_init.png)
![project-screenshot](../../assets/img/trans_ui_select.png)

## 🧐 Features

Expand Down

0 comments on commit d97882e

Please sign in to comment.