summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2017-05-16 23:32:06 +0000
committerClement Ho <clemmakesapps@gmail.com>2017-05-16 23:32:06 +0000
commit39baadbd017a1e36cf95b0ad1a503015bd5e562f (patch)
tree566c6af831efd6ddba553591860f7e86f11a0c4a
parent83aa0235ab54d27bbdfaa26185a064c154fa676c (diff)
parent1f9c701cc20e2baf45f2e4aa987afd243e6097ab (diff)
downloadgitlab-ce-39baadbd017a1e36cf95b0ad1a503015bd5e562f.tar.gz
Merge branch 'fe_guide-index-ascii-tree' into 'master' 22306-can-t-disable-project-services-trigger-or-unset-defined-channel-name-via-api
Update fe_guide/index.md to use readable ascii tree Closes #31330 See merge request !11423
-rw-r--r--doc/development/fe_guide/index.md14
1 files changed, 5 insertions, 9 deletions
diff --git a/doc/development/fe_guide/index.md b/doc/development/fe_guide/index.md
index a08694fb66a..64bcb4a0257 100644
--- a/doc/development/fe_guide/index.md
+++ b/doc/development/fe_guide/index.md
@@ -45,15 +45,11 @@ should be `new-feature`.
branch from `new-feature`, let's call it `new-feature-step-2` and repeat the process done before.
```shell
-* master
-|\
-| * new-feature
-| |\
-| | * new-feature-step-1
-| |\
-| | * new-feature-step-2
-| |\
-| | * new-feature-step-3
+master
+└─ new-feature
+ ├─ new-feature-step-1
+ ├─ new-feature-step-2
+ └─ new-feature-step-3
```
**Tips**