@@ -18,9 +18,9 @@ product questions using backend LLM services, agents, and RAG databases.
1818* [ User docs] ( #user-docs )
1919* [ Developer doc] ( #developer-doc )
2020 * [ API] ( #api )
21+ * [ Models] ( #models )
22+ * [ Testing] ( #testing )
2123* [ Maintenance] ( #maintenance )
22- * [ Migration guides] ( #migration-guides )
23- * [ Models] ( #models )
2424* [ Design documents] ( #design-documents )
2525 * [ Agent skills] ( #agent-skills )
2626 * [ Automatic conversation expiration] ( #automatic-conversation-expiration )
@@ -31,8 +31,6 @@ product questions using backend LLM services, agents, and RAG databases.
3131 * [ Llama Stack config merge (unified ` lightspeed-stack.yaml ` )] ( #llama-stack-config-merge-unified-lightspeed-stackyaml )
3232 * [ Low overhead deployment for server mode] ( #low-overhead-deployment-for-server-mode )
3333 * [ OpenTelemetry tracing in Lightspeed Core] ( #opentelemetry-tracing-in-lightspeed-core )
34- * [ Testing] ( #testing )
35- * [ Releasing] ( #releasing )
3634* [ Demos] ( #demos )
3735
3836<!-- vim-markdown-toc -->
@@ -61,6 +59,8 @@ product questions using backend LLM services, agents, and RAG databases.
6159
6260[ User data collection] ( https://lightspeed-core.github.io/lightspeed-stack/user_doc/user_data_collection.html )
6361
62+ [ Sentry error tracking] ( https://lightspeed-core.github.io/lightspeed-stack/sentry.html )
63+
6464## Developer doc
6565
6666[ Architecture] ( https://lightspeed-core.github.io/lightspeed-stack/devel_doc/ARCHITECTURE.html )
@@ -85,38 +85,43 @@ product questions using backend LLM services, agents, and RAG databases.
8585
8686[ Conversations API] ( https://lightspeed-core.github.io/lightspeed-stack/devel_doc/conversations_api.html )
8787
88+ ### Models
8889
89- ## Maintenance
90+ [ Common ] ( https://lightspeed-core.github.io/lightspeed-stack/models/common.html )
9091
91- [ Status of Lightspeed Core Stack versions ] ( https://lightspeed-core.github.io/lightspeed-stack/maintenance/version_status .html )
92+ [ Database ] ( https://lightspeed-core.github.io/lightspeed-stack/models/database .html )
9293
93- [ Supported versions ] ( https://lightspeed-core.github.io/lightspeed-stack/maintenance/versions_supported .html )
94+ [ Requests ] ( https://lightspeed-core.github.io/lightspeed-stack/models/requests .html )
9495
95- [ Unsupported versions ] ( https://lightspeed-core.github.io/lightspeed-stack/maintenance/versions_unsupported .html )
96+ [ Successful responses ] ( https://lightspeed-core.github.io/lightspeed-stack/models/responses_succ .html )
9697
97- ## Migration guides
98+ [ Error responses ] ( https://lightspeed-core.github.io/lightspeed-stack/models/responses_errors.html )
9899
99- [ Migration guides ] ( https://lightspeed-core.github.io/lightspeed-stack/migrations/ )
100+ [ Compaction ] ( https://lightspeed-core.github.io/lightspeed-stack/models/compaction.html )
100101
102+ ### Testing
101103
102- [ Sentry error tracking ] ( https://lightspeed-core.github.io/lightspeed-stack/sentry .html )
104+ [ Testing ] ( https://lightspeed-core.github.io/lightspeed-stack/testing .html )
103105
106+ [ End-to-End Tests Guide] ( https://lightspeed-core.github.io/lightspeed-stack/e2e_testing.html )
104107
108+ [ List of e2e scenarios] ( https://lightspeed-core.github.io/lightspeed-stack/e2e_scenarios.html )
105109
106- ## Models
110+ ## Maintenance
107111
108- [ Common ] ( https://lightspeed-core.github.io/lightspeed-stack/models/common .html )
112+ [ Status of Lightspeed Core Stack versions ] ( https://lightspeed-core.github.io/lightspeed-stack/maintenance/version_status .html )
109113
110- [ Database ] ( https://lightspeed-core.github.io/lightspeed-stack/models/database .html )
114+ [ Supported versions ] ( https://lightspeed-core.github.io/lightspeed-stack/maintenance/versions_supported .html )
111115
112- [ Requests ] ( https://lightspeed-core.github.io/lightspeed-stack/models/requests .html )
116+ [ Unsupported versions ] ( https://lightspeed-core.github.io/lightspeed-stack/maintenance/versions_unsupported .html )
113117
114- [ Successful responses ] ( https://lightspeed-core.github.io/lightspeed-stack/models/responses_succ.html )
118+ [ Migration guides ] ( https://lightspeed-core.github.io/lightspeed-stack/migrations/ )
115119
116- [ Error responses ] ( https://lightspeed-core.github.io/lightspeed-stack/models/responses_errors .html )
120+ [ Branching ] ( https://lightspeed-core.github.io/lightspeed-stack/maintenance/branching .html )
117121
118- [ Compaction ] ( https://lightspeed-core.github.io/lightspeed-stack/models/compaction .html )
122+ [ Releasing ] ( https://lightspeed-core.github.io/lightspeed-stack/maintenance/releasing .html )
119123
124+ [ LTS process overview] ( https://lightspeed-core.github.io/lightspeed-stack/maintenance/lts_flow.html )
120125
121126## Design documents
122127
@@ -168,22 +173,6 @@ product questions using backend LLM services, agents, and RAG databases.
168173
169174[ Design] ( https://lightspeed-core.github.io/lightspeed-stack/design/observability-opentelemetry/observability-opentelemetry.html )
170175
171- ## Testing
172-
173- [ Testing] ( https://lightspeed-core.github.io/lightspeed-stack/testing.html )
174-
175- [ End-to-End Tests Guide] ( https://lightspeed-core.github.io/lightspeed-stack/e2e_testing.html )
176-
177- [ List of e2e scenarios] ( https://lightspeed-core.github.io/lightspeed-stack/e2e_scenarios.html )
178-
179- ## Releasing
180-
181- [ Branching] ( https://lightspeed-core.github.io/lightspeed-stack/branching.html )
182-
183- [ Releasing] ( https://lightspeed-core.github.io/lightspeed-stack/releasing.html )
184-
185- [ LTS provess overview] ( https://lightspeed-core.github.io/lightspeed-stack/lts_flow.html )
186-
187176## Demos
188177
189178[ LCORE introduction] ( https://lightspeed-core.github.io/lightspeed-stack/demos/lcore/lcore.html#/ )
0 commit comments