From 5340d78355f9e03bf60efe11ef4af5df92f9a6f3 Mon Sep 17 00:00:00 2001 From: ph1p Date: Fri, 3 Sep 2021 12:07:53 +0200 Subject: [PATCH] docs(readme): update explanation about readme --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 9c8f19c..d32b22c 100644 --- a/README.md +++ b/README.md @@ -139,9 +139,6 @@ module.exports = { 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. You can set the title by passing it to the `sidebarTree('Mainpage title')` function inside your `./.vuepress/config.js`. -Once the README.md has been added, it is no longer overwritten! -If you want it to be overwritten, set `--rmPattern=./documentation/code/README.md`. - ## @vuepress comment block You can add custom meta data to your pages by using the `@vuepress` block: