From b47274cc293ea8cd2a39ed3af437a247b9788162 Mon Sep 17 00:00:00 2001 From: Jeet Bhalani <69383785+jeetbhalani15@users.noreply.github.com> Date: Sat, 4 Oct 2025 21:03:13 +0000 Subject: [PATCH 1/2] Added reference to glossary section in notes section of architecture section Signed-off-by: Jeet Bhalani <69383785+jeetbhalani15@users.noreply.github.com> --- website/docs/architecture/architecture-summary.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/docs/architecture/architecture-summary.md b/website/docs/architecture/architecture-summary.md index 76db8e86..81fa9bee 100644 --- a/website/docs/architecture/architecture-summary.md +++ b/website/docs/architecture/architecture-summary.md @@ -25,4 +25,7 @@ With the latest release of LitmusChaos 3.0.0: - The term **Chaos Delegate/Agent** has been changed to **Chaos Infrastructure**. - The term **Chaos Experiment** has been changed to **Chaos Fault**. - The term **Chaos Scenario/Workflow** has been changed to **Chaos Experiment**. + +Refer to the [Glossary](https://docs.litmuschaos.io/docs/next/glossary) documentation for more info. + ::: From a26e079a8bb82ed2970937f504c1692503096f8e Mon Sep 17 00:00:00 2001 From: Jeet Bhalani <69383785+jeetbhalani15@users.noreply.github.com> Date: Tue, 7 Oct 2025 11:28:38 +0000 Subject: [PATCH 2/2] Added reference for glossary in architecture summary file Signed-off-by: Jeet Bhalani <69383785+jeetbhalani15@users.noreply.github.com> --- website/docs/architecture/architecture-summary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/architecture/architecture-summary.md b/website/docs/architecture/architecture-summary.md index 81fa9bee..bea9b7b2 100644 --- a/website/docs/architecture/architecture-summary.md +++ b/website/docs/architecture/architecture-summary.md @@ -26,6 +26,6 @@ With the latest release of LitmusChaos 3.0.0: - The term **Chaos Experiment** has been changed to **Chaos Fault**. - The term **Chaos Scenario/Workflow** has been changed to **Chaos Experiment**. -Refer to the [Glossary](https://docs.litmuschaos.io/docs/next/glossary) documentation for more info. +Refer to the [Glossary](../glossary.md) documentation for more info. :::