Skip to content
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
2 changes: 1 addition & 1 deletion RUNNING-DOCS-LOCALLY.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ To view the docs locally:
git clone https://github.com/quixio/quix-docs.git
```
3. Change into the docs directory you cloned (there will be a `mkdocs.yml` file there).
4. Run `mkdocs serve`.
4. Run `mkdocs serve --no-directory-urls`.
5. Navigate your browser to `localhost:8000` to view the docs.
22 changes: 11 additions & 11 deletions docs/get-started/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@ description: Welcome to the Quix Developer documentation. This documentation inc

# Welcome

<p style="font-size: 1rem;">Quix is a complete platform for developing, deploying, and monitoring stream processing pipelines. You develop your <b>pipeline services in Python</b> using Quix Streams, and deploy them to containers managed in Kubernetes with a single click. You can develop and manage services on the command line, and also manage and visualize your pipelines in Quix Cloud.</p>
<p style="font-size: 1rem;">Quix is a complete platform for developing, deploying, and monitoring stream processing pipelines. You can build producer/consumer/transform apps with Quix Streams and Python, build and test pipelines with the Quix CLI, and then deploy, manage and observe the pipelines in Quix Cloud.</p>

<div class="grid cards" markdown>

- __I'm comfortable on the command line__
## Workflow summary

---
Your Quix workflow:

Start building your stream processing pipeline on the command line with Quix Streams and the Quix CLI.
1. Develop your applications locally in Python with Quix Streams, the Quix CLI, and your IDE of choice.
2. Test and debug your pipeline locally with the Quix CLI and Docker.
3. Deploy to Quix Cloud for scalability and observability.

[Install Quix Streams :octicons-arrow-right-24:](./install.md)
<div class="grid cards" markdown>

- __I'd rather use the Cloud__
- __Get started!__

---

You can sign up to [Quix Cloud for free](https://portal.platform.quix.io/self-sign-up){target=_blank}, and then build a stream processing pipeline with Quix Streams and Quix Cloud in under ten minutes.
Start building your stream processing pipeline locally on the command line with Quix Streams.

[Quix Cloud Quickstart :octicons-arrow-right-24:](../quix-cloud/quickstart.md)
[Install Quix Streams :octicons-arrow-right-24:](./install.md)

</div>
</div>
2 changes: 1 addition & 1 deletion overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
</nav>
<div class="header-btns">
<button class="header-btn-inner github-btn" onclick="window.open('https://github.com/quixio/quix-streams', '_blank')">⭐️ Star us on GitHub</button>
<button class="header-btn-inner" onclick="window.open('https://quix.io/signup', '_blank')">Start for free</button>
<!--<button class="header-btn-inner" onclick="window.open('https://quix.io/signup', '_blank')">Start for free</button>-->
</div>
</div>
</header>
Expand Down