Skip to content

Commit 597e72a

Browse files
committed
replace header with md
Signed-off-by: Bruno Bernard <[email protected]>
1 parent 4eda7f8 commit 597e72a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/anatomy/overview.mdx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
---
2-
title: Anatomy of a Test
3-
description: Tests in the topotato framework are structured into different sections that collectively define the test's behavior, topology, and configurations. This document provides an overview of these sections and their components.
4-
---
1+
# Anatomy of a Test
2+
3+
Tests in the topotato framework are structured into different sections that collectively define the test's behavior, topology, and configurations. This document provides an overview of these sections and their components.
4+
55

66
### Header
77

@@ -50,7 +50,9 @@ def topo1(topo):
5050
# Optional modifier code operating on topo.* here
5151
```
5252

53-
The ASCII diagram visually represents the topology. The function's name `topo1` identifies the topology. Defining multiple topologies in one file is possible, but if complexity grows, **it might be better to split the tests into separate files.**
53+
The ASCII diagram visually represents the topology. The function's name `topo1` identifies the topology. Defining multiple topologies in one file is possible.
54+
55+
<Info>But if complexity grows, it might be better to split the tests into separate files.</Info>
5456

5557
### FRR Configurations
5658

0 commit comments

Comments
 (0)