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

Update Zora Dashboard screenshots in documentation #317

Merged
merged 1 commit into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading