diff options
author | pmikus <peter.mikus@protonmail.ch> | 2023-07-03 08:31:45 +0000 |
---|---|---|
committer | pmikus <peter.mikus@protonmail.ch> | 2023-07-03 08:31:45 +0000 |
commit | 7919c38c048cefc5bfcf814730d182bc91ee7865 (patch) | |
tree | 341952fc62ebacc9c30efcba4dd3cbc4c8850682 /docs/content/overview | |
parent | 61ab27b054615d22042771b2e7deb47149356c87 (diff) |
docs(links): Remove statically generated links
Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I76109b44da46ab2c5e9492d4fe5e000f1d811751
Diffstat (limited to 'docs/content/overview')
-rw-r--r-- | docs/content/overview/_index.md | 2 | ||||
-rw-r--r-- | docs/content/overview/c_dash/_index.md | 7 | ||||
-rw-r--r-- | docs/content/overview/csit/_index.md | 11 |
3 files changed, 3 insertions, 17 deletions
diff --git a/docs/content/overview/_index.md b/docs/content/overview/_index.md index 97fb5dec78..6c4d4210fd 100644 --- a/docs/content/overview/_index.md +++ b/docs/content/overview/_index.md @@ -3,4 +3,4 @@ bookCollapseSection: false bookFlatSection: true title: "Overview" weight: 1 ---- +---
\ No newline at end of file diff --git a/docs/content/overview/c_dash/_index.md b/docs/content/overview/c_dash/_index.md index 8a473a34d0..fdf583f377 100644 --- a/docs/content/overview/c_dash/_index.md +++ b/docs/content/overview/c_dash/_index.md @@ -3,9 +3,4 @@ bookCollapseSection: true bookFlatSection: false title: "CSIT-Dash" weight: 1 ---- - -# CSIT-Dash - -- [Design]({{< relref "/overview/c_dash/design" >}}) -- [Structure]({{< relref "/overview/c_dash/structure" >}}) +---
\ No newline at end of file diff --git a/docs/content/overview/csit/_index.md b/docs/content/overview/csit/_index.md index 1a155b6a84..2a004ce314 100644 --- a/docs/content/overview/csit/_index.md +++ b/docs/content/overview/csit/_index.md @@ -3,13 +3,4 @@ bookCollapseSection: true bookFlatSection: false title: "CSIT" weight: 2 ---- - -# CSIT - -- [Design]({{< relref "/overview/csit/design" >}}) -- [Test Scenarios]({{< relref "/overview/csit/test_scenarios" >}}) -- [Test Naming]({{< relref "/overview/csit/test_naming" >}}) -- [Test Tags]({{< relref "/overview/csit/test_tags" >}}) -- [Suite Generation]({{< relref "/overview/csit/suite_generation" >}}) -- [Branching Strategy]({{< relref "/overview/csit/branching_strategy" >}}) +---
\ No newline at end of file |