Skip to content

Commit 30a432a

Browse files
authored
Merge pull request #448 from tisnik/lcore-581-doc
LCORE-581: doc about the script
2 parents 053d49f + 6c2f1fc commit 30a432a

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,18 @@ The service includes comprehensive user data collection capabilities for various
3535
* [K8s based authentication](#k8s-based-authentication)
3636
* [JSON Web Keyset based authentication](#json-web-keyset-based-authentication)
3737
* [No-op authentication](#no-op-authentication)
38+
* [CORS](#cors)
39+
* [Default values](#default-values)
40+
* [Allow credentials](#allow-credentials)
3841
* [RAG Configuration](#rag-configuration)
42+
* [Example configurations for inference](#example-configurations-for-inference)
3943
* [Usage](#usage)
4044
* [Make targets](#make-targets)
4145
* [Running Linux container image](#running-linux-container-image)
46+
* [Building Container Images](#building-container-images)
47+
* [Llama-Stack as Separate Service (Server Mode)](#llama-stack-as-separate-service-server-mode)
48+
* [Llama-Stack as Library (Library Mode)](#llama-stack-as-library-library-mode)
49+
* [Verify it's running properly](#verify-its-running-properly)
4250
* [Endpoints](#endpoints)
4351
* [OpenAPI specification](#openapi-specification)
4452
* [Readiness Endpoint](#readiness-endpoint)
@@ -54,6 +62,9 @@ The service includes comprehensive user data collection capabilities for various
5462
* [Utility to generate OpenAPI schema](#utility-to-generate-openapi-schema)
5563
* [Path](#path)
5664
* [Usage](#usage-1)
65+
* [Utility to generate documentation from source codes](#utility-to-generate-documentation-from-source-codes)
66+
* [Path](#path-1)
67+
* [Usage](#usage-2)
5768
* [Data Export Integration](#data-export-integration)
5869
* [Quick Integration](#quick-integration)
5970
* [Documentation](#documentation)
@@ -733,6 +744,20 @@ This script re-generated OpenAPI schema for the Lightspeed Service REST API.
733744
make schema
734745
```
735746

747+
## Utility to generate documentation from source code
748+
749+
This script re-generate README.md files for all modules defined in the Lightspeed Stack Service.
750+
751+
### Path
752+
753+
[scripts/gen_doc.py](scripts/gen_doc.py)
754+
755+
### Usage
756+
757+
```
758+
make doc
759+
```
760+
736761
# Data Export Integration
737762

738763
The Lightspeed Core Stack integrates with the [lightspeed-to-dataverse-exporter](https://github.com/lightspeed-core/lightspeed-to-dataverse-exporter) service to automatically export various types of user interaction data to Red Hat's Dataverse for analysis.

0 commit comments

Comments
 (0)