Skip to content

Commit

Permalink
docs: add a button to zora dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusfm committed Oct 26, 2023
1 parent 349fcf8 commit f0dc1a9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docs/dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ across all your clusters. You can also invite users to your workspace.

![Zora Dashboard Screenshot](assets/zora-dashboard-screenshot.png)

[Try Zora Dashboard](https://zora-dashboard.undistro.io/){ .md-button #zora-dashboard-button }

Currently, it's free for up to 3 clusters.
Please [contact us](https://undistro.io/contact) if you need unlock clusters in Zora Dashboard.
Please [contact us](https://undistro.io/contact) if you need unlock more clusters in Zora Dashboard.

## Getting started

Expand Down
2 changes: 2 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
--md-primary-fg-color: #3CA9DD;
--md-primary-fg-color--light: #2086B6;
--md-primary-fg-color--dark: #3CA9DD;
--md-accent-fg-color: #3CA9DD;
}

.md-typeset a:is(:focus,:hover), .md-nav__link:is(:focus,:hover) {
color: #176082
}

4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ theme:
palette:
- scheme: default
toggle:
icon: material/brightness-7
icon: material/lightbulb
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
icon: material/lightbulb-outline
name: Switch to light mode
features:
- content.tabs.link
Expand Down

0 comments on commit f0dc1a9

Please sign in to comment.