Skip to content

Question about the folder structure in the contribution.md file #63

Discussion options

You must be logged in to vote

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

.
├── ...
├── docs                    # Documentation files (alternatively `doc`)
│   ├── TOC.md              # Table of contents
│   ├── faq.md              # Frequently asked questions
│   ├── misc.md             # Miscellaneous informati…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ChinmayMhatre
Comment options

@Ashutosh00710
Comment options

Answer selected by Ashutosh00710
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants