refac: reorganisation

This commit is contained in:
Timothy Jaeryang Baek
2025-11-13 18:39:14 -05:00
parent 374be96e1d
commit 365e40a9d5
52 changed files with 59 additions and 47 deletions

View File

@@ -1101,7 +1101,7 @@ If `OFFLINE_MODE` is enabled, this `ENABLE_VERSION_UPDATE_CHECK` flag is always
- OAuth authentication providers
- Web search and RAG with external APIs
Read more about `offline mode` in the [offline mode guide](/docs/tutorials/offline-mode.md).
Read more about `offline mode` in the [offline mode guide](/tutorials/offline-mode).
:::

View File

@@ -2,8 +2,6 @@
Using Docker Compose simplifies the management of multi-container Docker applications.
If you don't have Docker installed, check out our [Docker installation tutorial](docs/tutorials/docker-install.md).
Docker Compose requires an additional package, `docker-compose-v2`.
:::warning