From 6559c8158e498fbd829b0cd6523bf519917a2d5e Mon Sep 17 00:00:00 2001 From: Nate W Date: Wed, 19 Feb 2025 15:24:03 -0800 Subject: [PATCH 1/2] fix format - 0013 folder Signed-off-by: Nate W --- .../0013-litmuschaos/litmuschaos-analysis.md | 16 ++++++++-------- .../litmuschaos-implementation.md | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/analyses/0013-litmuschaos/litmuschaos-analysis.md b/analyses/0013-litmuschaos/litmuschaos-analysis.md index 462f298..37a4ee3 100644 --- a/analyses/0013-litmuschaos/litmuschaos-analysis.md +++ b/analyses/0013-litmuschaos/litmuschaos-analysis.md @@ -172,9 +172,9 @@ installation, configuration, and running a "first-time" experiment. - Formatting and organization of the instructions is inconsistent. - Some minor functionality does not have complete step-by-step instructions. For example, a link in the instructions to connect an external delegate in - _Schedule a chaos scenario_ - point to the `litmusctl` reference. While relevant, this is not the same as - explicit instructions for connecting to a delegate. + _Schedule a chaos scenario_ point to the `litmusctl` reference. While + relevant, this is not the same as explicit instructions for connecting to a + delegate. @@ -604,12 +604,12 @@ websites: -| Site | Repository | Tool or Stack | -|-----------| -------------------------------------------------------- | ------------------------ | -| [Project website](https://litmuschaos.io/) | https://github.com/litmuschaos/litmus-website-2 | React/Next/Tailwind/SCSS | +| Site | Repository | Tool or Stack | +|-------------------------------------------------------|----------------------------------------------------------|--------------------------| +| [Project website](https://litmuschaos.io/) | https://github.com/litmuschaos/litmus-website-2 | React/Next/Tailwind/SCSS | | [Documentation website](https://docs.litmuschaos.io/) | https://github.com/litmuschaos/litmus-docs/ | Docusaurus/Netlify | -| Tutorials | https://github.com/litmuschaos/tutorials | Google Codelab? | -| [APIs][api-site] | https://github.com/litmuschaos/litmus/tree/master/mkdocs | MkDocs | +| Tutorials | https://github.com/litmuschaos/tutorials | Google Codelab? | +| [APIs][api-site] | https://github.com/litmuschaos/litmus/tree/master/mkdocs | MkDocs | diff --git a/analyses/0013-litmuschaos/litmuschaos-implementation.md b/analyses/0013-litmuschaos/litmuschaos-implementation.md index 6510cbd..1c458cc 100644 --- a/analyses/0013-litmuschaos/litmuschaos-implementation.md +++ b/analyses/0013-litmuschaos/litmuschaos-implementation.md @@ -133,7 +133,7 @@ There are at least four "getting started" links on the website. | _Get Started_ button | [Doc landing page](https://docs.litmuschaos.io/) | [ChaosCenter installation](https://docs.litmuschaos.io/docs/getting-started/installation) | | _Getting Started_ link | [Doc landing page](https://docs.litmuschaos.io/) | [What is Litmus?](https://docs.litmuschaos.io/docs/introduction/what-is-litmus) | | _Getting Started_ TOC entry | [Doc page](https://docs.litmuschaos.io/docs/) left-side menu | [ChaosCenter installation](https://docs.litmuschaos.io/docs/getting-started/installation) | -| _Getting started_ tutorial | Tutorial site | [Getting started tutorial](https://litmuschaos.github.io/tutorials/tutorial-getting-started/index.html#0) | +| _Getting started_ tutorial | Tutorial site | [Getting started tutorial](https://litmuschaos.github.io/tutorials/tutorial-getting-started/index.html#0) | From 502aa488f2564d9cb2db14c31c0028a906d902d2 Mon Sep 17 00:00:00 2001 From: Nate W Date: Wed, 19 Feb 2025 15:27:04 -0800 Subject: [PATCH 2/2] fix Signed-off-by: Nate W --- analyses/0013-litmuschaos/litmuschaos-analysis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analyses/0013-litmuschaos/litmuschaos-analysis.md b/analyses/0013-litmuschaos/litmuschaos-analysis.md index 37a4ee3..8382d86 100644 --- a/analyses/0013-litmuschaos/litmuschaos-analysis.md +++ b/analyses/0013-litmuschaos/litmuschaos-analysis.md @@ -605,7 +605,7 @@ websites: | Site | Repository | Tool or Stack | -|-------------------------------------------------------|----------------------------------------------------------|--------------------------| +| ----------------------------------------------------- | -------------------------------------------------------- | ------------------------ | | [Project website](https://litmuschaos.io/) | https://github.com/litmuschaos/litmus-website-2 | React/Next/Tailwind/SCSS | | [Documentation website](https://docs.litmuschaos.io/) | https://github.com/litmuschaos/litmus-docs/ | Docusaurus/Netlify | | Tutorials | https://github.com/litmuschaos/tutorials | Google Codelab? |