Skip to content

Commit

Permalink
docs(guide): route README.md => index
Browse files Browse the repository at this point in the history
  • Loading branch information
ruochuan12 committed Sep 1, 2024
1 parent 6bbf3db commit e8c61ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ The specific mapping rules are as follows:

| file path | route path |
| --------------- | ---------- |
| `README.md` | `/` |
| `index.md` | `/` |
| `/foo.md` | `/foo` |
| `/foo/bar.md` | `/foo/bar` |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ docs

| 文件路径 | 路由路径 |
| --------------- | ---------- |
| `README.md` | `/` |
| `index.md` | `/` |
| `/foo.md` | `/foo` |
| `/foo/bar.md` | `/foo/bar` |
Expand Down

0 comments on commit e8c61ce

Please sign in to comment.