@@ -15,6 +15,7 @@ product questions using backend LLM services, agents, and RAG databases.
1515<!-- vim-markdown-toc GFM -->
1616
1717* [ Basic info] ( #basic-info )
18+ * [ User docs] ( #user-docs )
1819* [ Overview] ( #overview )
1920* [ Installation and configuration] ( #installation-and-configuration )
2021* [ Status of Lightspeed Core Stack versions] ( #status-of-lightspeed-core-stack-versions )
@@ -46,26 +47,39 @@ product questions using backend LLM services, agents, and RAG databases.
4647
4748[ Getting started] ( https://lightspeed-core.github.io/lightspeed-stack/basic_info/getting_started.html )
4849
50+ ## User docs
51+
52+ [ Deployment Guide] ( https://lightspeed-core.github.io/lightspeed-stack/user_doc/deployment_guide.html )
53+
54+ [ Configuration options] ( https://lightspeed-core.github.io/lightspeed-stack/user_doc/config.html )
55+
56+ [ Agent skills] ( https://lightspeed-core.github.io/lightspeed-stack/user_doc/skills_guide.html )
57+
58+ [ A2A [ Agent-to-Agent] Protocol] ( https://lightspeed-core.github.io/lightspeed-stack/user_doc/a2a_protocol.html )
59+
60+ [ RAG configuration guide] ( https://lightspeed-core.github.io/lightspeed-stack/user_doc/rag_guide.html )
61+
62+ [ BYOK guide] ( https://lightspeed-core.github.io/lightspeed-stack/user_doc/byok_guide.html )
63+
64+ [ Authentication and Authorization] ( https://lightspeed-core.github.io/lightspeed-stack/user_doc/auth.html )
65+
66+ [ User data collection] ( https://lightspeed-core.github.io/lightspeed-stack/user_doc/user_data_collection.html )
67+
4968## Overview
5069
5170[ Architecture] ( https://lightspeed-core.github.io/lightspeed-stack/ARCHITECTURE.html )
5271
5372[ Architecture diagram] ( https://lightspeed-core.github.io/lightspeed-stack/architecture.svg )
5473
55- [ Authentication and Authorization] ( https://lightspeed-core.github.io/lightspeed-stack/auth.html )
56-
5774## Installation and configuration
5875
59- [ Deployment Guide] ( https://lightspeed-core.github.io/lightspeed-stack/deployment_guide.html )
6076
6177[ Container Orchestration Guide] ( https://lightspeed-core.github.io/lightspeed-stack/container_orchestration.html )
6278
6379[ Linux] ( https://lightspeed-core.github.io/lightspeed-stack/installation_linux.html )
6480
6581[ MacOS] ( https://lightspeed-core.github.io/lightspeed-stack/installation_macos.html )
6682
67- [ Configuration] ( https://lightspeed-core.github.io/lightspeed-stack/config.html )
68-
6983## Status of Lightspeed Core Stack versions
7084
7185[ Status of Lightspeed Core Stack versions] ( https://lightspeed-core.github.io/lightspeed-stack/version_status.html )
@@ -88,26 +102,17 @@ product questions using backend LLM services, agents, and RAG databases.
88102
89103[ Conversations API] ( https://lightspeed-core.github.io/lightspeed-stack/conversations_api.html )
90104
91- [ A2A [ Agent-to-Agent] Protocol] ( https://lightspeed-core.github.io/lightspeed-stack/a2a_protocol.html )
92-
93105## RAG and BYOK
94106
95- [ RAG Configuration Guide] ( https://lightspeed-core.github.io/lightspeed-stack/rag_guide.html )
96-
97- [ BYOK guide] ( https://lightspeed-core.github.io/lightspeed-stack/byok_guide.html )
98-
99107## Other features
100108
101109[ Providers] ( https://lightspeed-core.github.io/lightspeed-stack/providers.html )
102110
103111[ Sentry error tracking] ( https://lightspeed-core.github.io/lightspeed-stack/sentry.html )
104112
105- [ User data collection] ( https://lightspeed-core.github.io/lightspeed-stack/user_data_collection.html )
106113
107114[ Database structure] ( https://lightspeed-core.github.io/lightspeed-stack/DB/index.html )
108115
109- [ Agent skills] ( https://lightspeed-core.github.io/lightspeed-stack/skills_guide.html )
110-
111116## Models
112117
113118[ Common] ( https://lightspeed-core.github.io/lightspeed-stack/models/common.html )
0 commit comments