Skip to content

Commit 39baadb

Browse files
committed
Merge branch 'fe_guide-index-ascii-tree' into 'master'
Update fe_guide/index.md to use readable ascii tree Closes #31330 See merge request !11423
2 parents 83aa023 + 1f9c701 commit 39baadb

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

doc/development/fe_guide/index.md

+5-9
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,11 @@ should be `new-feature`.
4545
branch from `new-feature`, let's call it `new-feature-step-2` and repeat the process done before.
4646

4747
```shell
48-
* master
49-
|\
50-
| * new-feature
51-
| |\
52-
| | * new-feature-step-1
53-
| |\
54-
| | * new-feature-step-2
55-
| |\
56-
| | * new-feature-step-3
48+
master
49+
└─ new-feature
50+
├─ new-feature-step-1
51+
├─ new-feature-step-2
52+
└─ new-feature-step-3
5753
```
5854

5955
**Tips**

0 commit comments

Comments
 (0)