diff --git a/docs/redirects.yml b/docs/redirects.yml new file mode 100644 index 00000000..8b679bfb --- /dev/null +++ b/docs/redirects.yml @@ -0,0 +1,3 @@ +redirects: + 'reference/ecctl-release-notes.md': '!release-notes/index.md' + 'reference/ecctl-contributing.md': '!reference/index.md' diff --git a/docs/reference/ecctl-contributing.md b/docs/reference/ecctl-contributing.md deleted file mode 100644 index 28f865e8..00000000 --- a/docs/reference/ecctl-contributing.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -mapped_pages: - - https://www.elastic.co/guide/en/ecctl/current/ecctl-contributing.html ---- - -# Contributing [ecctl-contributing] - -If you are interested in becoming a part of this project, take a look at [Contributing to ecctl](https://github.com/elastic/ecctl/blob/master/CONTRIBUTING.md). - diff --git a/docs/reference/ecctl-release-notes.md b/docs/reference/ecctl-release-notes.md deleted file mode 100644 index ad5ab006..00000000 --- a/docs/reference/ecctl-release-notes.md +++ /dev/null @@ -1,54 +0,0 @@ ---- -mapped_pages: - - https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes.html - - https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.14.3.html - - https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.14.2.html - - https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.14.1.html - - https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.14.0.html - - https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.13.0.html - - https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.12.0.html - - https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.11.0.html - - https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.10.0.html - - https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.9.0.html - - https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.8.0.html - - https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.7.0.html - - https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.6.0.html - - https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.5.0.html - - https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.4.0.html - - https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.3.1.html - - https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.3.0.html - - https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.2.0.html - - https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.1.0.html - - https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.0.0.html - - https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.0.0-beta3.html - - https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.0.0-beta2.html - - https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.0.0-beta1.html ---- - -# Release notes [ecctl-release-notes] - -See [](/release-notes/index.md). - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/index.md b/docs/reference/index.md index bb5236d7..2c22a41d 100644 --- a/docs/reference/index.md +++ b/docs/reference/index.md @@ -2,6 +2,7 @@ mapped_pages: - https://www.elastic.co/guide/en/ecctl/current/index.html - https://www.elastic.co/guide/en/ecctl/current/ecctl-overview.html + - https://www.elastic.co/guide/en/ecctl/current/ecctl-contributing.html applies_to: deployment: ess: all @@ -17,3 +18,9 @@ Benefits of ecctl: * Easier to use than the Cloud UI or using the RESTful API directly * Helps you automate the deployment lifecycle * Provides a foundation for integration with other tools + +Stay up to date with the latest changes by reviewing the [ECCTL release notes](/release-notes/index.md). + +## Contributing [ecctl-contributing] + +If you are interested in becoming a part of this project, take a look at [Contributing to ecctl](https://github.com/elastic/ecctl/blob/master/CONTRIBUTING.md). diff --git a/docs/reference/toc.yml b/docs/reference/toc.yml index e3d1a569..ec385aa6 100644 --- a/docs/reference/toc.yml +++ b/docs/reference/toc.yml @@ -154,5 +154,3 @@ toc: - file: ecctl_user_show.md - file: ecctl_user_update.md - file: ecctl_version.md - - file: ecctl-contributing.md - - file: ecctl-release-notes.md