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

[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)
Expand Down Expand Up @@ -81,6 +83,8 @@ See the full documentation at [`../README.md`](../README.md) or browse sub-pages

[Releasing](https://lightspeed-core.github.io/lightspeed-stack/releasing.html)

[LTS provess overview](https://lightspeed-core.github.io/lightspeed-stack/lts_flow.html)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Fix spelling error in navigation link.

Line 86 contains "LTS provess overview" but should read "LTS process overview". This same typo appears in docs/index.md line 93 and must be corrected in both locations.

✏️ Proposed fix for both files

In docs/README.md line 86:

-[LTS provess overview](https://lightspeed-core.github.io/lightspeed-stack/lts_flow.html)
+[LTS process overview](https://lightspeed-core.github.io/lightspeed-stack/lts_flow.html)

In docs/index.md line 93:

-[LTS provess overview](https://lightspeed-core.github.io/lightspeed-stack/lts_flow.html)
+[LTS process overview](https://lightspeed-core.github.io/lightspeed-stack/lts_flow.html)
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
[LTS provess overview](https://lightspeed-core.github.io/lightspeed-stack/lts_flow.html)
[LTS process overview](https://lightspeed-core.github.io/lightspeed-stack/lts_flow.html)
🧰 Tools
🪛 LanguageTool

[grammar] ~86-~86: Ensure spelling is correct
Context: .../lightspeed-stack/releasing.html) [LTS provess overview](https://lightspeed-core.githu...

(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/README.md` at line 86, The link text contains a spelling error where
"provess" should be "process". In the navigation link "LTS provess overview",
correct the misspelled word "provess" to "process" so it reads "LTS process
overview". This same typo correction needs to be applied in both docs/README.md
and docs/index.md files to ensure consistency across documentation.


## Demos

[LCORE introduction](https://lightspeed-core.github.io/lightspeed-stack/demos/lcore/lcore.html#/)
Expand Down
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ product questions using backend LLM services, agents, and RAG databases.

[Releasing](https://lightspeed-core.github.io/lightspeed-stack/releasing.html)

[LTS provess overview](https://lightspeed-core.github.io/lightspeed-stack/lts_flow.html)

## Demos

[LCORE introduction](https://lightspeed-core.github.io/lightspeed-stack/demos/lcore/lcore.html#/)
Expand Down
Loading
Loading