Skip to content

Commit c70c51a

Browse files
committed
Update tree structure
1 parent 1cbfe36 commit c70c51a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ All the configs can be found in `docusaurus.config.js`.
4646
Create a Markdown file, `example.md`, and place it under the `docs` directory. Any markdown file will render into the site without needing any extra configuration. It will be displayed alphabetically on the sidebar.
4747

4848
```bash
49-
/root # root directory
49+
root
5050
├── docs
5151
│ └── example.md
5252
├── docusaurus.config.js
@@ -60,10 +60,10 @@ Markdown documents can use the Markdown front matter metadata fields, enclosed b
6060
Creating a `example.md` in a sub folder will create a category in the sidebar.
6161

6262
```bash
63-
/root # root directory
63+
root
6464
├── docs
65-
── sub-folder
66-
└── example.md
65+
── sub-folder
66+
└── example.md
6767
```
6868

6969
To change the category name or other category meta data, an optional file `_category_.json` can be created in the respective sub folder.

0 commit comments

Comments
 (0)