Skip to content

Commit 9409506

Browse files
committed
LCORE-1651: Add migration guides index page
1 parent 56ae5fd commit 9409506

4 files changed

Lines changed: 18 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1378,6 +1378,8 @@ The version X.Y.Z indicates:
13781378
* Y is the minor version (backward-compatible), and
13791379
* Z is the patch version (backward-compatible bug fix).
13801380
1381+
For upgrade instructions between versions, see the [Migration Guides](docs/migrations/).
1382+
13811383
# Konflux
13821384
13831385
The official image of Lightspeed Core Stack is built on [Konflux](https://konflux-ui.apps.kflux-prd-rh02.0fk9.p1.openshiftapps.com/ns/lightspeed-core-tenant/applications/lightspeed-stack).

docs/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ See the full documentation at [`../README.md`](../README.md) or browse sub-pages
3535

3636
[Unsupported versions](https://lightspeed-core.github.io/lightspeed-stack/versions_unsupported.html)
3737

38+
## Migration guides
39+
40+
[Migration guides](https://lightspeed-core.github.io/lightspeed-stack/migrations/)
41+
3842
## Info for developers
3943

4044
[Contributing guide](https://lightspeed-core.github.io/lightspeed-stack/contributing_guide.html)

docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ product questions using backend LLM services, agents, and RAG databases.
4242

4343
[Unsupported versions](https://lightspeed-core.github.io/lightspeed-stack/versions_unsupported.html)
4444

45+
## Migration guides
46+
47+
[Migration guides](https://lightspeed-core.github.io/lightspeed-stack/migrations/)
48+
4549
## Info for developers
4650

4751
[Contributing guide](https://lightspeed-core.github.io/lightspeed-stack/contributing_guide.html)

docs/migrations/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Migration Guides
2+
3+
This page lists upgrade and migration guides for each Lightspeed Core Stack
4+
release that includes breaking or notable configuration changes.
5+
6+
| Version | Description |
7+
|---------|-------------|
8+
| [v0.7.0](v0.7.0.md) | RAG configuration restructured under a unified `rag` section |

0 commit comments

Comments
 (0)