diff --git a/docs/index.md b/docs/index.md index 39c941a1b..747feba71 100644 --- a/docs/index.md +++ b/docs/index.md @@ -9,3 +9,63 @@ About The Project Lightspeed Core Stack (LCS) is an AI powered assistant that provides answers to product questions using backend LLM services, agents, and RAG databases. +!(Logo)[https://lightspeed-core.github.io/lightspeed-stack/logo.jpg] + +## Overview + +(Architecture)[https://lightspeed-core.github.io/lightspeed-stack/ARCHITECTURE.html] + +(Architecture diagram)[https://lightspeed-core.github.io/lightspeed-stack/architecture.svg] + +(Getting started)[https://lightspeed-core.github.io/lightspeed-stack/getting_started.html] + +(Authentication and Authorization)[https://lightspeed-core.github.io/lightspeed-stack/auth.html] + + + +## Installation and configuration + +(Deployment Guide)[https://lightspeed-core.github.io/lightspeed-stack/deployment_guide.html] + +(Linux)[https://lightspeed-core.github.io/lightspeed-stack/installation_linux.html] + +(MacOS)[https://lightspeed-core.github.io/lightspeed-stack/installation_macos.html] + +(Configuration)[https://lightspeed-core.github.io/lightspeed-stack/config.html] + + + +## API + +(OpenAPI specification)[https://lightspeed-core.github.io/lightspeed-stack/openapi.html] + +(Conversations API)[https://lightspeed-core.github.io/lightspeed-stack/conversations_api.html] + +(A2A (Agent-to-Agent) Protocol)[https://lightspeed-core.github.io/lightspeed-stack/a2a_protocol.html] + + + + +## RAG and BYOK + +(RAG Configuration Guide)[https://lightspeed-core.github.io/lightspeed-stack/rag_guide.html] + +(BYOK guide)[https://lightspeed-core.github.io/lightspeed-stack/byok_guide.html] + + +## Other features + +(Providers)[https://lightspeed-core.github.io/lightspeed-stack/providers.html] + +(User data collection)[https://lightspeed-core.github.io/lightspeed-stack/user_data_collection.html] + +(Database structure)[https://lightspeed-core.github.io/lightspeed-stack/DB/index.html] + + + +## Testing + +(Testing)[https://lightspeed-core.github.io/lightspeed-stack/testing.html] + +(List of e2e scenarios)[https://lightspeed-core.github.io/lightspeed-stack/e2e_scenarios.html] + diff --git a/docs/logo.jpg b/docs/logo.jpg new file mode 100644 index 000000000..8eb3e8b90 Binary files /dev/null and b/docs/logo.jpg differ