From f916f904f579ede870a239a87ee9114951c20156 Mon Sep 17 00:00:00 2001 From: Alexander Thor Date: Fri, 2 Feb 2024 02:06:16 +0100 Subject: [PATCH] docs: branding and video update (#3963) * docs: branding and video update * docs: update meta tags --- README.md | 2 +- docs/docs/develop/metrics-dashboard.md | 2 -- docs/docs/get-started.md | 2 +- docs/docs/home.md | 11 +++++++---- docs/docs/install.md | 6 +++--- docs/docusaurus.config.js | 10 ++++++++-- docs/src/css/custom.css | 14 +++++++------- docs/static/img/rill-logo-dark.svg | 8 +++++++- docs/static/img/rill-logo-light.svg | 8 +++++++- 9 files changed, 41 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 762fb3cd3e0..77d6441425b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ``` -curl -s https://cdn.rilldata.com/install.sh | bash +curl https://rill.sh | sh rill start my-rill-project ``` diff --git a/docs/docs/develop/metrics-dashboard.md b/docs/docs/develop/metrics-dashboard.md index df7916ca244..de18eac4a99 100644 --- a/docs/docs/develop/metrics-dashboard.md +++ b/docs/docs/develop/metrics-dashboard.md @@ -71,7 +71,5 @@ measures: # Add more measures here ``` -Rill will ingest the dashboard definition next time you run `rill start`. - For details about all available properties, see the syntax [reference](../reference/project-files/dashboards). diff --git a/docs/docs/get-started.md b/docs/docs/get-started.md index f2c5e2b1e3d..2e9651c9d5d 100644 --- a/docs/docs/get-started.md +++ b/docs/docs/get-started.md @@ -19,7 +19,7 @@ If you're looking for a place to get started, check out one of our [example proj Install `rill` on Mac or Linux ([WSL](https://learn.microsoft.com/en-us/windows/wsl/install) for Windows users) using the installation script: ``` -curl -s https://cdn.rilldata.com/install.sh | bash +curl https://rill.sh | sh ``` ## Create your project diff --git a/docs/docs/home.md b/docs/docs/home.md index 1fa1c776f7b..56b4364e5ca 100644 --- a/docs/docs/home.md +++ b/docs/docs/home.md @@ -4,15 +4,18 @@ slug: / sidebar_label: Welcome to Rill sidebar_position: 1 --- +Dashboards that move as fast as your business. Build fast operational dashboards that your team will actually use. -Rill is the fastest path from data lake to dashboard. Download Rill to start modeling data and create fast, exploratory dashboards. +Unlike most BI tools, Rill comes with its own embedded in-memory database. Data and compute are co-located, and queries return in milliseconds. So you can pivot, slice, and drill-down into your data instantly. + +Download Rill to start modeling data and create fast, exploratory dashboards. ``` -curl -s https://cdn.rilldata.com/install.sh | bash +curl https://rill.sh | sh rill start my-rill-project ``` -![home-demo](https://github.com/rilldata/rill/assets/5587788/49d17e80-5f27-408c-bbc9-fdbff7b6b627 "829237828") +![home-demo](https://storage.googleapis.com/prod-cdn.rilldata.com/docs/rill_hero.gif) Rill's design principles: - _**Feels good to use**_ – powered by Sveltekit & DuckDB = conversation-fast, not wait-ten-seconds-for-result-set fast @@ -22,7 +25,7 @@ Rill's design principles: - _**Radically simple interactive dashboards**_ – thoughtful, opinionated, interactive dashboard defaults to help you quickly derive insights from your data - _**Dashboards as code**_ – each step from data to dashboard has versioning, Git sharing, and easy project rehydration -## We want to hear from you +## Don't be a stranger! We always appreciate hearing from our users and welcome any questions, comments, or concerns you may have. To get in touch with us, there are two options available: 1. _**File an issue**_: If you have encountered a bug or have a feature request, please [file an issue](https://github.com/rilldata/rill/issues/new/choose) on our GitHub page. 2. _**Join our Discord channel**_: For general inquiries or if you need help getting started with Rill, we encourage you to join our [Discord community](https://bit.ly/3unvA05). diff --git a/docs/docs/install.md b/docs/docs/install.md index 38f31052a15..7c5a9be33ac 100644 --- a/docs/docs/install.md +++ b/docs/docs/install.md @@ -12,7 +12,7 @@ import TabItem from '@theme/TabItem'; You can install `rill` using our installation script: ```bash -curl -s https://cdn.rilldata.com/install.sh | bash +curl https://rill.sh | sh ``` Verify that the installation succeeded: @@ -24,7 +24,7 @@ rill --help On both macOS and Linux, you can install the latest nightly build using the installation script: ```bash -curl -s https://cdn.rilldata.com/install.sh | bash -s -- --nightly +curl https://rill.sh | sh -s -- --nightly ``` Note for macOS users: If you previously installed Rill using `brew`, the brew-managed binary will take precedent. You can remove it by running `brew uninstall rill`. @@ -46,7 +46,7 @@ sudo apt-get install unzip With `unzip` installed, you're ready to install Rill. Just run: ```bash -curl -s | bash +curl https://rill.sh | sh ``` ## Alternative Install Options diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index d014712c088..c31199a984f 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -72,11 +72,17 @@ const config = { }, metadata: [ { - property: 'og:image', content: 'https://images.ctfassets.net/ve6smfzbifwz/5MvW4kOHMbGBIIAI7hWe65/a9418adf8f96ee0d3a3ca1341f368e67/Rill_Data.png' + property: 'og:title', content: "Rill | Fast operational dashboards you'll actually use" }, { - name: 'twitter:image', content: 'https://images.ctfassets.net/ve6smfzbifwz/5MvW4kOHMbGBIIAI7hWe65/a9418adf8f96ee0d3a3ca1341f368e67/Rill_Data.png' + property: 'og:image', content: 'https://assets-global.website-files.com/659ddac460dbacbdc813b204/65bad0233db92db596c29c34_social1.jpg' }, + { + name: 'twitter:image', content: 'https://assets-global.website-files.com/659ddac460dbacbdc813b204/65bad0233db92db596c29c34_social1.jpg' + }, + { + name: 'description', content: "Rill is an operational BI tool that helps data teams build fewer, more flexible dashboards, and helps business users make faster decisions with fewer ad hoc requests." + } ], navbar: { logo: { diff --git a/docs/src/css/custom.css b/docs/src/css/custom.css index 9bb138aee47..bfeba51a67b 100644 --- a/docs/src/css/custom.css +++ b/docs/src/css/custom.css @@ -28,12 +28,12 @@ /* You can override the default Infima variables here. */ :root { - --ifm-color-primary: #1E78FA; - --ifm-color-primary-dark: #046AE0; - --ifm-color-primary-darker: #0259BE; - --ifm-color-primary-darkest: #08274F; - --ifm-color-primary-light: #00CBD7; - --ifm-color-primary-lighter: #01D4E0; + --ifm-color-primary: #3524C7; + --ifm-color-primary-dark: #3125AE; + --ifm-color-primary-darker: #2C2689; + --ifm-color-primary-darkest: #1C1650; + --ifm-color-primary-light: #00B8FF; + --ifm-color-primary-lighter: #2CC9FF; --ifm-color-primary-lightest: #01DCE9; --ifm-color-secondary-contrast-background: #efefef; --ifm-font-family-base: 'Proxima Nova', sans-serif; @@ -49,7 +49,7 @@ --ifm-color-primary-darkest: #27599A; --ifm-color-primary-light: #00CBD7; --ifm-color-primary-lighter: #01D4E0; - --ifm-color-primary-lightest: #01DCE9; + --ifm-color-primary-lightest: #75DAFF; --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3); } diff --git a/docs/static/img/rill-logo-dark.svg b/docs/static/img/rill-logo-dark.svg index 3d878ae3bc9..f0bcb4143fd 100644 --- a/docs/static/img/rill-logo-dark.svg +++ b/docs/static/img/rill-logo-dark.svg @@ -1 +1,7 @@ - \ No newline at end of file + + + + + + + diff --git a/docs/static/img/rill-logo-light.svg b/docs/static/img/rill-logo-light.svg index a9458681563..d610e064393 100644 --- a/docs/static/img/rill-logo-light.svg +++ b/docs/static/img/rill-logo-light.svg @@ -1 +1,7 @@ - \ No newline at end of file + + + + + + +