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 Coming Soon in Home.md #5791

Merged
merged 1 commit into from
Sep 26, 2024
Merged
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
19 changes: 7 additions & 12 deletions docs/docs/home/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,18 @@ rill start my-rill-project

## Tutorials

import ComingSoon from '@site/src/components/ComingSoon';

<ComingSoon />

<div class='contents_to_overlay'>
If you're looking for a in-depth tutorial that walks you through our available features, click [here](../tutorials/index.md)!

Some of the Tutorials include:

If you're looking for a in-depth tutorial that walks you through our software and results in a finished project with all of our available features, head over to our [tutorials] to get started.
- [From Source to Deployment in 5 steps!](../tutorials/rill_basics/launch) : Data Import, Transformation, Dashboard, to Deployment!
- [How to Administrate Rill](../tutorials/administration/) : Administrative tasks from the CLI and UI that an administrator would need to know to be a Rill Administrator
- [Rill and ClickHouse](../tutorials/rill_clickhouse/r_ch_launch) : For our friends coming from ClickHouse, get started in **4 steps**.
- Rill's Advanced Features : Coming soon!

Some of the Tutorials include:
The final project is available on our [example repository](https://github.com/rilldata/rill-examples/tree/main/my-rill-tutorial).

- [From Source to Deployment in 5 steps!] : Data Import, Transformation, Dashboard, to Deployment!
- [How to Administrate Rill] : Administrative tasks from the CLI and UI that an administrator would need to know to be a Rill Administrator
- [Rill's Cloud and Advanced Features] : In-depth of Rill Cloud Features and hands-on with Advanced Features
- [Rill and ClickHouse] : For our friends coming from ClickHouse, get started in **4 steps**.

</div>
## Quick Starts & Examples

If you need a reference point to get started, you can download our [example repository](https://github.com/rilldata/rill-examples/).
Expand Down