You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,9 +139,6 @@ module.exports = {
139
139
You can easily add a custom path to your readme by using the `--readme ./path/to/file.md` parameter. If you move a `README.md` inside your source folder, it should resolve it automatically.
140
140
You can set the title by passing it to the `sidebarTree('Mainpage title')` function inside your `./.vuepress/config.js`.
141
141
142
-
Once the README.md has been added, it is no longer overwritten!
143
-
If you want it to be overwritten, set `--rmPattern=./documentation/code/README.md`.
144
-
145
142
## @vuepress comment block
146
143
147
144
You can add custom meta data to your pages by using the `@vuepress` block:
0 commit comments