1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00

Update link to product section in Dos nav (#7162)

We updated the website to include a new product page at
https://www.getunleash.io/enterprise-feature-management-platform. The
only product links in the docs are no longer relevant.

<!-- Thanks for creating a PR! To make it easier for reviewers and
everyone else to understand what your changes relate to, please add some
relevant content to the headings below. Feel free to ignore or delete
sections that you don't think are relevant. Thank you! ❤️ -->

## About the changes
<!-- Describe the changes introduced. What are they and why are they
being introduced? Feel free to also add screenshots or steps to view the
changes if they're visual. -->

<!-- Does it close an issue? Multiple? -->
Closes #

<!-- (For internal contributors): Does it relate to an issue on public
roadmap? -->
<!--
Relates to [roadmap](https://github.com/orgs/Unleash/projects/10) item:
#
-->

### Important files
<!-- PRs can contain a lot of changes, but not all changes are equally
important. Where should a reviewer start looking to get an overview of
the changes? Are any files particularly important? -->


## Discussion points
<!-- Anything about the PR you'd like to discuss before it gets merged?
Got any questions or doubts? -->

---------

Co-authored-by: Thomas Heartman <thomas@getunleash.io>
This commit is contained in:
Michael Ferranti 2024-05-27 11:35:02 +02:00 committed by GitHub
parent f518b12b07
commit 2c66a4ace4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,43 +84,9 @@ module.exports = {
html: '<span class="hide-when-active">Docs</span>',
},
{
type: 'dropdown',
type: 'html',
value: '<a href="https://www.getunleash.io/enterprise-feature-management-platform" target="_blank" rel="noopener noreferrer" class="navbar__item navbar__link">Product</a>',
position: 'right',
html: 'Product',
items: [
{
label: 'Feature Management',
to: 'https://www.getunleash.io/feature-management',
},
{
label: 'Unique Architecture',
to: 'https://www.getunleash.io/flexible-platform',
},
{
label: 'Canary release',
to: 'https://www.getunleash.io/segmentation',
},
{
label: 'Security and Performance',
to: 'https://www.getunleash.io/security-and-performance',
},
{
label: 'Simplicity',
to: 'https://www.getunleash.io/simplicity',
},
{
label: 'Flexibility',
to: 'https://www.getunleash.io/flexibility',
},
{
label: 'Transparency',
to: 'https://www.getunleash.io/transparency',
},
{
label: 'Open-Source',
to: 'https://www.getunleash.io/open-source',
},
],
},
{
type: 'html',