diff --git a/RUNNING-DOCS-LOCALLY.md b/RUNNING-DOCS-LOCALLY.md index 59c9d8e3..218d5b13 100644 --- a/RUNNING-DOCS-LOCALLY.md +++ b/RUNNING-DOCS-LOCALLY.md @@ -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. diff --git a/docs/get-started/welcome.md b/docs/get-started/welcome.md index f588abfd..ba2099a1 100644 --- a/docs/get-started/welcome.md +++ b/docs/get-started/welcome.md @@ -5,24 +5,24 @@ description: Welcome to the Quix Developer documentation. This documentation inc # Welcome -

Quix is a complete platform for developing, deploying, and monitoring stream processing pipelines. You develop your pipeline services in Python 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.

+

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.

-
- -- __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) +
-- __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) -
\ No newline at end of file +
diff --git a/overrides/main.html b/overrides/main.html index 9cbff3c7..12e6952f 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -141,7 +141,7 @@
- +