From 84549e4a25f394f607127670f26d8c246cdc7b29 Mon Sep 17 00:00:00 2001 From: Junyi Hou Date: Thu, 28 Aug 2025 05:01:53 +0800 Subject: [PATCH] docs: update docs --- README.md | 4 +++- hack/values-dev.yaml | 4 ---- 2 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 hack/values-dev.yaml diff --git a/README.md b/README.md index f4e10ccc..b38bfbae 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ ![branding](docs/imgs/branding.png) -PaperDebugger is an AI-powered academic writing assistant that helps researchers debug and improve their LaTeX papers. This document provides comprehensive setup and deployment instructions for the backend service. +PaperDebugger is an AI-powered academic writing assistant that helps researchers debug and improve their LaTeX papers. + +[**Install from Chrome Web Store**](https://chromewebstore.google.com/detail/paperdebugger/dfkedikhakpapbfcnbpmfhpklndgiaog) or [**Download Building Artifacts v2.9.8**](https://github.com/PaperDebugger/paperdebugger/actions/runs/17276722242/artifacts/3866902136) ## Overview The PaperDebugger backend is built with: diff --git a/hack/values-dev.yaml b/hack/values-dev.yaml deleted file mode 100644 index 0eed6e6d..00000000 --- a/hack/values-dev.yaml +++ /dev/null @@ -1,4 +0,0 @@ -namespace: paperdebugger-dev - -mongo: - in_cluster: true