diff options
author | Tibor Frank <tifrank@cisco.com> | 2023-06-16 12:27:45 +0000 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2023-06-19 11:01:51 +0000 |
commit | 62a485fa3753dbb9e0cf337164fe65d213e89ef2 (patch) | |
tree | f2de17f41dc07d48906e232dd0f8032826718bcd /docs/content/overview | |
parent | 67c40f2918753bbadc56545d84fb81030334e9dc (diff) |
C-Docs: Fixes and improvments
Change-Id: I167720869e15236fde76a91559c17bf94f0ed68d
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'docs/content/overview')
-rw-r--r-- | docs/content/overview/c_dash/_index.md | 7 | ||||
-rw-r--r-- | docs/content/overview/c_dash/releases.md | 10 | ||||
-rw-r--r-- | docs/content/overview/csit/_index.md | 8 | ||||
-rw-r--r-- | docs/content/overview/csit/design.md | 2 |
4 files changed, 15 insertions, 12 deletions
diff --git a/docs/content/overview/c_dash/_index.md b/docs/content/overview/c_dash/_index.md index 97b351006f..43c5d2721d 100644 --- a/docs/content/overview/c_dash/_index.md +++ b/docs/content/overview/c_dash/_index.md @@ -1,6 +1,11 @@ --- bookCollapseSection: true bookFlatSection: false -title: "C-Dash" +title: "CSIT-Dash" weight: 1 --- + +# CSIT-Dash + +- [Design](design) +- [Structure](structure) diff --git a/docs/content/overview/c_dash/releases.md b/docs/content/overview/c_dash/releases.md deleted file mode 100644 index 3cf40ca1e9..0000000000 --- a/docs/content/overview/c_dash/releases.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Releases" -weight: 3 ---- - -# Releases - -## C-Dash v1 - -Initial release. diff --git a/docs/content/overview/csit/_index.md b/docs/content/overview/csit/_index.md index 959348d2ae..b233dd5292 100644 --- a/docs/content/overview/csit/_index.md +++ b/docs/content/overview/csit/_index.md @@ -4,3 +4,11 @@ bookFlatSection: false title: "CSIT" weight: 2 --- + +# CSIT + +- [Design](design) +- [Test Scenarios](test_scenarios) +- [Test Naming](test_naming) +- [Test Tags](test_tags) +- [Suite Generation](suite_generation) diff --git a/docs/content/overview/csit/design.md b/docs/content/overview/csit/design.md index 7bb08165b8..f43d91a28e 100644 --- a/docs/content/overview/csit/design.md +++ b/docs/content/overview/csit/design.md @@ -69,7 +69,7 @@ A brief bottom-up description is provided here: - DPDK-L3Fwd; - TRex - Tools: - - C-Dash + - CSIT-Dash - Testbed environment setup ansible playbooks; - Operational debugging scripts; |