mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-03 01:18:43 +02:00
docs: move addons and (most) api docs to reference
This commit is contained in:
parent
19eea8b3a2
commit
4f0fa7cfd2
@ -13,10 +13,42 @@ module.exports = {
|
|||||||
documentation: [
|
documentation: [
|
||||||
'user_guide/index',
|
'user_guide/index',
|
||||||
{
|
{
|
||||||
Tutorials: ['user_guide/index'],
|
Tutorials: [],
|
||||||
'Reference documentation': ['user_guide/index'],
|
'Reference documentation': [
|
||||||
|
{
|
||||||
|
type: 'category',
|
||||||
|
link: { type: 'doc', id: 'addons/index' },
|
||||||
|
items: [
|
||||||
|
'addons/webhook',
|
||||||
|
'addons/slack',
|
||||||
|
'addons/teams',
|
||||||
|
'addons/datadog',
|
||||||
|
],
|
||||||
|
label: 'Addons',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'Admin API': [
|
||||||
|
'api/admin/features',
|
||||||
|
'api/admin/projects',
|
||||||
|
'api/admin/feature-toggles-v2',
|
||||||
|
'api/admin/features-archive',
|
||||||
|
'api/admin/strategies',
|
||||||
|
'api/admin/metrics',
|
||||||
|
'api/admin/events',
|
||||||
|
'api/admin/state',
|
||||||
|
'api/admin/feature-types',
|
||||||
|
'api/admin/addons',
|
||||||
|
'api/admin/context',
|
||||||
|
'api/admin/user-admin',
|
||||||
|
],
|
||||||
|
'Client SDK API': [
|
||||||
|
'api/client/features',
|
||||||
|
'api/client/register',
|
||||||
|
'api/client/metrics',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
'Getting started': [
|
'Getting started': [
|
||||||
'user_guide/index',
|
|
||||||
'user_guide/quickstart',
|
'user_guide/quickstart',
|
||||||
'user_guide/important-concepts',
|
'user_guide/important-concepts',
|
||||||
'user_guide/v4-whats-new',
|
'user_guide/v4-whats-new',
|
||||||
@ -51,13 +83,6 @@ module.exports = {
|
|||||||
href: '/sdks#community-sdks',
|
href: '/sdks#community-sdks',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
Addons: [
|
|
||||||
'addons/index',
|
|
||||||
'addons/webhook',
|
|
||||||
'addons/slack',
|
|
||||||
'addons/teams',
|
|
||||||
'addons/datadog',
|
|
||||||
],
|
|
||||||
Advanced: [
|
Advanced: [
|
||||||
'advanced/strategy_constraints',
|
'advanced/strategy_constraints',
|
||||||
'advanced/custom_activation_strategy',
|
'advanced/custom_activation_strategy',
|
||||||
@ -89,25 +114,6 @@ module.exports = {
|
|||||||
'api/internal/health',
|
'api/internal/health',
|
||||||
'api/open_api',
|
'api/open_api',
|
||||||
],
|
],
|
||||||
'Admin API': [
|
|
||||||
'api/admin/features',
|
|
||||||
'api/admin/projects',
|
|
||||||
'api/admin/feature-toggles-v2',
|
|
||||||
'api/admin/features-archive',
|
|
||||||
'api/admin/strategies',
|
|
||||||
'api/admin/metrics',
|
|
||||||
'api/admin/events',
|
|
||||||
'api/admin/state',
|
|
||||||
'api/admin/feature-types',
|
|
||||||
'api/admin/addons',
|
|
||||||
'api/admin/context',
|
|
||||||
'api/admin/user-admin',
|
|
||||||
],
|
|
||||||
'Client SDK API': [
|
|
||||||
'api/client/features',
|
|
||||||
'api/client/register',
|
|
||||||
'api/client/metrics',
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
'Deploy and manage': {
|
'Deploy and manage': {
|
||||||
'Deploy & configure': [
|
'Deploy & configure': [
|
||||||
|
Loading…
Reference in New Issue
Block a user