From 8c09bf4fe574b28cf72b3488494eca4f3cfd5d02 Mon Sep 17 00:00:00 2001 From: olav Date: Tue, 1 Feb 2022 14:43:34 +0100 Subject: [PATCH 1/5] docs: fix link to addons page --- website/docs/advanced/feature-toggle-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/advanced/feature-toggle-types.md b/website/docs/advanced/feature-toggle-types.md index 1b58fff828e..ad50510fea6 100644 --- a/website/docs/advanced/feature-toggle-types.md +++ b/website/docs/advanced/feature-toggle-types.md @@ -33,7 +33,7 @@ Here's the list of the feature toggle types that Unleash supports together with You can mark feature toggles as `stale`. This is a way to deprecate a feature toggle without removing the active configuration for connected applications. Use this to signal that you should stop using the feature in your applications. Stale toggles will show as stale in the ["technical debt dashboard"](../user_guide/technical_debt). -When you mark a toggle as stale, Unleash will emit an event. You can use [an addon](https://docs.getunleash.io/addons/index) to integrate this with your systems, for instance to post a message in a Slack channel. +When you mark a toggle as stale, Unleash will emit an event. You can use [an addon](/addons) to integrate this with your systems, for instance to post a message in a Slack channel. Additionally, with some extra work, you can also use the `stale` property to: From 1bba30a3de4ac473821b7572bb80d6cddbbcc3ff Mon Sep 17 00:00:00 2001 From: olav Date: Tue, 1 Feb 2022 14:45:31 +0100 Subject: [PATCH 2/5] docs: fix link to getting started page --- website/docs/user_guide/unleash_overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/user_guide/unleash_overview.md b/website/docs/user_guide/unleash_overview.md index d427e266e90..647519237be 100644 --- a/website/docs/user_guide/unleash_overview.md +++ b/website/docs/user_guide/unleash_overview.md @@ -11,7 +11,7 @@ If you want more details you can read about [our unique architecture](https://ww Before you can connect your application to Unleash you need a Unleash server. You have a few options available: 1. **Unleash Open-source** - - [Docker](deploy/getting_started) + - [Docker](../deploy/getting_started) - [Helm Chart](https://github.com/unleash/helm-charts/) - [Click-to-deploy on Heroku](https://www.heroku.com/deploy/?template=https://github.com/Unleash/unleash) 2. **Unleash Enterprise** From 1f6c91b5174205bfd52faede88437d01386cb17a Mon Sep 17 00:00:00 2001 From: olav Date: Tue, 1 Feb 2022 15:52:21 +0100 Subject: [PATCH 3/5] docs: link directly to the markdown file Co-authored-by: Thomas Heartman --- website/docs/advanced/feature-toggle-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/advanced/feature-toggle-types.md b/website/docs/advanced/feature-toggle-types.md index ad50510fea6..22cdd35177f 100644 --- a/website/docs/advanced/feature-toggle-types.md +++ b/website/docs/advanced/feature-toggle-types.md @@ -33,7 +33,7 @@ Here's the list of the feature toggle types that Unleash supports together with You can mark feature toggles as `stale`. This is a way to deprecate a feature toggle without removing the active configuration for connected applications. Use this to signal that you should stop using the feature in your applications. Stale toggles will show as stale in the ["technical debt dashboard"](../user_guide/technical_debt). -When you mark a toggle as stale, Unleash will emit an event. You can use [an addon](/addons) to integrate this with your systems, for instance to post a message in a Slack channel. +When you mark a toggle as stale, Unleash will emit an event. You can use [an addon](../addons/addons.md) to integrate this with your systems, for instance to post a message in a Slack channel. Additionally, with some extra work, you can also use the `stale` property to: From e7a1bd86a48c44774e4926700735289a06cf03ed Mon Sep 17 00:00:00 2001 From: olav Date: Tue, 1 Feb 2022 15:53:16 +0100 Subject: [PATCH 4/5] docs: link directly to the markdown file Co-authored-by: Thomas Heartman --- website/docs/user_guide/unleash_overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/user_guide/unleash_overview.md b/website/docs/user_guide/unleash_overview.md index 647519237be..dca70927e5e 100644 --- a/website/docs/user_guide/unleash_overview.md +++ b/website/docs/user_guide/unleash_overview.md @@ -11,7 +11,7 @@ If you want more details you can read about [our unique architecture](https://ww Before you can connect your application to Unleash you need a Unleash server. You have a few options available: 1. **Unleash Open-source** - - [Docker](../deploy/getting_started) + - [Docker](../deploy/getting_started.md) - [Helm Chart](https://github.com/unleash/helm-charts/) - [Click-to-deploy on Heroku](https://www.heroku.com/deploy/?template=https://github.com/Unleash/unleash) 2. **Unleash Enterprise** From 73bd6a0bc4c6da06e054133ca6dcf4624d241e54 Mon Sep 17 00:00:00 2001 From: olav Date: Tue, 1 Feb 2022 16:00:56 +0100 Subject: [PATCH 5/5] docs: fix markdown file name --- website/docs/user_guide/unleash_overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/user_guide/unleash_overview.md b/website/docs/user_guide/unleash_overview.md index dca70927e5e..5da492407c9 100644 --- a/website/docs/user_guide/unleash_overview.md +++ b/website/docs/user_guide/unleash_overview.md @@ -11,7 +11,7 @@ If you want more details you can read about [our unique architecture](https://ww Before you can connect your application to Unleash you need a Unleash server. You have a few options available: 1. **Unleash Open-source** - - [Docker](../deploy/getting_started.md) + - [Docker](../deploy/getting-started.md) - [Helm Chart](https://github.com/unleash/helm-charts/) - [Click-to-deploy on Heroku](https://www.heroku.com/deploy/?template=https://github.com/Unleash/unleash) 2. **Unleash Enterprise**