Skip to content

Commit

Permalink
docs: branding and video update (#3963)
Browse files Browse the repository at this point in the history
* docs: branding and video update

* docs: update meta tags
  • Loading branch information
mindspank authored Feb 2, 2024
1 parent e3bab04 commit f916f90
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 22 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


```
curl -s https://cdn.rilldata.com/install.sh | bash
curl https://rill.sh | sh
rill start my-rill-project
```

Expand Down
2 changes: 0 additions & 2 deletions docs/docs/develop/metrics-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

2 changes: 1 addition & 1 deletion docs/docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 7 additions & 4 deletions docs/docs/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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).
Expand Down
6 changes: 3 additions & 3 deletions docs/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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`.
Expand All @@ -46,7 +46,7 @@ sudo apt-get install unzip

With `unzip` installed, you're ready to install Rill. Just run:
```bash
curl -s <https://cdn.rilldata.com/install.sh> | bash
curl https://rill.sh | sh
```

## Alternative Install Options
Expand Down
10 changes: 8 additions & 2 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
14 changes: 7 additions & 7 deletions docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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);
}

Expand Down
8 changes: 7 additions & 1 deletion docs/static/img/rill-logo-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion docs/static/img/rill-logo-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f916f90

Please sign in to comment.