Skip to content

Commit 71c7b2f

Browse files
committed
fix
1 parent cb29157 commit 71c7b2f

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/guide/getting-started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ python scripts/start.py
106106

107107
Create custom knowledge bases through the web interface with support for multiple file formats.
108108

109-
1. **Access Knowledge Base**: Navigate to http://localhost:3782/knowledge
109+
1. **Access Knowledge Base**: Navigate to `http://localhost:3782/knowledge`
110110
2. **Create New Base**: Click "New Knowledge Base"
111111
3. **Configure Settings**: Enter a unique name for your knowledge base
112112
4. **Upload Content**: Add single or multiple files for batch processing
@@ -120,12 +120,12 @@ Create custom knowledge bases through the web interface with support for multipl
120120

121121
| Service | URL | Description |
122122
|:---:|:---|:---|
123-
| **Frontend** | http://localhost:3782 | Main web interface |
124-
| **API Docs** | http://localhost:8001/docs | Interactive API documentation |
125-
| **Health** | http://localhost:8001/api/v1/knowledge/health | System health check |
123+
| **Frontend** | `http://localhost:3782` | Main web interface |
124+
| **API Docs** | `http://localhost:8001/docs` | Interactive API documentation |
125+
| **Health** | `http://localhost:8001/api/v1/knowledge/health` | System health check |
126126

127127
## Next Steps
128128

129-
- [Installation Details](/guide/installation) — Detailed installation guide
130129
- [Configuration](/guide/configuration) — Customize your setup
131130
- [Features Overview](/features/overview) — Explore all features
131+
- [Troubleshooting](/guide/troubleshooting) — Common issues and solutions

docs/guide/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ npm --version # Should show version number
7575
## Frontend cannot connect to backend?
7676

7777
**Checklist**
78-
- Confirm backend is running (visit http://localhost:8001/docs)
78+
- Confirm backend is running (visit `http://localhost:8001/docs`)
7979
- Check browser console for error messages
8080

8181
**Solution**
@@ -118,7 +118,7 @@ NEXT_PUBLIC_API_BASE=http://localhost:8001
118118
## How to add a new knowledge base?
119119

120120
**Web Interface**
121-
1. Visit http://localhost:3782/knowledge
121+
1. Visit `http://localhost:3782/knowledge`
122122
2. Click "New Knowledge Base"
123123
3. Enter knowledge base name
124124
4. Upload PDF/TXT/MD documents

0 commit comments

Comments
 (0)