diff options
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; |