From b0b6f9ff2a2d8bfaa2db083ecaafbf2d2392ad16 Mon Sep 17 00:00:00 2001 From: hmsayem Date: Tue, 12 Apr 2022 15:36:45 +0600 Subject: [PATCH] Rename how-to-troubleshooot Signed-off-by: hmsayem --- docs/README.md | 2 +- docs/guides/README.md | 2 +- .../{how-to-troubleshooot => how-to-troubleshoot}/index.md | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename docs/guides/troubleshooting/{how-to-troubleshooot => how-to-troubleshoot}/index.md (100%) diff --git a/docs/README.md b/docs/README.md index d3f0a13d..0e76f4b2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -71,7 +71,7 @@ Shows different uses cases of Stash like instant backup, pause backup, cross-nam - [Monitoring](/docs/guides/monitoring/overview/index.md): Shows how Prometheus monitoring works with Stash, what metrics Stash exports, and how to enable monitoring. - [Hooks](/docs/guides/hooks/overview.md): Shows how to execute different actions before/after the backup/restore process. - [CLI](/docs/guides/cli/cli.md): Shows how to manage Stash objects quickly and easily using Stash `kubectl` plugin. -- [Troubleshooting](/docs/guides/troubleshooting/how-to-troubleshooot/index.md): Gives an overview of how you can gather the necessary information to identify the issue that causes the backup/restore failure. +- [Troubleshooting](/docs/guides/troubleshooting/how-to-troubleshoot/index.md): Gives an overview of how you can gather the necessary information to identify the issue that causes the backup/restore failure. - [Security](/docs/guides/security/rbac.md): Describes different built-in cluster security support by Stash. We're always looking for help improving our documentation, so please don't hesitate to [file an issue](https://github.com/stashed/project/issues/new) if you see some problem. diff --git a/docs/guides/README.md b/docs/guides/README.md index 3eed6840..4d441236 100644 --- a/docs/guides/README.md +++ b/docs/guides/README.md @@ -41,5 +41,5 @@ Shows different uses cases of Stash like instant backup, pause backup, cross-nam - [Monitoring](/docs/guides/monitoring/overview/index.md): Shows how Prometheus monitoring works with Stash, what metrics Stash exports, and how to enable monitoring. - [Hooks](/docs/guides/hooks/overview.md): Shows how to execute different actions before/after the backup/restore process. - [CLI](/docs/guides/cli/cli.md): Shows how to manage Stash objects quickly and easily using Stash `kubectl` plugin. -- [Troubleshooting](/docs/guides/troubleshooting/how-to-troubleshooot/index.md): Gives an overview of how you can gather the necessary information to identify the issue that causes the backup/restore failure. +- [Troubleshooting](/docs/guides/troubleshooting/how-to-troubleshoot/index.md): Gives an overview of how you can gather the necessary information to identify the issue that causes the backup/restore failure. - [Security](/docs/guides/security/rbac.md): Describes different built-in cluster security support by Stash. diff --git a/docs/guides/troubleshooting/how-to-troubleshooot/index.md b/docs/guides/troubleshooting/how-to-troubleshoot/index.md similarity index 100% rename from docs/guides/troubleshooting/how-to-troubleshooot/index.md rename to docs/guides/troubleshooting/how-to-troubleshoot/index.md