Skip to content

Commit 310a190

Browse files
authored
Merge pull request #1037 from tisnik/fix-index-page
LCORE-1218: Fix index page
2 parents 2d2c8fc + cc91d90 commit 310a190

2 files changed

Lines changed: 39 additions & 37 deletions

File tree

docs/README.md

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,61 +5,63 @@ See the full documentation at [`../README.md`](../README.md) or browse sub-pages
55

66

77

8+
![Logo](https://lightspeed-core.github.io/lightspeed-stack/logo.jpg)
9+
810
## Overview
911

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

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

14-
(Getting started)[https://lightspeed-core.github.io/lightspeed-stack/getting_started.html]
16+
[Getting started](https://lightspeed-core.github.io/lightspeed-stack/getting_started.html)
1517

16-
(Authentication and Authorization)[https://lightspeed-core.github.io/lightspeed-stack/auth.html]
18+
[Authentication and Authorization](https://lightspeed-core.github.io/lightspeed-stack/auth.html)
1719

1820

1921

2022
## Installation and configuration
2123

22-
(Deployment Guide)[https://lightspeed-core.github.io/lightspeed-stack/deployment_guide.html]
24+
[Deployment Guide](https://lightspeed-core.github.io/lightspeed-stack/deployment_guide.html)
2325

24-
(Linux)[https://lightspeed-core.github.io/lightspeed-stack/installation_linux.html]
26+
[Linux](https://lightspeed-core.github.io/lightspeed-stack/installation_linux.html)
2527

26-
(MacOS)[https://lightspeed-core.github.io/lightspeed-stack/installation_macos.html]
28+
[MacOS](https://lightspeed-core.github.io/lightspeed-stack/installation_macos.html)
2729

28-
(Configuration)[https://lightspeed-core.github.io/lightspeed-stack/config.html]
30+
[Configuration](https://lightspeed-core.github.io/lightspeed-stack/config.html)
2931

3032

3133

3234
## API
3335

34-
(OpenAPI specification)[https://lightspeed-core.github.io/lightspeed-stack/openapi.html]
36+
[OpenAPI specification](https://lightspeed-core.github.io/lightspeed-stack/openapi.html)
3537

36-
(Conversations API)[https://lightspeed-core.github.io/lightspeed-stack/conversations_api.html]
38+
[Conversations API](https://lightspeed-core.github.io/lightspeed-stack/conversations_api.html)
3739

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

4042

4143

4244

4345
## RAG and BYOK
4446

45-
(RAG Configuration Guide)[https://lightspeed-core.github.io/lightspeed-stack/rag_guide.html]
47+
[RAG Configuration Guide](https://lightspeed-core.github.io/lightspeed-stack/rag_guide.html)
4648

47-
(BYOK guide)[https://lightspeed-core.github.io/lightspeed-stack/byok_guide.html]
49+
[BYOK guide](https://lightspeed-core.github.io/lightspeed-stack/byok_guide.html)
4850

4951

5052
## Other features
5153

52-
(Providers)[https://lightspeed-core.github.io/lightspeed-stack/providers.html]
54+
[Providers](https://lightspeed-core.github.io/lightspeed-stack/providers.html)
5355

54-
(User data collection)[https://lightspeed-core.github.io/lightspeed-stack/user_data_collection.html]
56+
[User data collection](https://lightspeed-core.github.io/lightspeed-stack/user_data_collection.html)
5557

56-
(Database structure)[https://lightspeed-core.github.io/lightspeed-stack/DB/index.html]
58+
[Database structure](https://lightspeed-core.github.io/lightspeed-stack/DB/index.html)
5759

5860

5961

6062
## Testing
6163

62-
(Testing)[https://lightspeed-core.github.io/lightspeed-stack/testing.html]
64+
[Testing](https://lightspeed-core.github.io/lightspeed-stack/testing.html)
6365

64-
(List of e2e scenarios)[https://lightspeed-core.github.io/lightspeed-stack/e2e_scenarios.html]
66+
[List of e2e scenarios](https://lightspeed-core.github.io/lightspeed-stack/e2e_scenarios.html)
6567

docs/index.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,63 +9,63 @@ About The Project
99

1010
Lightspeed Core Stack (LCS) is an AI powered assistant that provides answers to product questions using backend LLM services, agents, and RAG databases.
1111

12-
!(Logo)[https://lightspeed-core.github.io/lightspeed-stack/logo.jpg]
12+
![Logo](https://lightspeed-core.github.io/lightspeed-stack/logo.jpg)
1313

1414
## Overview
1515

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

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

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

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

2424

2525

2626
## Installation and configuration
2727

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

30-
(Linux)[https://lightspeed-core.github.io/lightspeed-stack/installation_linux.html]
30+
[Linux](https://lightspeed-core.github.io/lightspeed-stack/installation_linux.html)
3131

32-
(MacOS)[https://lightspeed-core.github.io/lightspeed-stack/installation_macos.html]
32+
[MacOS](https://lightspeed-core.github.io/lightspeed-stack/installation_macos.html)
3333

34-
(Configuration)[https://lightspeed-core.github.io/lightspeed-stack/config.html]
34+
[Configuration](https://lightspeed-core.github.io/lightspeed-stack/config.html)
3535

3636

3737

3838
## API
3939

40-
(OpenAPI specification)[https://lightspeed-core.github.io/lightspeed-stack/openapi.html]
40+
[OpenAPI specification](https://lightspeed-core.github.io/lightspeed-stack/openapi.html)
4141

42-
(Conversations API)[https://lightspeed-core.github.io/lightspeed-stack/conversations_api.html]
42+
[Conversations API](https://lightspeed-core.github.io/lightspeed-stack/conversations_api.html)
4343

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

4646

4747

4848

4949
## RAG and BYOK
5050

51-
(RAG Configuration Guide)[https://lightspeed-core.github.io/lightspeed-stack/rag_guide.html]
51+
[RAG Configuration Guide](https://lightspeed-core.github.io/lightspeed-stack/rag_guide.html)
5252

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

5555

5656
## Other features
5757

58-
(Providers)[https://lightspeed-core.github.io/lightspeed-stack/providers.html]
58+
[Providers](https://lightspeed-core.github.io/lightspeed-stack/providers.html)
5959

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

62-
(Database structure)[https://lightspeed-core.github.io/lightspeed-stack/DB/index.html]
62+
[Database structure](https://lightspeed-core.github.io/lightspeed-stack/DB/index.html)
6363

6464

6565

6666
## Testing
6767

68-
(Testing)[https://lightspeed-core.github.io/lightspeed-stack/testing.html]
68+
[Testing](https://lightspeed-core.github.io/lightspeed-stack/testing.html)
6969

70-
(List of e2e scenarios)[https://lightspeed-core.github.io/lightspeed-stack/e2e_scenarios.html]
70+
[List of e2e scenarios](https://lightspeed-core.github.io/lightspeed-stack/e2e_scenarios.html)
7171

0 commit comments

Comments
 (0)