We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7892354 commit 0999dceCopy full SHA for 0999dce
website/src/pages/index.js
@@ -18,7 +18,6 @@ const features = [
18
{ url: 'network-traffic', title: 'Network Traffic' },
19
{ url: 'purchase', title: 'Plans, Purchase & Billing' },
20
{ url: 'organization', title: 'Organization & Roles' },
21
- { url: 'zombie-flags', title: 'Zombie Flags' },
22
{ url: 'news', title: 'News & Product Updates' },
23
{ url: 'faq', title: 'FAQ' },
24
{ url: 'glossary', title: 'Glossary' },
@@ -57,6 +56,7 @@ const features = [
57
56
url: 'advanced/migration-from-launchdarkly',
58
title: 'Migration from LaunchDarkly',
59
},
+ { url: 'zombie-flags', title: 'Zombie Flags' },
60
// { url: 'advanced/config-v2-migration-guide', title: 'Config V2 Migration Guide' },
61
],
62
0 commit comments