Skip to content

Commit

Permalink
Add README to ignoreFiles param
Browse files Browse the repository at this point in the history
Signed-off-by: lucperkins <[email protected]>
  • Loading branch information
lucperkins committed Apr 29, 2019
1 parent d605ae7 commit 3aaab80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ In order to add documentation for a version of etcd, you need to:
```bash
cp -rf /path/to/etcd-io/etcd/Documentation /path/to/etcd-io/website/content/docs/v4.3.2
```
* Remove the `README.md` file from the new directory.

* In the `_index.md` file at the root of the new directory, update the `title` metadata to reflect the new version. The title should read `etcd version <new-version>`.
* Add the version to the `params.versions.all` array in the [`config.toml`](./config.toml) configuration file.
* If the version is meant to be the latest version of etcd, change the `params.versions.latest` parameter to the desired new version.
Expand Down
1 change: 1 addition & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ languageCode = "en-us"
pygmentsCodeFences = true
pygmentsStyle = "fruity"
baseURL = "https://etcd.netlify.com"
ignoreFiles = ["content/docs/v*/README.md"]

[params]
description = "A distributed, reliable key-value store for the most critical data of a distributed system"
Expand Down

0 comments on commit 3aaab80

Please sign in to comment.