From a8a8ff81a07d49289e38b24815359f0f2c043805 Mon Sep 17 00:00:00 2001 From: gpresland Date: Sat, 4 Mar 2017 00:24:28 -0500 Subject: [PATCH] Update dictory structure in more-pages.md Cleaner unicode structure. --- docs/more-pages.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/more-pages.md b/docs/more-pages.md index 818041a1f..706866871 100644 --- a/docs/more-pages.md +++ b/docs/more-pages.md @@ -5,12 +5,13 @@ If you need more pages, you can simply create more markdown files in your docsif For example, the directory structure is as follows: ```text --| docs/ - -| README.md - -| guide.md - -| zh-cn/ - -| README.md - -| guide.md +. +├── docs +| └── README.md +| └── guide.md +| └── zh-cn +| └──README.md +| └──guide.md ``` Matching routes @@ -67,4 +68,4 @@ A custom sidebar can also automatically generate a table of contents by setting } -``` \ No newline at end of file +```