Skip to content

Commit

Permalink
readme: add example dir structure
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Jun 12, 2016
1 parent 05c03ab commit 692aca9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,23 @@ main file describing this directory.
The navigation sidebar will show all the sub directories and files in
the same directory as the viewed file.

Example structure:

```
./
├── README.md
├── Code.md
├── Double Escape.md
├── File-with-Dashes.md
├── Folder
│   └── File.md
└── Another Folder
├── README.md
├── Headings.md
├── Images.md
└── Lists.md
```



---
Expand Down

0 comments on commit 692aca9

Please sign in to comment.