More issues with litmuschaos pages

Signed-off-by: Patrice Chalin <pchalin@gmail.com>
This commit is contained in:
Patrice Chalin 2025-02-25 12:03:01 -05:00
parent 97e7fbcf30
commit 9c0bff6702
2 changed files with 21 additions and 21 deletions

View File

@ -7,7 +7,7 @@ author: Dave Welsch (@dwelsch-esi)
cSpell:ignore: Docusaurus rfc OSes pastable impl servicedesk md cSpell:ignore: Docusaurus rfc OSes pastable impl servicedesk md
--- ---
<!-- markdownlint-disable no-duplicate-heading no-bare-urls --> <!-- markdownlint-disable no-duplicate-heading -->
## Introduction ## Introduction
@ -604,11 +604,11 @@ websites:
<!-- markdownlint-disable line-length --> <!-- markdownlint-disable line-length -->
| Site | Repository | Tool or Stack | | Site | Repository | Tool or Stack |
| ----------------------------------------------------- | -------------------------------------------------------- | ------------------------ | | ----------------------------------------------------- | ---------------------------------------------------------- | ------------------------ |
| [Project website](https://litmuschaos.io/) | https://github.com/litmuschaos/litmus-website-2 | React/Next/Tailwind/SCSS | | [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 | | [Documentation website](https://docs.litmuschaos.io/) | <https://github.com/litmuschaos/litmus-docs/> | Docusaurus/Netlify |
| Tutorials | https://github.com/litmuschaos/tutorials | Google Codelab? | | Tutorials | <https://github.com/litmuschaos/tutorials> | Google Codelab? |
| [APIs][api-site] | https://github.com/litmuschaos/litmus/tree/master/mkdocs | MkDocs | | [APIs][api-site] | <https://github.com/litmuschaos/litmus/tree/master/mkdocs> | MkDocs |
<!-- markdownlint-enable line-length --> <!-- markdownlint-enable line-length -->

View File

@ -3,7 +3,7 @@ title: Litmus Chaos Issue
tags: Litmus Chaos tags: Litmus Chaos
--- ---
<!-- markdownlint-disable line-length no-duplicate-heading no-bare-urls no-emphasis-as-heading --> <!-- markdownlint-disable line-length no-duplicate-heading no-emphasis-as-heading -->
This document contains a list of issues to be entered in the Litmus Chaos This document contains a list of issues to be entered in the Litmus Chaos
documentation repo more or less verbatim. documentation repo more or less verbatim.
@ -46,12 +46,12 @@ are here: <https://github.com/cncf/techdocs/tree/main/analyses> under
The following repos are affected: The following repos are affected:
| Repo URL | Description | Recommendation | | Repo URL | Description | Recommendation |
| -------------------------------------------------- | ----------------------------------------------- | --------------------------------------------------------- | | ---------------------------------------------------- | ----------------------------------------------- | --------------------------------------------------------- |
| https://github.com/litmuschaos/litmus-website-2 | The project website repo | Combine with the doc repo | | <https://github.com/litmuschaos/litmus-website-2> | The project website repo | Combine with the doc repo |
| https://github.com/litmuschaos/litmus-docs | Documentation repo | Combine with website repo | | <https://github.com/litmuschaos/litmus-docs> | Documentation repo | Combine with website repo |
| https://github.com/litmuschaos/v1-litmus-docs | Another documentation repo, for docs before 2.0 | Move toward retiring and archiving. | | <https://github.com/litmuschaos/v1-litmus-docs> | Another documentation repo, for docs before 2.0 | Move toward retiring and archiving. |
| https://github.com/litmuschaos/website-litmuschaos | Previous website repo | Already archived. Include new repo URL in archive banner. | | <https://github.com/litmuschaos/website-litmuschaos> | Previous website repo | Already archived. Include new repo URL in archive banner. |
| https://github.com/litmuschaos/tutorials | Tutorials repo | Combine with documentation repo | | <https://github.com/litmuschaos/tutorials> | Tutorials repo | Combine with documentation repo |
## Issue: Removed obsolete websites ## Issue: Removed obsolete websites
@ -85,17 +85,17 @@ are here: <https://github.com/cncf/techdocs/tree/main/analyses> under
**GraphicQL API** **GraphicQL API**
The following API is one of the first hits on a search of "Litmus Chaos API": The following API is one of the first hits on a search of "Litmus Chaos API":
https://litmuschaos.github.io/litmus/graphql/v2.0.0/api.html. <https://litmuschaos.github.io/litmus/graphql/v2.0.0/api.html>.
I'm not even sure where the doc repo is (it might be in the API's repo here: I'm not even sure where the doc repo is (it might be in the API's repo at
https://github.com/litmuschaos/spectaql). It's clear this is a Litmus Chaos <https://github.com/litmuschaos/spectaql>). It's clear this is a Litmus Chaos
component, but not whether this documetnation is current or what it is for -- component, but not whether this documentation is current or what it is for --
there's no introduction or explanation of the API. there's no introduction or explanation of the API.
**Tutorials** **Tutorials**
The Litmus Chaos Tutorial website (https://litmuschaos.github.io/tutorials/; The [Litmus Chaos Tutorial website](https://litmuschaos.github.io/tutorials/)
repo at https://github.com/litmuschaos/tutorials) seems to have been last ([repo](https://github.com/litmuschaos/tutorials)) seems to have been last
updated in version 2. The first tutorial, "Getting Started", was last updated in updated in version 2. The first tutorial, "Getting Started", was last updated in
August of 2021. August of 2021.