Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 19 additions & 14 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ See the full documentation at [`../README.md`](../README.md) or browse sub-pages
<!-- vim-markdown-toc GFM -->

* [Basic info](#basic-info)
* [User docs](#user-docs)
* [Overview](#overview)
* [Installation and configuration](#installation-and-configuration)
* [Status of Lightspeed Core Stack versions](#status-of-lightspeed-core-stack-versions)
Expand Down Expand Up @@ -39,26 +40,39 @@ See the full documentation at [`../README.md`](../README.md) or browse sub-pages

[Getting started](https://lightspeed-core.github.io/lightspeed-stack/basic_info/getting_started.html)

## User docs

[Deployment Guide](https://lightspeed-core.github.io/lightspeed-stack/user_doc/deployment_guide.html)

[Configuration options](https://lightspeed-core.github.io/lightspeed-stack/user_doc/config.html)

[Agent skills](https://lightspeed-core.github.io/lightspeed-stack/user_doc/skills_guide.html)

[A2A [Agent-to-Agent] Protocol](https://lightspeed-core.github.io/lightspeed-stack/user_doc/a2a_protocol.html)

[RAG configuration guide](https://lightspeed-core.github.io/lightspeed-stack/user_doc/rag_guide.html)

[BYOK guide](https://lightspeed-core.github.io/lightspeed-stack/user_doc/byok_guide.html)

[Authentication and Authorization](https://lightspeed-core.github.io/lightspeed-stack/user_doc/auth.html)

[User data collection](https://lightspeed-core.github.io/lightspeed-stack/user_doc/user_data_collection.html)

## Overview

[Architecture](https://lightspeed-core.github.io/lightspeed-stack/ARCHITECTURE.html)

[Architecture diagram](https://lightspeed-core.github.io/lightspeed-stack/architecture.svg)

[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)

[Container Orchestration Guide](https://lightspeed-core.github.io/lightspeed-stack/container_orchestration.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)

## Status of Lightspeed Core Stack versions

[Status of Lightspeed Core Stack versions](https://lightspeed-core.github.io/lightspeed-stack/version_status.html)
Expand All @@ -81,26 +95,17 @@ See the full documentation at [`../README.md`](../README.md) or browse sub-pages

[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)

[Sentry error tracking](https://lightspeed-core.github.io/lightspeed-stack/sentry.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)

[Agent skills](https://lightspeed-core.github.io/lightspeed-stack/skills_guide.html)

## Models

[Common](https://lightspeed-core.github.io/lightspeed-stack/models/common.html)
Expand Down
33 changes: 19 additions & 14 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ product questions using backend LLM services, agents, and RAG databases.
<!-- vim-markdown-toc GFM -->

* [Basic info](#basic-info)
* [User docs](#user-docs)
* [Overview](#overview)
* [Installation and configuration](#installation-and-configuration)
* [Status of Lightspeed Core Stack versions](#status-of-lightspeed-core-stack-versions)
Expand Down Expand Up @@ -46,26 +47,39 @@ product questions using backend LLM services, agents, and RAG databases.

[Getting started](https://lightspeed-core.github.io/lightspeed-stack/basic_info/getting_started.html)

## User docs

[Deployment Guide](https://lightspeed-core.github.io/lightspeed-stack/user_doc/deployment_guide.html)

[Configuration options](https://lightspeed-core.github.io/lightspeed-stack/user_doc/config.html)

[Agent skills](https://lightspeed-core.github.io/lightspeed-stack/user_doc/skills_guide.html)

[A2A [Agent-to-Agent] Protocol](https://lightspeed-core.github.io/lightspeed-stack/user_doc/a2a_protocol.html)

[RAG configuration guide](https://lightspeed-core.github.io/lightspeed-stack/user_doc/rag_guide.html)

[BYOK guide](https://lightspeed-core.github.io/lightspeed-stack/user_doc/byok_guide.html)

[Authentication and Authorization](https://lightspeed-core.github.io/lightspeed-stack/user_doc/auth.html)

[User data collection](https://lightspeed-core.github.io/lightspeed-stack/user_doc/user_data_collection.html)

## Overview

[Architecture](https://lightspeed-core.github.io/lightspeed-stack/ARCHITECTURE.html)

[Architecture diagram](https://lightspeed-core.github.io/lightspeed-stack/architecture.svg)

[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)

[Container Orchestration Guide](https://lightspeed-core.github.io/lightspeed-stack/container_orchestration.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)

## Status of Lightspeed Core Stack versions

[Status of Lightspeed Core Stack versions](https://lightspeed-core.github.io/lightspeed-stack/version_status.html)
Expand All @@ -88,26 +102,17 @@ product questions using backend LLM services, agents, and RAG databases.

[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)

[Sentry error tracking](https://lightspeed-core.github.io/lightspeed-stack/sentry.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)

[Agent skills](https://lightspeed-core.github.io/lightspeed-stack/skills_guide.html)

## Models

[Common](https://lightspeed-core.github.io/lightspeed-stack/models/common.html)
Expand Down
Empty file added docs/user_doc/README.md
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading