mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
docs: fix documentation links to work on GitHub and VitePress
Use relative paths with .md extension for docs/guide/*.md files and relative paths in README.md to support both GitHub rendering and VitePress website (which has base: '/docs/'). Fixes #36
This commit is contained in:
+3
-3
@@ -48,7 +48,7 @@ It's auto-generated on first server start and saved to `~/.hapi/settings.json`.
|
||||
|
||||
### Do you support multiple accounts?
|
||||
|
||||
Yes. We support lightweight multi-account access via namespaces for shared team servers. See [Namespace (Advanced)](/guide/namespace).
|
||||
Yes. We support lightweight multi-account access via namespaces for shared team servers. See [Namespace (Advanced)](./namespace.md).
|
||||
|
||||
### Can I use HAPI without Telegram?
|
||||
|
||||
@@ -68,7 +68,7 @@ Yes. Telegram is optional. You can use the web app directly in any browser or in
|
||||
HAPI supports two methods:
|
||||
|
||||
1. **PWA Push Notifications** - Enable when prompted, works even when app is closed
|
||||
2. **Telegram Bot** - See [Telegram Setup](/guide/installation#telegram-setup)
|
||||
2. **Telegram Bot** - See [Telegram Setup](./installation.md#telegram-setup)
|
||||
|
||||
### Can I start sessions remotely?
|
||||
|
||||
@@ -164,7 +164,7 @@ This checks server connectivity, token validity, agent availability, and more.
|
||||
| Deployment | Multiple services | Single binary |
|
||||
| Data | Encrypted on server | Never leaves your machine |
|
||||
|
||||
See [Why HAPI](/guide/why-hapi) for detailed comparison.
|
||||
See [Why HAPI](./why-hapi.md) for detailed comparison.
|
||||
|
||||
### HAPI vs running Claude Code directly
|
||||
|
||||
|
||||
Reference in New Issue
Block a user