diff --git a/app/config.py b/app/config.py index ef245f6..06fddf5 100644 --- a/app/config.py +++ b/app/config.py @@ -263,10 +263,10 @@ class Settings(BaseSettings): # Suggested questions (onboarding + empty state). suggestions: list[str] = [ - "How is my Kubernetes cluster set up?", - "What's my backup strategy?", - "How do I deploy a new service?", - "What's currently running in the homelab?", + "What documents are in the knowledge base?", + "Which source does each answer come from?", + "How do I add a new source?", + "Summarize the most recent document.", ] @property diff --git a/frontend/doc-edit.html b/frontend/doc-edit.html index 8773301..f1446fd 100644 --- a/frontend/doc-edit.html +++ b/frontend/doc-edit.html @@ -115,7 +115,7 @@ diff --git a/frontend/document.html b/frontend/document.html index a33edb5..6dd7fc0 100644 --- a/frontend/document.html +++ b/frontend/document.html @@ -147,7 +147,7 @@ diff --git a/frontend/git-sources.html b/frontend/git-sources.html index 62ee6b9..da92de0 100644 --- a/frontend/git-sources.html +++ b/frontend/git-sources.html @@ -172,7 +172,7 @@ type="text" maxlength="500" autocomplete="off" - placeholder="https://github.com/you/homelab.git" + placeholder="https://github.com/you/your-repo.git" required > @@ -240,7 +240,7 @@ diff --git a/frontend/history.html b/frontend/history.html index 7ca08ad..1ac45cd 100644 --- a/frontend/history.html +++ b/frontend/history.html @@ -170,7 +170,7 @@ diff --git a/frontend/index.html b/frontend/index.html index 254b2d4..19537e2 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -3,7 +3,7 @@
- +- I've read through the homelab and deployment notes — ask me anything, + I've read through your documents — ask me anything, and I'll point you at the exact doc. You've got this.
- Every *.md file indexed from ~/Homelab and
- ~/Deployments. Press Sync sources to clone
- the repos and re-import.
+ Every file indexed from your configured sources — git repositories,
+ local directories, and uploaded archives. Press Sync sources
+ to pull the latest and re-import.