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
14 changes: 10 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ See the full documentation at [`../README.md`](../README.md) or browse sub-pages

<!-- vim-markdown-toc GFM -->

* [Basic info](#basic-info)
* [Overview](#overview)
* [Installation and configuration](#installation-and-configuration)
* [Status of Lightspeed Core Stack versions](#status-of-lightspeed-core-stack-versions)
* [Migration guides](#migration-guides)
* [Info for developers](#info-for-developers)
* [API](#api)
* [RAG and BYOK](#rag-and-byok)
Expand All @@ -31,16 +33,18 @@ See the full documentation at [`../README.md`](../README.md) or browse sub-pages

<!-- vim-markdown-toc -->

## Overview
## Basic info

[Overview](https://lightspeed-core.github.io/lightspeed-stack/basic_info/overview.html)

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

[Overview](https://lightspeed-core.github.io/lightspeed-stack/overview.html)
## 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
Expand Down Expand Up @@ -152,6 +156,8 @@ See the full documentation at [`../README.md`](../README.md) or browse sub-pages

[Design](https://lightspeed-core.github.io/lightspeed-stack/design/llama-stack-config-merge/llama-stack-config-merge.html)

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

### Low overhead deployment for server mode

[Design](https://lightspeed-core.github.io/lightspeed-stack/design/low-overhead-deployment-for-server-mode/low-overhead-deployment-for-server-mode.html)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes
12 changes: 8 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ product questions using backend LLM services, agents, and RAG databases.

<!-- vim-markdown-toc GFM -->

* [Basic info](#basic-info)
* [Overview](#overview)
* [Installation and configuration](#installation-and-configuration)
* [Status of Lightspeed Core Stack versions](#status-of-lightspeed-core-stack-versions)
* [Migration guides](#migration-guides)
* [Info for developers](#info-for-developers)
* [API](#api)
* [RAG and BYOK](#rag-and-byok)
Expand All @@ -38,16 +40,18 @@ product questions using backend LLM services, agents, and RAG databases.

<!-- vim-markdown-toc -->

## Overview
## Basic info

[Overview](https://lightspeed-core.github.io/lightspeed-stack/basic_info/overview.html)

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

## 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
Expand Down
Loading