Question about the folder structure in the contribution.md file #63
-
Could you tell me how did you make the folder structure in the contribution.md file . I am unable to find the symbols used in the section . Would appreciate it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I got these symbols to build the folder structure from here (I used the one mentioned in the You can copy from there and paste it inside this ```md You will see the result like this .
├── ...
├── docs # Documentation files (alternatively `doc`)
│ ├── TOC.md # Table of contents
│ ├── faq.md # Frequently asked questions
│ ├── misc.md # Miscellaneous information
│ ├── usage.md # Getting started guide
│ └── ... # etc.
└── ... |
Beta Was this translation helpful? Give feedback.
I got these symbols to build the folder structure from here (I used the one mentioned in the
Documentation Files
Section)You can copy from there and paste it inside this
```md
.
├── ...
├── docs # Documentation files (alternatively
doc
)│ ├── TOC.md # Table of contents
│ ├── faq.md # Frequently asked questions
│ ├── misc.md # Miscellaneous information
│ ├── usage.md # Getting started guide
│ └── ... # etc.
└── ...
```
You will see the result like this