Skip to content

Commit

Permalink
Update dashboard screenshots in documentation (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusfm authored Oct 3, 2024
1 parent 2819c87 commit 7db1699
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
Binary file modified docs/assets/zora-dashboard-screenshot.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 docs/assets/zora-device-confirmation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions docs/dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ Please visit https://login.undistro.io/activate and enter code: BFNS-NWFF, or vi
```
Entering the login URL within your browser will present you with a screen similar to the following

<img src="assets/zora-device-confirmation.png" width="409" height="465"/>
<figure markdown="span">
![Zora Device Confirmation](assets/zora-device-confirmation.png){ width="300" }
</figure>

Once you have confirmed the request you should see the following message on your terminal

Expand All @@ -56,7 +58,7 @@ You can then install Zora OSS by providing the `saas.workspaceID` parameter in t

=== "HTTP chart repository"

```shell hl_lines="7"
```shell hl_lines="6 7"
helm repo add undistro https://charts.undistro.io --force-update
helm repo update undistro
helm upgrade --install zora undistro/zora \
Expand All @@ -68,7 +70,7 @@ You can then install Zora OSS by providing the `saas.workspaceID` parameter in t

=== "OCI registry"

```shell hl_lines="5"
```shell hl_lines="4 5"
helm upgrade --install zora oci://ghcr.io/undistro/helm-charts/zora \
-n zora-system --create-namespace --wait \
--set clusterName="$(kubectl config current-context)" \
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ markdown_extensions:
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
Expand Down

0 comments on commit 7db1699

Please sign in to comment.