Skip to content

Commit f70cc89

Browse files
authored
Merge pull request #2172 from tisnik/lcore-2933-cleanup
LCORE-2933: cleanup
2 parents 7d0895c + 9e47af5 commit f70cc89

9 files changed

Lines changed: 21 additions & 0 deletions

docs/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ See the full documentation at [`../README.md`](../README.md) or browse sub-pages
7272

7373
[Contributing guide](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/contributing_guide.html)
7474

75+
[Conversation history](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/conversation_history.html)
76+
77+
[Persistent storage](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/persistent_storage.html)
78+
79+
[Quota scheduler](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/quota_scheduler.html)
80+
7581
### API
7682

7783
[OpenAPI specification](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/openapi.html)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Conversation history
2+
3+
![Conversation history](./conversation_history.svg)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Persistent storage
2+
3+
![Persistent storage](./persistent_storage.svg)

docs/devel_doc/quota_scheduler.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Quota scheduler
2+
3+
![Quota scheduler](./quota_scheduler.svg)

docs/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ product questions using backend LLM services, agents, and RAG databases.
7979

8080
[Contributing guide](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/contributing_guide.html)
8181

82+
[Conversation history](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/conversation_history.html)
83+
84+
[Persistent storage](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/persistent_storage.html)
85+
86+
[Quota scheduler](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/quota_scheduler.html)
87+
8288
### API
8389

8490
[OpenAPI specification](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/openapi.html)

0 commit comments

Comments
 (0)