diff --git a/documentation/assets/img/pwa_install_1.png b/documentation/assets/img/pwa_install_1.png new file mode 100644 index 00000000..8b9243b9 Binary files /dev/null and b/documentation/assets/img/pwa_install_1.png differ diff --git a/documentation/assets/img/pwa_install_2.png b/documentation/assets/img/pwa_install_2.png new file mode 100644 index 00000000..8e127bf9 Binary files /dev/null and b/documentation/assets/img/pwa_install_2.png differ diff --git a/documentation/assets/img/pwa_install_3.png b/documentation/assets/img/pwa_install_3.png new file mode 100644 index 00000000..59d4131c Binary files /dev/null and b/documentation/assets/img/pwa_install_3.png differ diff --git a/documentation/docs/clients/web.md b/documentation/docs/clients/web.md index 42d3342c..8a1f939f 100644 --- a/documentation/docs/clients/web.md +++ b/documentation/docs/clients/web.md @@ -18,7 +18,18 @@ Without any desktop clients, you can start chatting with Khoj on the web. Bear i - **Incremental**: Incremental search for a fast, search-as-you-type experience ## Setup -No setup required. The Khoj web app is the default interface to Khoj. You can access it from any web browser. Try it on [Khoj Cloud](https://app.khoj.dev) +No setup required. The Khoj web app is the default Khoj client. You can access it from any web browser. Try it on [Khoj Cloud](https://app.khoj.dev) + +### Install on Phone +You can optionally install Khoj as a [Progressive Web App (PWA)](https://web.dev/learn/pwa/installation). This makes it quick and easy to access Khoj on your phone. +1. Login to [Khoj Cloud](https://app.khoj.dev) or your self-hosted Khoj server from the web browser (prefer Chrome/Edge) on your phone +2. Open the 3 dot menu on the browser and click the "Add to Home screen" option +3. Click "Install" on the next screen to add the Khoj icon to your phone Home screen + +**Process via Screenshots** +| Step 1 | Step 2 | Step 3| +|:---:|:---:|:---:| +| ![](/img/pwa_install_1.png) | ![](/img/pwa_install_2.png) | ![](/img/pwa_install_3.png) | ## Interface diff --git a/documentation/docs/miscellaneous/telemetry.md b/documentation/docs/miscellaneous/telemetry.md index 3f9c1c5d..d484d1fa 100644 --- a/documentation/docs/miscellaneous/telemetry.md +++ b/documentation/docs/miscellaneous/telemetry.md @@ -4,7 +4,7 @@ sidebar_position: 1 # Telemetry -We collect some high level, anonymized metadata about usage of Khoj. This includes: +We collect some high level, anonymized metadata about usage of self-hosted Khoj. This includes: - Client (Web, Emacs, Obsidian) - API usage (Search, Chat) - Configured content types (Github, Org, etc)