Skip to content

Commit 7649229

Browse files
authored
Merge pull request #2017 from tisnik/lcore-1404-fixed-paths
LCORE-1404: fixed paths
2 parents e17f3a7 + 3a6b6c8 commit 7649229

6 files changed

Lines changed: 28 additions & 41 deletions

File tree

β€Ždocs/README.mdβ€Ž

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,18 @@ See the full documentation at [`../README.md`](../README.md) or browse sub-pages
6565

6666
## Models
6767

68-
[Reguests](https://lightspeed-core.github.io/lightspeed-stack/models/requests.html)
68+
[Common](https://lightspeed-core.github.io/lightspeed-stack/models/common.html)
69+
70+
[Database](https://lightspeed-core.github.io/lightspeed-stack/models/database.html)
71+
72+
[Requests](https://lightspeed-core.github.io/lightspeed-stack/models/requests.html)
73+
74+
[Successful responses](https://lightspeed-core.github.io/lightspeed-stack/models/responses_succ.html)
75+
76+
[Error responses](https://lightspeed-core.github.io/lightspeed-stack/models/responses_errors.html)
77+
78+
[Compaction](https://lightspeed-core.github.io/lightspeed-stack/models/compaction.html)
79+
6980

7081
## Design documents
7182

β€Ždocs/index.mdβ€Ž

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,18 @@ product questions using backend LLM services, agents, and RAG databases.
7272

7373
## Models
7474

75-
[Reguests](https://lightspeed-core.github.io/lightspeed-stack/models/requests.html)
75+
[Common](https://lightspeed-core.github.io/lightspeed-stack/models/common.html)
76+
77+
[Database](https://lightspeed-core.github.io/lightspeed-stack/models/database.html)
78+
79+
[Requests](https://lightspeed-core.github.io/lightspeed-stack/models/requests.html)
80+
81+
[Successful responses](https://lightspeed-core.github.io/lightspeed-stack/models/responses_succ.html)
82+
83+
[Error responses](https://lightspeed-core.github.io/lightspeed-stack/models/responses_errors.html)
84+
85+
[Compaction](https://lightspeed-core.github.io/lightspeed-stack/models/compaction.html)
86+
7687

7788
## Design documents
7889

β€Ždocs/models/common.mdβ€Ž

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,10 @@
22

33

44

5-
## 🌍 Base URL
6-
7-
8-
| URL | Description |
9-
|-----|-------------|
10-
11-
12-
# πŸ› οΈ APIs
135

146
---
157

16-
# πŸ“‹ Components
8+
# πŸ“‹ Schemas for common models
179

1810

1911

β€Ždocs/models/compaction.mdβ€Ž

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,9 @@
22

33

44

5-
## 🌍 Base URL
6-
7-
8-
| URL | Description |
9-
|-----|-------------|
10-
11-
12-
# πŸ› οΈ APIs
13-
145
---
156

16-
# πŸ“‹ Components
7+
# πŸ“‹ Schemas for compaction models
178

189

1910

β€Ždocs/models/responses_errors.mdβ€Ž

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,9 @@
22

33

44

5-
## 🌍 Base URL
6-
7-
8-
| URL | Description |
9-
|-----|-------------|
10-
11-
12-
# πŸ› οΈ APIs
13-
145
---
156

16-
# πŸ“‹ Components
7+
# πŸ“‹ Schemas for error responses models
178

189

1910

β€Ždocs/models/responses_succ.mdβ€Ž

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,9 @@
22

33

44

5-
## 🌍 Base URL
6-
7-
8-
| URL | Description |
9-
|-----|-------------|
10-
11-
12-
# πŸ› οΈ APIs
13-
145
---
156

16-
# πŸ“‹ Components
7+
# πŸ“‹ Schemas for successful responses models
178

189

1910

0 commit comments

Comments
Β (0)