Skip to content

Commit

Permalink
Merge pull request #1249 from Unleash/docusaurusVersionBump
Browse files Browse the repository at this point in the history
Upgrade docusaurus to 2.0.0.beta.14 from beta.9
  • Loading branch information
thomasheartman committed Jan 11, 2022
2 parents ec2d6b6 + 4917287 commit 6944688
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
8 changes: 4 additions & 4 deletions website/docs/addons/addons.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ Unleash Addons allows you to extend Unleash with new functionality. Currently, a

Currently Unleash support the following Addons out of the box:

- [Webhook](./webhook) - A generic way to post messages from Unleash to third party services.
- [Slack](./slack) - Allows Unleash to post updates to Slack.
- [Microsoft Teams](./teams) - Allows Unleash to post updates to Microsoft Teams.
- [Datadog](./datadog) -allows Unleash to post Updates to Datadog when a feature toggle is updated.
- [Webhook](webhook.md) - A generic way to post messages from Unleash to third party services.
- [Slack](slack.md) - Allows Unleash to post updates to Slack.
- [Microsoft Teams](teams.md) - Allows Unleash to post updates to Microsoft Teams.
- [Datadog](datadog.md) -allows Unleash to post Updates to Datadog when a feature toggle is updated.

In future releases we plan to support community built addons.

Expand Down
6 changes: 5 additions & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = {
activeBaseRegex: '(user_guide|sdks|addons|advanced)',
},
{ to: 'deploy/getting_started', label: 'Deploy and manage' },
{ to: 'integrations/integrations', label: 'Integrations' },
{ to: 'integrations', label: 'Integrations' },
{ to: '/api', label: 'API' },
{
href: 'https://www.getunleash.io/plans',
Expand Down Expand Up @@ -147,6 +147,10 @@ module.exports = {
to: '/advanced/toggle_variants',
from: '/toggle_variants',
},
{
to: '/integrations',
from: '/integrations/integrations',
},
],
createRedirects: function(toPath) {
if (
Expand Down
6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "2.0.0-beta.9",
"@docusaurus/plugin-client-redirects": "2.0.0-beta.9",
"@docusaurus/preset-classic": "2.0.0-beta.9",
"@docusaurus/core": "2.0.0-beta.14",
"@docusaurus/plugin-client-redirects": "2.0.0-beta.14",
"@docusaurus/preset-classic": "2.0.0-beta.14",
"@docusaurus/remark-plugin-npm2yarn": "2.0.0-beta.14",
"@mdx-js/react": "1.6.22",
"@svgr/webpack": "6.2.0",
Expand Down

1 comment on commit 6944688

@vercel
Copy link

@vercel vercel bot commented on 6944688 Jan 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.