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.
-