Skip to content

Commit

Permalink
Update root directory name, reviewed by @ulivz
Browse files Browse the repository at this point in the history
  • Loading branch information
eigan committed Jun 8, 2018
1 parent c7de9f8 commit 1b19669
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/guide/basic-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Without any configuration, the page is pretty minimal, and the user has no way to navigate around the site. To customize your site, let's first create a `.vuepress` directory inside your docs directory. This is where all VuePress-specific files will be placed in. Your project structure is probably like this:

```
.
cwd
├─ docs
│ ├─ README.md
│ └─ .vuepress
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/i18n.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
To leverage multi-language support in VuePress, you first need to use the following file structure:

```
.
docs
├─ README.md
├─ foo.md
├─ nested
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/guide/basic-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
如果没有任何配置,这个网站将会是非常局限的,用户也无法在你的网站上自由导航。为了更好地自定义你的网站,让我们首先在你的文档目录下创建一个 `.vuepress` 目录,所有 VuePress 相关的文件都将会被放在这里。你的项目结构可能是这样:

```
.
cwd
├─ docs
│ ├─ README.md
│ └─ .vuepress
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/guide/i18n.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
要启用 VuePress 的多语言支持,首先需要使用如下的文件结构:

```
.
docs
├─ README.md
├─ foo.md
├─ nested
Expand Down

0 comments on commit 1b19669

Please sign in to comment.