mirror of
https://github.com/twentyhq/twenty.git
synced 2026-04-19 22:39:30 -04:00
Created by Github action --------- Co-authored-by: Abdul Rahman <ar5438376@gmail.com> Co-authored-by: Crowdin Bot <support+bot@crowdin.com> Co-authored-by: github-actions <github-actions@twenty.com> Co-authored-by: Charles Bochet <charles@twenty.com>
3344 lines
138 KiB
JSON
3344 lines
138 KiB
JSON
{
|
||
"$schema": "https://mintlify.com/schema.json",
|
||
"name": "Twenty Documentation",
|
||
"theme": "almond",
|
||
"logo": {
|
||
"light": "/logo.svg",
|
||
"dark": "/logo.svg"
|
||
},
|
||
"favicon": "/favicon.png",
|
||
"colors": {
|
||
"primary": "#141414",
|
||
"light": "#fafafa",
|
||
"dark": "#141414"
|
||
},
|
||
"interaction": {
|
||
"drilldown": false
|
||
},
|
||
"navbar": {
|
||
"primary": {
|
||
"type": "button",
|
||
"label": "Get Started",
|
||
"href": "https://app.twenty.com/welcome"
|
||
}
|
||
},
|
||
"styling": {
|
||
"eyebrows": "breadcrumbs"
|
||
},
|
||
"navigation": {
|
||
"languages": [
|
||
{
|
||
"language": "en",
|
||
"tabs": [
|
||
{
|
||
"tab": "User Guide",
|
||
"groups": [
|
||
{
|
||
"group": "Getting Started",
|
||
"icon": "rocket",
|
||
"pages": [
|
||
"user-guide/introduction",
|
||
"user-guide/getting-started/what-is-twenty",
|
||
"user-guide/getting-started/create-workspace",
|
||
"user-guide/getting-started/getting-around-twenty",
|
||
"user-guide/getting-started/configure-your-workspace",
|
||
"user-guide/getting-started/implementation-services",
|
||
"user-guide/getting-started/migrating-from-other-crms",
|
||
"user-guide/getting-started/import-export-data"
|
||
]
|
||
},
|
||
{
|
||
"group": "Data Model",
|
||
"icon": "database",
|
||
"pages": [
|
||
"user-guide/data-model/customize-your-data-model",
|
||
"user-guide/data-model/objects",
|
||
"user-guide/data-model/fields",
|
||
"user-guide/data-model/creating-records",
|
||
"user-guide/data-model/relation-fields",
|
||
"user-guide/data-model/data-model-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "CRM Essentials",
|
||
"icon": "users",
|
||
"pages": [
|
||
"user-guide/crm-essentials/contact-and-account-management",
|
||
"user-guide/crm-essentials/pipeline",
|
||
"user-guide/crm-essentials/view-management",
|
||
"user-guide/crm-essentials/sales-use-cases"
|
||
]
|
||
},
|
||
{
|
||
"group": "Views",
|
||
"icon": "table",
|
||
"pages": [
|
||
"user-guide/views/kanban-views",
|
||
"user-guide/views/views-sort-filter"
|
||
]
|
||
},
|
||
{
|
||
"group": "Workflows",
|
||
"icon": "bolt",
|
||
"pages": [
|
||
"user-guide/workflows/getting-started-workflows",
|
||
"user-guide/workflows/workflow-features",
|
||
"user-guide/workflows/internal-automations",
|
||
"user-guide/workflows/external-tool-integration",
|
||
"user-guide/workflows/workflow-troubleshooting",
|
||
"user-guide/workflows/workflow-credits",
|
||
"user-guide/workflows/professional-services"
|
||
]
|
||
},
|
||
{
|
||
"group": "Collaboration",
|
||
"icon": "envelope",
|
||
"pages": [
|
||
"user-guide/collaboration/emails-and-calendars",
|
||
"user-guide/collaboration/notes",
|
||
"user-guide/collaboration/tasks"
|
||
]
|
||
},
|
||
{
|
||
"group": "Integrations & API",
|
||
"icon": "plug",
|
||
"pages": [
|
||
"user-guide/integrations-api/apis-overview",
|
||
"user-guide/integrations-api/api-webhooks",
|
||
"user-guide/integrations-api/integrations"
|
||
]
|
||
},
|
||
{
|
||
"group": "Reporting",
|
||
"icon": "chart-bar",
|
||
"pages": [
|
||
"user-guide/reporting/reporting-overview"
|
||
]
|
||
},
|
||
{
|
||
"group": "Settings",
|
||
"icon": "gear",
|
||
"pages": [
|
||
"user-guide/settings/profile-settings",
|
||
"user-guide/settings/experience-settings",
|
||
"user-guide/settings/email-calendar-setup",
|
||
"user-guide/settings/workspace-settings",
|
||
"user-guide/settings/member-management",
|
||
"user-guide/settings/permissions",
|
||
"user-guide/settings/domains-settings",
|
||
"user-guide/settings/releases-settings",
|
||
"user-guide/settings/settings-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "Pricing",
|
||
"icon": "credit-card",
|
||
"pages": [
|
||
"user-guide/pricing/billing-and-pricing-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "Resources",
|
||
"icon": "book-open",
|
||
"pages": [
|
||
"user-guide/resources/glossary",
|
||
"user-guide/resources/github"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"tab": "Developers",
|
||
"groups": [
|
||
{
|
||
"group": "Developers",
|
||
"pages": []
|
||
},
|
||
{
|
||
"group": "Getting Started",
|
||
"icon": "rocket",
|
||
"pages": [
|
||
"developers/introduction",
|
||
"developers/local-setup",
|
||
{
|
||
"group": "Self-Hosting",
|
||
"pages": [
|
||
"developers/self-hosting/docker-compose",
|
||
"developers/self-hosting/setup",
|
||
"developers/self-hosting/upgrade-guide",
|
||
"developers/self-hosting/cloud-providers",
|
||
"developers/self-hosting/troubleshooting"
|
||
]
|
||
},
|
||
{
|
||
"group": "API and Webhooks",
|
||
"pages": [
|
||
"developers/api-and-webhooks/api",
|
||
"developers/api-and-webhooks/webhooks"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"group": "Contributing",
|
||
"icon": "code-branch",
|
||
"pages": [
|
||
"developers/bug-and-requests",
|
||
{
|
||
"group": "Frontend Development",
|
||
"pages": [
|
||
"developers/frontend-development/storybook",
|
||
{
|
||
"group": "Twenty UI",
|
||
"pages": [
|
||
"twenty-ui/introduction",
|
||
{
|
||
"group": "Display",
|
||
"pages": [
|
||
"twenty-ui/display/checkmark",
|
||
"twenty-ui/display/chip",
|
||
"twenty-ui/display/icons",
|
||
"twenty-ui/display/soon-pill",
|
||
"twenty-ui/display/tag",
|
||
"twenty-ui/display/app-tooltip"
|
||
]
|
||
},
|
||
{
|
||
"group": "Feedback",
|
||
"pages": [
|
||
"twenty-ui/progress-bar"
|
||
]
|
||
},
|
||
{
|
||
"group": "Input",
|
||
"pages": [
|
||
"twenty-ui/input/buttons",
|
||
"twenty-ui/input/color-scheme",
|
||
"twenty-ui/input/text",
|
||
"twenty-ui/input/checkbox",
|
||
"twenty-ui/input/icon-picker",
|
||
"twenty-ui/input/image-input",
|
||
"twenty-ui/input/radio",
|
||
"twenty-ui/input/select",
|
||
"twenty-ui/input/toggle",
|
||
"twenty-ui/input/block-editor"
|
||
]
|
||
},
|
||
{
|
||
"group": "Navigation",
|
||
"pages": [
|
||
"twenty-ui/navigation",
|
||
"twenty-ui/navigation/breadcrumb",
|
||
"twenty-ui/navigation/links",
|
||
"twenty-ui/navigation/menu-item",
|
||
"twenty-ui/navigation/navigation-bar",
|
||
"twenty-ui/navigation/step-bar"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"developers/frontend-development/frontend-commands",
|
||
"developers/frontend-development/work-with-figma",
|
||
"developers/frontend-development/best-practices-front",
|
||
"developers/frontend-development/style-guide",
|
||
"developers/frontend-development/folder-architecture-front",
|
||
"developers/frontend-development/hotkeys"
|
||
]
|
||
},
|
||
{
|
||
"group": "Backend Development",
|
||
"pages": [
|
||
"developers/backend-development/server-commands",
|
||
"developers/backend-development/feature-flags",
|
||
"developers/backend-development/folder-architecture-server",
|
||
"developers/backend-development/zapier",
|
||
"developers/backend-development/best-practices-server",
|
||
"developers/backend-development/custom-objects",
|
||
"developers/backend-development/queue"
|
||
]
|
||
}
|
||
]
|
||
}
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"language": "fr",
|
||
"tabs": [
|
||
{
|
||
"tab": "Guide de l'utilisateur",
|
||
"groups": [
|
||
{
|
||
"group": "Commencer",
|
||
"icon": "rocket",
|
||
"pages": [
|
||
"l/fr/user-guide/introduction",
|
||
"l/fr/user-guide/getting-started/what-is-twenty",
|
||
"l/fr/user-guide/getting-started/create-workspace",
|
||
"l/fr/user-guide/getting-started/getting-around-twenty",
|
||
"l/fr/user-guide/getting-started/configure-your-workspace",
|
||
"l/fr/user-guide/getting-started/implementation-services",
|
||
"l/fr/user-guide/getting-started/migrating-from-other-crms",
|
||
"l/fr/user-guide/getting-started/import-export-data"
|
||
]
|
||
},
|
||
{
|
||
"group": "Modèle de données",
|
||
"icon": "database",
|
||
"pages": [
|
||
"l/fr/user-guide/data-model/customize-your-data-model",
|
||
"l/fr/user-guide/data-model/objects",
|
||
"l/fr/user-guide/data-model/fields",
|
||
"l/fr/user-guide/data-model/creating-records",
|
||
"l/fr/user-guide/data-model/relation-fields",
|
||
"l/fr/user-guide/data-model/data-model-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "Essentiels du CRM",
|
||
"icon": "users",
|
||
"pages": [
|
||
"l/fr/user-guide/crm-essentials/contact-and-account-management",
|
||
"l/fr/user-guide/crm-essentials/pipeline",
|
||
"l/fr/user-guide/crm-essentials/view-management",
|
||
"l/fr/user-guide/crm-essentials/sales-use-cases"
|
||
]
|
||
},
|
||
{
|
||
"group": "Vues",
|
||
"icon": "table",
|
||
"pages": [
|
||
"l/fr/user-guide/views/kanban-views",
|
||
"l/fr/user-guide/views/views-sort-filter"
|
||
]
|
||
},
|
||
{
|
||
"group": "Flux de travail",
|
||
"icon": "bolt",
|
||
"pages": [
|
||
"l/fr/user-guide/workflows/getting-started-workflows",
|
||
"l/fr/user-guide/workflows/workflow-features",
|
||
"l/fr/user-guide/workflows/internal-automations",
|
||
"l/fr/user-guide/workflows/external-tool-integration",
|
||
"l/fr/user-guide/workflows/workflow-troubleshooting",
|
||
"l/fr/user-guide/workflows/workflow-credits",
|
||
"l/fr/user-guide/workflows/professional-services"
|
||
]
|
||
},
|
||
{
|
||
"group": "Collaboration",
|
||
"icon": "envelope",
|
||
"pages": [
|
||
"l/fr/user-guide/collaboration/emails-and-calendars",
|
||
"l/fr/user-guide/collaboration/notes",
|
||
"l/fr/user-guide/collaboration/tasks"
|
||
]
|
||
},
|
||
{
|
||
"group": "Intégrations & API",
|
||
"icon": "plug",
|
||
"pages": [
|
||
"l/fr/user-guide/integrations-api/apis-overview",
|
||
"l/fr/user-guide/integrations-api/api-webhooks",
|
||
"l/fr/user-guide/integrations-api/integrations"
|
||
]
|
||
},
|
||
{
|
||
"group": "Rapports",
|
||
"icon": "chart-bar",
|
||
"pages": [
|
||
"l/fr/user-guide/reporting/reporting-overview"
|
||
]
|
||
},
|
||
{
|
||
"group": "Paramètres",
|
||
"icon": "gear",
|
||
"pages": [
|
||
"l/fr/user-guide/settings/profile-settings",
|
||
"l/fr/user-guide/settings/experience-settings",
|
||
"l/fr/user-guide/settings/email-calendar-setup",
|
||
"l/fr/user-guide/settings/workspace-settings",
|
||
"l/fr/user-guide/settings/member-management",
|
||
"l/fr/user-guide/settings/permissions",
|
||
"l/fr/user-guide/settings/domains-settings",
|
||
"l/fr/user-guide/settings/releases-settings",
|
||
"l/fr/user-guide/settings/settings-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "Tarifs",
|
||
"icon": "credit-card",
|
||
"pages": [
|
||
"l/fr/user-guide/pricing/billing-and-pricing-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "Ressources",
|
||
"icon": "book-open",
|
||
"pages": [
|
||
"l/fr/user-guide/resources/glossary",
|
||
"l/fr/user-guide/resources/github"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"tab": "Développeurs",
|
||
"groups": [
|
||
{
|
||
"group": "Développeurs",
|
||
"pages": []
|
||
},
|
||
{
|
||
"group": "Commencer",
|
||
"icon": "rocket",
|
||
"pages": [
|
||
"l/fr/developers/introduction",
|
||
"l/fr/developers/local-setup",
|
||
{
|
||
"group": "Auto-hébergement",
|
||
"pages": [
|
||
"l/fr/developers/self-hosting/docker-compose",
|
||
"l/fr/developers/self-hosting/setup",
|
||
"l/fr/developers/self-hosting/upgrade-guide",
|
||
"l/fr/developers/self-hosting/cloud-providers",
|
||
"l/fr/developers/self-hosting/troubleshooting"
|
||
]
|
||
},
|
||
{
|
||
"group": "API et webhooks",
|
||
"pages": [
|
||
"l/fr/developers/api-and-webhooks/api",
|
||
"l/fr/developers/api-and-webhooks/webhooks"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"group": "Contribuer",
|
||
"icon": "code-branch",
|
||
"pages": [
|
||
"l/fr/developers/bug-and-requests",
|
||
{
|
||
"group": "Développement du frontend",
|
||
"pages": [
|
||
"l/fr/developers/frontend-development/storybook",
|
||
{
|
||
"group": "Twenty UI",
|
||
"pages": [
|
||
"l/fr/twenty-ui/introduction",
|
||
{
|
||
"group": "Afficher",
|
||
"pages": [
|
||
"l/fr/twenty-ui/display/checkmark",
|
||
"l/fr/twenty-ui/display/chip",
|
||
"l/fr/twenty-ui/display/icons",
|
||
"l/fr/twenty-ui/display/soon-pill",
|
||
"l/fr/twenty-ui/display/tag",
|
||
"l/fr/twenty-ui/display/app-tooltip"
|
||
]
|
||
},
|
||
{
|
||
"group": "Vos commentaires",
|
||
"pages": [
|
||
"l/fr/twenty-ui/progress-bar"
|
||
]
|
||
},
|
||
{
|
||
"group": "Input",
|
||
"pages": [
|
||
"l/fr/twenty-ui/input/buttons",
|
||
"l/fr/twenty-ui/input/color-scheme",
|
||
"l/fr/twenty-ui/input/text",
|
||
"l/fr/twenty-ui/input/checkbox",
|
||
"l/fr/twenty-ui/input/icon-picker",
|
||
"l/fr/twenty-ui/input/image-input",
|
||
"l/fr/twenty-ui/input/radio",
|
||
"l/fr/twenty-ui/input/select",
|
||
"l/fr/twenty-ui/input/toggle",
|
||
"l/fr/twenty-ui/input/block-editor"
|
||
]
|
||
},
|
||
{
|
||
"group": "Navigation",
|
||
"pages": [
|
||
"l/fr/twenty-ui/navigation",
|
||
"l/fr/twenty-ui/navigation/breadcrumb",
|
||
"l/fr/twenty-ui/navigation/links",
|
||
"l/fr/twenty-ui/navigation/menu-item",
|
||
"l/fr/twenty-ui/navigation/navigation-bar",
|
||
"l/fr/twenty-ui/navigation/step-bar"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"l/fr/developers/frontend-development/frontend-commands",
|
||
"l/fr/developers/frontend-development/work-with-figma",
|
||
"l/fr/developers/frontend-development/best-practices-front",
|
||
"l/fr/developers/frontend-development/style-guide",
|
||
"l/fr/developers/frontend-development/folder-architecture-front",
|
||
"l/fr/developers/frontend-development/hotkeys"
|
||
]
|
||
},
|
||
{
|
||
"group": "Développement du backend",
|
||
"pages": [
|
||
"l/fr/developers/backend-development/server-commands",
|
||
"l/fr/developers/backend-development/feature-flags",
|
||
"l/fr/developers/backend-development/folder-architecture-server",
|
||
"l/fr/developers/backend-development/zapier",
|
||
"l/fr/developers/backend-development/best-practices-server",
|
||
"l/fr/developers/backend-development/custom-objects",
|
||
"l/fr/developers/backend-development/queue"
|
||
]
|
||
}
|
||
]
|
||
}
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"language": "ar",
|
||
"tabs": [
|
||
{
|
||
"tab": "دليل المستخدم",
|
||
"groups": [
|
||
{
|
||
"group": "البدء",
|
||
"icon": "rocket",
|
||
"pages": [
|
||
"l/ar/user-guide/introduction",
|
||
"l/ar/user-guide/getting-started/what-is-twenty",
|
||
"l/ar/user-guide/getting-started/create-workspace",
|
||
"l/ar/user-guide/getting-started/getting-around-twenty",
|
||
"l/ar/user-guide/getting-started/configure-your-workspace",
|
||
"l/ar/user-guide/getting-started/implementation-services",
|
||
"l/ar/user-guide/getting-started/migrating-from-other-crms",
|
||
"l/ar/user-guide/getting-started/import-export-data"
|
||
]
|
||
},
|
||
{
|
||
"group": "نموذج البيانات",
|
||
"icon": "database",
|
||
"pages": [
|
||
"l/ar/user-guide/data-model/customize-your-data-model",
|
||
"l/ar/user-guide/data-model/objects",
|
||
"l/ar/user-guide/data-model/fields",
|
||
"l/ar/user-guide/data-model/creating-records",
|
||
"l/ar/user-guide/data-model/relation-fields",
|
||
"l/ar/user-guide/data-model/data-model-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "أساسيات CRM",
|
||
"icon": "users",
|
||
"pages": [
|
||
"l/ar/user-guide/crm-essentials/contact-and-account-management",
|
||
"l/ar/user-guide/crm-essentials/pipeline",
|
||
"l/ar/user-guide/crm-essentials/view-management",
|
||
"l/ar/user-guide/crm-essentials/sales-use-cases"
|
||
]
|
||
},
|
||
{
|
||
"group": "العروض",
|
||
"icon": "table",
|
||
"pages": [
|
||
"l/ar/user-guide/views/kanban-views",
|
||
"l/ar/user-guide/views/views-sort-filter"
|
||
]
|
||
},
|
||
{
|
||
"group": "سير العمل",
|
||
"icon": "bolt",
|
||
"pages": [
|
||
"l/ar/user-guide/workflows/getting-started-workflows",
|
||
"l/ar/user-guide/workflows/workflow-features",
|
||
"l/ar/user-guide/workflows/internal-automations",
|
||
"l/ar/user-guide/workflows/external-tool-integration",
|
||
"l/ar/user-guide/workflows/workflow-troubleshooting",
|
||
"l/ar/user-guide/workflows/workflow-credits",
|
||
"l/ar/user-guide/workflows/professional-services"
|
||
]
|
||
},
|
||
{
|
||
"group": "التعاون",
|
||
"icon": "envelope",
|
||
"pages": [
|
||
"l/ar/user-guide/collaboration/emails-and-calendars",
|
||
"l/ar/user-guide/collaboration/notes",
|
||
"l/ar/user-guide/collaboration/tasks"
|
||
]
|
||
},
|
||
{
|
||
"group": "التكاملات & API",
|
||
"icon": "plug",
|
||
"pages": [
|
||
"l/ar/user-guide/integrations-api/apis-overview",
|
||
"l/ar/user-guide/integrations-api/api-webhooks",
|
||
"l/ar/user-guide/integrations-api/integrations"
|
||
]
|
||
},
|
||
{
|
||
"group": "التقارير",
|
||
"icon": "chart-bar",
|
||
"pages": [
|
||
"l/ar/user-guide/reporting/reporting-overview"
|
||
]
|
||
},
|
||
{
|
||
"group": "الإعدادات",
|
||
"icon": "gear",
|
||
"pages": [
|
||
"l/ar/user-guide/settings/profile-settings",
|
||
"l/ar/user-guide/settings/experience-settings",
|
||
"l/ar/user-guide/settings/email-calendar-setup",
|
||
"l/ar/user-guide/settings/workspace-settings",
|
||
"l/ar/user-guide/settings/member-management",
|
||
"l/ar/user-guide/settings/permissions",
|
||
"l/ar/user-guide/settings/domains-settings",
|
||
"l/ar/user-guide/settings/releases-settings",
|
||
"l/ar/user-guide/settings/settings-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "التسعير",
|
||
"icon": "credit-card",
|
||
"pages": [
|
||
"l/ar/user-guide/pricing/billing-and-pricing-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "الموارد",
|
||
"icon": "book-open",
|
||
"pages": [
|
||
"l/ar/user-guide/resources/glossary",
|
||
"l/ar/user-guide/resources/github"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"tab": "المطورون",
|
||
"groups": [
|
||
{
|
||
"group": "المطورين",
|
||
"pages": []
|
||
},
|
||
{
|
||
"group": "بدء العمل",
|
||
"icon": "rocket",
|
||
"pages": [
|
||
"l/ar/developers/introduction",
|
||
"l/ar/developers/local-setup",
|
||
{
|
||
"group": "الاستضافة الذاتية",
|
||
"pages": [
|
||
"l/ar/developers/self-hosting/docker-compose",
|
||
"l/ar/developers/self-hosting/setup",
|
||
"l/ar/developers/self-hosting/upgrade-guide",
|
||
"l/ar/developers/self-hosting/cloud-providers",
|
||
"l/ar/developers/self-hosting/troubleshooting"
|
||
]
|
||
},
|
||
{
|
||
"group": "API و Webhooks",
|
||
"pages": [
|
||
"l/ar/developers/api-and-webhooks/api",
|
||
"l/ar/developers/api-and-webhooks/webhooks"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"group": "المساهمة",
|
||
"icon": "code-branch",
|
||
"pages": [
|
||
"l/ar/developers/bug-and-requests",
|
||
{
|
||
"group": "تطوير الواجهة",
|
||
"pages": [
|
||
"l/ar/developers/frontend-development/storybook",
|
||
{
|
||
"group": "Twenty UI",
|
||
"pages": [
|
||
"l/ar/twenty-ui/introduction",
|
||
{
|
||
"group": "عرض",
|
||
"pages": [
|
||
"l/ar/twenty-ui/display/checkmark",
|
||
"l/ar/twenty-ui/display/chip",
|
||
"l/ar/twenty-ui/display/icons",
|
||
"l/ar/twenty-ui/display/soon-pill",
|
||
"l/ar/twenty-ui/display/tag",
|
||
"l/ar/twenty-ui/display/app-tooltip"
|
||
]
|
||
},
|
||
{
|
||
"group": "الملاحظات",
|
||
"pages": [
|
||
"l/ar/twenty-ui/progress-bar"
|
||
]
|
||
},
|
||
{
|
||
"group": "Input",
|
||
"pages": [
|
||
"l/ar/twenty-ui/input/buttons",
|
||
"l/ar/twenty-ui/input/color-scheme",
|
||
"l/ar/twenty-ui/input/text",
|
||
"l/ar/twenty-ui/input/checkbox",
|
||
"l/ar/twenty-ui/input/icon-picker",
|
||
"l/ar/twenty-ui/input/image-input",
|
||
"l/ar/twenty-ui/input/radio",
|
||
"l/ar/twenty-ui/input/select",
|
||
"l/ar/twenty-ui/input/toggle",
|
||
"l/ar/twenty-ui/input/block-editor"
|
||
]
|
||
},
|
||
{
|
||
"group": "Navigation",
|
||
"pages": [
|
||
"l/ar/twenty-ui/navigation",
|
||
"l/ar/twenty-ui/navigation/breadcrumb",
|
||
"l/ar/twenty-ui/navigation/links",
|
||
"l/ar/twenty-ui/navigation/menu-item",
|
||
"l/ar/twenty-ui/navigation/navigation-bar",
|
||
"l/ar/twenty-ui/navigation/step-bar"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"l/ar/developers/frontend-development/frontend-commands",
|
||
"l/ar/developers/frontend-development/work-with-figma",
|
||
"l/ar/developers/frontend-development/best-practices-front",
|
||
"l/ar/developers/frontend-development/style-guide",
|
||
"l/ar/developers/frontend-development/folder-architecture-front",
|
||
"l/ar/developers/frontend-development/hotkeys"
|
||
]
|
||
},
|
||
{
|
||
"group": "تطوير الخلفية",
|
||
"pages": [
|
||
"l/ar/developers/backend-development/server-commands",
|
||
"l/ar/developers/backend-development/feature-flags",
|
||
"l/ar/developers/backend-development/folder-architecture-server",
|
||
"l/ar/developers/backend-development/zapier",
|
||
"l/ar/developers/backend-development/best-practices-server",
|
||
"l/ar/developers/backend-development/custom-objects",
|
||
"l/ar/developers/backend-development/queue"
|
||
]
|
||
}
|
||
]
|
||
}
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"language": "cs",
|
||
"tabs": [
|
||
{
|
||
"tab": "Uživatelská příručka",
|
||
"groups": [
|
||
{
|
||
"group": "Začněme",
|
||
"icon": "rocket",
|
||
"pages": [
|
||
"l/cs/user-guide/introduction",
|
||
"l/cs/user-guide/getting-started/what-is-twenty",
|
||
"l/cs/user-guide/getting-started/create-workspace",
|
||
"l/cs/user-guide/getting-started/getting-around-twenty",
|
||
"l/cs/user-guide/getting-started/configure-your-workspace",
|
||
"l/cs/user-guide/getting-started/implementation-services",
|
||
"l/cs/user-guide/getting-started/migrating-from-other-crms",
|
||
"l/cs/user-guide/getting-started/import-export-data"
|
||
]
|
||
},
|
||
{
|
||
"group": "Datový model",
|
||
"icon": "database",
|
||
"pages": [
|
||
"l/cs/user-guide/data-model/customize-your-data-model",
|
||
"l/cs/user-guide/data-model/objects",
|
||
"l/cs/user-guide/data-model/fields",
|
||
"l/cs/user-guide/data-model/creating-records",
|
||
"l/cs/user-guide/data-model/relation-fields",
|
||
"l/cs/user-guide/data-model/data-model-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "CRM základy",
|
||
"icon": "users",
|
||
"pages": [
|
||
"l/cs/user-guide/crm-essentials/contact-and-account-management",
|
||
"l/cs/user-guide/crm-essentials/pipeline",
|
||
"l/cs/user-guide/crm-essentials/view-management",
|
||
"l/cs/user-guide/crm-essentials/sales-use-cases"
|
||
]
|
||
},
|
||
{
|
||
"group": "Pohledy",
|
||
"icon": "table",
|
||
"pages": [
|
||
"l/cs/user-guide/views/kanban-views",
|
||
"l/cs/user-guide/views/views-sort-filter"
|
||
]
|
||
},
|
||
{
|
||
"group": "Pracovní postupy",
|
||
"icon": "bolt",
|
||
"pages": [
|
||
"l/cs/user-guide/workflows/getting-started-workflows",
|
||
"l/cs/user-guide/workflows/workflow-features",
|
||
"l/cs/user-guide/workflows/internal-automations",
|
||
"l/cs/user-guide/workflows/external-tool-integration",
|
||
"l/cs/user-guide/workflows/workflow-troubleshooting",
|
||
"l/cs/user-guide/workflows/workflow-credits",
|
||
"l/cs/user-guide/workflows/professional-services"
|
||
]
|
||
},
|
||
{
|
||
"group": "Spolupráce",
|
||
"icon": "envelope",
|
||
"pages": [
|
||
"l/cs/user-guide/collaboration/emails-and-calendars",
|
||
"l/cs/user-guide/collaboration/notes",
|
||
"l/cs/user-guide/collaboration/tasks"
|
||
]
|
||
},
|
||
{
|
||
"group": "Integrace & API",
|
||
"icon": "plug",
|
||
"pages": [
|
||
"l/cs/user-guide/integrations-api/apis-overview",
|
||
"l/cs/user-guide/integrations-api/api-webhooks",
|
||
"l/cs/user-guide/integrations-api/integrations"
|
||
]
|
||
},
|
||
{
|
||
"group": "Reportování",
|
||
"icon": "chart-bar",
|
||
"pages": [
|
||
"l/cs/user-guide/reporting/reporting-overview"
|
||
]
|
||
},
|
||
{
|
||
"group": "Nastavení",
|
||
"icon": "gear",
|
||
"pages": [
|
||
"l/cs/user-guide/settings/profile-settings",
|
||
"l/cs/user-guide/settings/experience-settings",
|
||
"l/cs/user-guide/settings/email-calendar-setup",
|
||
"l/cs/user-guide/settings/workspace-settings",
|
||
"l/cs/user-guide/settings/member-management",
|
||
"l/cs/user-guide/settings/permissions",
|
||
"l/cs/user-guide/settings/domains-settings",
|
||
"l/cs/user-guide/settings/releases-settings",
|
||
"l/cs/user-guide/settings/settings-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "Ceny",
|
||
"icon": "credit-card",
|
||
"pages": [
|
||
"l/cs/user-guide/pricing/billing-and-pricing-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "Zdroje",
|
||
"icon": "book-open",
|
||
"pages": [
|
||
"l/cs/user-guide/resources/glossary",
|
||
"l/cs/user-guide/resources/github"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"tab": "Vývojáři",
|
||
"groups": [
|
||
{
|
||
"group": "Vývojáři",
|
||
"pages": []
|
||
},
|
||
{
|
||
"group": "Začněme",
|
||
"icon": "rocket",
|
||
"pages": [
|
||
"l/cs/developers/introduction",
|
||
"l/cs/developers/local-setup",
|
||
{
|
||
"group": "Samohostování",
|
||
"pages": [
|
||
"l/cs/developers/self-hosting/docker-compose",
|
||
"l/cs/developers/self-hosting/setup",
|
||
"l/cs/developers/self-hosting/upgrade-guide",
|
||
"l/cs/developers/self-hosting/cloud-providers",
|
||
"l/cs/developers/self-hosting/troubleshooting"
|
||
]
|
||
},
|
||
{
|
||
"group": "API a Webhooky",
|
||
"pages": [
|
||
"l/cs/developers/api-and-webhooks/api",
|
||
"l/cs/developers/api-and-webhooks/webhooks"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"group": "Přispěje",
|
||
"icon": "code-branch",
|
||
"pages": [
|
||
"l/cs/developers/bug-and-requests",
|
||
{
|
||
"group": "Vývoj frontendu",
|
||
"pages": [
|
||
"l/cs/developers/frontend-development/storybook",
|
||
{
|
||
"group": "Twenty UI",
|
||
"pages": [
|
||
"l/cs/twenty-ui/introduction",
|
||
{
|
||
"group": "Zobrazení",
|
||
"pages": [
|
||
"l/cs/twenty-ui/display/checkmark",
|
||
"l/cs/twenty-ui/display/chip",
|
||
"l/cs/twenty-ui/display/icons",
|
||
"l/cs/twenty-ui/display/soon-pill",
|
||
"l/cs/twenty-ui/display/tag",
|
||
"l/cs/twenty-ui/display/app-tooltip"
|
||
]
|
||
},
|
||
{
|
||
"group": "Komentář",
|
||
"pages": [
|
||
"l/cs/twenty-ui/progress-bar"
|
||
]
|
||
},
|
||
{
|
||
"group": "Input",
|
||
"pages": [
|
||
"l/cs/twenty-ui/input/buttons",
|
||
"l/cs/twenty-ui/input/color-scheme",
|
||
"l/cs/twenty-ui/input/text",
|
||
"l/cs/twenty-ui/input/checkbox",
|
||
"l/cs/twenty-ui/input/icon-picker",
|
||
"l/cs/twenty-ui/input/image-input",
|
||
"l/cs/twenty-ui/input/radio",
|
||
"l/cs/twenty-ui/input/select",
|
||
"l/cs/twenty-ui/input/toggle",
|
||
"l/cs/twenty-ui/input/block-editor"
|
||
]
|
||
},
|
||
{
|
||
"group": "Navigation",
|
||
"pages": [
|
||
"l/cs/twenty-ui/navigation",
|
||
"l/cs/twenty-ui/navigation/breadcrumb",
|
||
"l/cs/twenty-ui/navigation/links",
|
||
"l/cs/twenty-ui/navigation/menu-item",
|
||
"l/cs/twenty-ui/navigation/navigation-bar",
|
||
"l/cs/twenty-ui/navigation/step-bar"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"l/cs/developers/frontend-development/frontend-commands",
|
||
"l/cs/developers/frontend-development/work-with-figma",
|
||
"l/cs/developers/frontend-development/best-practices-front",
|
||
"l/cs/developers/frontend-development/style-guide",
|
||
"l/cs/developers/frontend-development/folder-architecture-front",
|
||
"l/cs/developers/frontend-development/hotkeys"
|
||
]
|
||
},
|
||
{
|
||
"group": "Vývoj backendu",
|
||
"pages": [
|
||
"l/cs/developers/backend-development/server-commands",
|
||
"l/cs/developers/backend-development/feature-flags",
|
||
"l/cs/developers/backend-development/folder-architecture-server",
|
||
"l/cs/developers/backend-development/zapier",
|
||
"l/cs/developers/backend-development/best-practices-server",
|
||
"l/cs/developers/backend-development/custom-objects",
|
||
"l/cs/developers/backend-development/queue"
|
||
]
|
||
}
|
||
]
|
||
}
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"language": "de",
|
||
"tabs": [
|
||
{
|
||
"tab": "Benutzerhandbuch",
|
||
"groups": [
|
||
{
|
||
"group": "Erste Schritte",
|
||
"icon": "rocket",
|
||
"pages": [
|
||
"l/de/user-guide/introduction",
|
||
"l/de/user-guide/getting-started/what-is-twenty",
|
||
"l/de/user-guide/getting-started/create-workspace",
|
||
"l/de/user-guide/getting-started/getting-around-twenty",
|
||
"l/de/user-guide/getting-started/configure-your-workspace",
|
||
"l/de/user-guide/getting-started/implementation-services",
|
||
"l/de/user-guide/getting-started/migrating-from-other-crms",
|
||
"l/de/user-guide/getting-started/import-export-data"
|
||
]
|
||
},
|
||
{
|
||
"group": "Datenmodell",
|
||
"icon": "database",
|
||
"pages": [
|
||
"l/de/user-guide/data-model/customize-your-data-model",
|
||
"l/de/user-guide/data-model/objects",
|
||
"l/de/user-guide/data-model/fields",
|
||
"l/de/user-guide/data-model/creating-records",
|
||
"l/de/user-guide/data-model/relation-fields",
|
||
"l/de/user-guide/data-model/data-model-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "CRM-Grundlagen",
|
||
"icon": "users",
|
||
"pages": [
|
||
"l/de/user-guide/crm-essentials/contact-and-account-management",
|
||
"l/de/user-guide/crm-essentials/pipeline",
|
||
"l/de/user-guide/crm-essentials/view-management",
|
||
"l/de/user-guide/crm-essentials/sales-use-cases"
|
||
]
|
||
},
|
||
{
|
||
"group": "Ansichten",
|
||
"icon": "table",
|
||
"pages": [
|
||
"l/de/user-guide/views/kanban-views",
|
||
"l/de/user-guide/views/views-sort-filter"
|
||
]
|
||
},
|
||
{
|
||
"group": "Workflows",
|
||
"icon": "bolt",
|
||
"pages": [
|
||
"l/de/user-guide/workflows/getting-started-workflows",
|
||
"l/de/user-guide/workflows/workflow-features",
|
||
"l/de/user-guide/workflows/internal-automations",
|
||
"l/de/user-guide/workflows/external-tool-integration",
|
||
"l/de/user-guide/workflows/workflow-troubleshooting",
|
||
"l/de/user-guide/workflows/workflow-credits",
|
||
"l/de/user-guide/workflows/professional-services"
|
||
]
|
||
},
|
||
{
|
||
"group": "Zusammenarbeit",
|
||
"icon": "envelope",
|
||
"pages": [
|
||
"l/de/user-guide/collaboration/emails-and-calendars",
|
||
"l/de/user-guide/collaboration/notes",
|
||
"l/de/user-guide/collaboration/tasks"
|
||
]
|
||
},
|
||
{
|
||
"group": "Integrationen & API",
|
||
"icon": "plug",
|
||
"pages": [
|
||
"l/de/user-guide/integrations-api/apis-overview",
|
||
"l/de/user-guide/integrations-api/api-webhooks",
|
||
"l/de/user-guide/integrations-api/integrations"
|
||
]
|
||
},
|
||
{
|
||
"group": "Berichterstattung",
|
||
"icon": "chart-bar",
|
||
"pages": [
|
||
"l/de/user-guide/reporting/reporting-overview"
|
||
]
|
||
},
|
||
{
|
||
"group": "Einstellungen",
|
||
"icon": "gear",
|
||
"pages": [
|
||
"l/de/user-guide/settings/profile-settings",
|
||
"l/de/user-guide/settings/experience-settings",
|
||
"l/de/user-guide/settings/email-calendar-setup",
|
||
"l/de/user-guide/settings/workspace-settings",
|
||
"l/de/user-guide/settings/member-management",
|
||
"l/de/user-guide/settings/permissions",
|
||
"l/de/user-guide/settings/domains-settings",
|
||
"l/de/user-guide/settings/releases-settings",
|
||
"l/de/user-guide/settings/settings-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "Preisgestaltung",
|
||
"icon": "credit-card",
|
||
"pages": [
|
||
"l/de/user-guide/pricing/billing-and-pricing-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "Ressourcen",
|
||
"icon": "book-open",
|
||
"pages": [
|
||
"l/de/user-guide/resources/glossary",
|
||
"l/de/user-guide/resources/github"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"tab": "Entwickler",
|
||
"groups": [
|
||
{
|
||
"group": "Entwickler",
|
||
"pages": []
|
||
},
|
||
{
|
||
"group": "Erste Schritte",
|
||
"icon": "rocket",
|
||
"pages": [
|
||
"l/de/developers/introduction",
|
||
"l/de/developers/local-setup",
|
||
{
|
||
"group": "Selbst-Hosting",
|
||
"pages": [
|
||
"l/de/developers/self-hosting/docker-compose",
|
||
"l/de/developers/self-hosting/setup",
|
||
"l/de/developers/self-hosting/upgrade-guide",
|
||
"l/de/developers/self-hosting/cloud-providers",
|
||
"l/de/developers/self-hosting/troubleshooting"
|
||
]
|
||
},
|
||
{
|
||
"group": "API und Webhooks",
|
||
"pages": [
|
||
"l/de/developers/api-and-webhooks/api",
|
||
"l/de/developers/api-and-webhooks/webhooks"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"group": "Mitwirken",
|
||
"icon": "code-branch",
|
||
"pages": [
|
||
"l/de/developers/bug-and-requests",
|
||
{
|
||
"group": "Frontend-Entwicklung",
|
||
"pages": [
|
||
"l/de/developers/frontend-development/storybook",
|
||
{
|
||
"group": "Twenty UI",
|
||
"pages": [
|
||
"l/de/twenty-ui/introduction",
|
||
{
|
||
"group": "Anzeige",
|
||
"pages": [
|
||
"l/de/twenty-ui/display/checkmark",
|
||
"l/de/twenty-ui/display/chip",
|
||
"l/de/twenty-ui/display/icons",
|
||
"l/de/twenty-ui/display/soon-pill",
|
||
"l/de/twenty-ui/display/tag",
|
||
"l/de/twenty-ui/display/app-tooltip"
|
||
]
|
||
},
|
||
{
|
||
"group": "Feedback",
|
||
"pages": [
|
||
"l/de/twenty-ui/progress-bar"
|
||
]
|
||
},
|
||
{
|
||
"group": "Input",
|
||
"pages": [
|
||
"l/de/twenty-ui/input/buttons",
|
||
"l/de/twenty-ui/input/color-scheme",
|
||
"l/de/twenty-ui/input/text",
|
||
"l/de/twenty-ui/input/checkbox",
|
||
"l/de/twenty-ui/input/icon-picker",
|
||
"l/de/twenty-ui/input/image-input",
|
||
"l/de/twenty-ui/input/radio",
|
||
"l/de/twenty-ui/input/select",
|
||
"l/de/twenty-ui/input/toggle",
|
||
"l/de/twenty-ui/input/block-editor"
|
||
]
|
||
},
|
||
{
|
||
"group": "Navigation",
|
||
"pages": [
|
||
"l/de/twenty-ui/navigation",
|
||
"l/de/twenty-ui/navigation/breadcrumb",
|
||
"l/de/twenty-ui/navigation/links",
|
||
"l/de/twenty-ui/navigation/menu-item",
|
||
"l/de/twenty-ui/navigation/navigation-bar",
|
||
"l/de/twenty-ui/navigation/step-bar"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"l/de/developers/frontend-development/frontend-commands",
|
||
"l/de/developers/frontend-development/work-with-figma",
|
||
"l/de/developers/frontend-development/best-practices-front",
|
||
"l/de/developers/frontend-development/style-guide",
|
||
"l/de/developers/frontend-development/folder-architecture-front",
|
||
"l/de/developers/frontend-development/hotkeys"
|
||
]
|
||
},
|
||
{
|
||
"group": "Backend-Entwicklung",
|
||
"pages": [
|
||
"l/de/developers/backend-development/server-commands",
|
||
"l/de/developers/backend-development/feature-flags",
|
||
"l/de/developers/backend-development/folder-architecture-server",
|
||
"l/de/developers/backend-development/zapier",
|
||
"l/de/developers/backend-development/best-practices-server",
|
||
"l/de/developers/backend-development/custom-objects",
|
||
"l/de/developers/backend-development/queue"
|
||
]
|
||
}
|
||
]
|
||
}
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"language": "es",
|
||
"tabs": [
|
||
{
|
||
"tab": "Guía de usuario",
|
||
"groups": [
|
||
{
|
||
"group": "Comenzando",
|
||
"icon": "rocket",
|
||
"pages": [
|
||
"l/es/user-guide/introduction",
|
||
"l/es/user-guide/getting-started/what-is-twenty",
|
||
"l/es/user-guide/getting-started/create-workspace",
|
||
"l/es/user-guide/getting-started/getting-around-twenty",
|
||
"l/es/user-guide/getting-started/configure-your-workspace",
|
||
"l/es/user-guide/getting-started/implementation-services",
|
||
"l/es/user-guide/getting-started/migrating-from-other-crms",
|
||
"l/es/user-guide/getting-started/import-export-data"
|
||
]
|
||
},
|
||
{
|
||
"group": "Modelo de datos",
|
||
"icon": "database",
|
||
"pages": [
|
||
"l/es/user-guide/data-model/customize-your-data-model",
|
||
"l/es/user-guide/data-model/objects",
|
||
"l/es/user-guide/data-model/fields",
|
||
"l/es/user-guide/data-model/creating-records",
|
||
"l/es/user-guide/data-model/relation-fields",
|
||
"l/es/user-guide/data-model/data-model-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "Esenciales de CRM",
|
||
"icon": "users",
|
||
"pages": [
|
||
"l/es/user-guide/crm-essentials/contact-and-account-management",
|
||
"l/es/user-guide/crm-essentials/pipeline",
|
||
"l/es/user-guide/crm-essentials/view-management",
|
||
"l/es/user-guide/crm-essentials/sales-use-cases"
|
||
]
|
||
},
|
||
{
|
||
"group": "Vistas",
|
||
"icon": "table",
|
||
"pages": [
|
||
"l/es/user-guide/views/kanban-views",
|
||
"l/es/user-guide/views/views-sort-filter"
|
||
]
|
||
},
|
||
{
|
||
"group": "Workflows",
|
||
"icon": "bolt",
|
||
"pages": [
|
||
"l/es/user-guide/workflows/getting-started-workflows",
|
||
"l/es/user-guide/workflows/workflow-features",
|
||
"l/es/user-guide/workflows/internal-automations",
|
||
"l/es/user-guide/workflows/external-tool-integration",
|
||
"l/es/user-guide/workflows/workflow-troubleshooting",
|
||
"l/es/user-guide/workflows/workflow-credits",
|
||
"l/es/user-guide/workflows/professional-services"
|
||
]
|
||
},
|
||
{
|
||
"group": "Colaboración",
|
||
"icon": "envelope",
|
||
"pages": [
|
||
"l/es/user-guide/collaboration/emails-and-calendars",
|
||
"l/es/user-guide/collaboration/notes",
|
||
"l/es/user-guide/collaboration/tasks"
|
||
]
|
||
},
|
||
{
|
||
"group": "Integraciones y API",
|
||
"icon": "plug",
|
||
"pages": [
|
||
"l/es/user-guide/integrations-api/apis-overview",
|
||
"l/es/user-guide/integrations-api/api-webhooks",
|
||
"l/es/user-guide/integrations-api/integrations"
|
||
]
|
||
},
|
||
{
|
||
"group": "Informes",
|
||
"icon": "chart-bar",
|
||
"pages": [
|
||
"l/es/user-guide/reporting/reporting-overview"
|
||
]
|
||
},
|
||
{
|
||
"group": "Configuración",
|
||
"icon": "gear",
|
||
"pages": [
|
||
"l/es/user-guide/settings/profile-settings",
|
||
"l/es/user-guide/settings/experience-settings",
|
||
"l/es/user-guide/settings/email-calendar-setup",
|
||
"l/es/user-guide/settings/workspace-settings",
|
||
"l/es/user-guide/settings/member-management",
|
||
"l/es/user-guide/settings/permissions",
|
||
"l/es/user-guide/settings/domains-settings",
|
||
"l/es/user-guide/settings/releases-settings",
|
||
"l/es/user-guide/settings/settings-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "Precios",
|
||
"icon": "credit-card",
|
||
"pages": [
|
||
"l/es/user-guide/pricing/billing-and-pricing-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "Recursos",
|
||
"icon": "book-open",
|
||
"pages": [
|
||
"l/es/user-guide/resources/glossary",
|
||
"l/es/user-guide/resources/github"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"tab": "Desarrolladores",
|
||
"groups": [
|
||
{
|
||
"group": "Desarrolladores",
|
||
"pages": []
|
||
},
|
||
{
|
||
"group": "Comenzando",
|
||
"icon": "rocket",
|
||
"pages": [
|
||
"l/es/developers/introduction",
|
||
"l/es/developers/local-setup",
|
||
{
|
||
"group": "Autoalojamiento",
|
||
"pages": [
|
||
"l/es/developers/self-hosting/docker-compose",
|
||
"l/es/developers/self-hosting/setup",
|
||
"l/es/developers/self-hosting/upgrade-guide",
|
||
"l/es/developers/self-hosting/cloud-providers",
|
||
"l/es/developers/self-hosting/troubleshooting"
|
||
]
|
||
},
|
||
{
|
||
"group": "API y Webhooks",
|
||
"pages": [
|
||
"l/es/developers/api-and-webhooks/api",
|
||
"l/es/developers/api-and-webhooks/webhooks"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"group": "Contribuciones",
|
||
"icon": "code-branch",
|
||
"pages": [
|
||
"l/es/developers/bug-and-requests",
|
||
{
|
||
"group": "Desarrollo Frontend",
|
||
"pages": [
|
||
"l/es/developers/frontend-development/storybook",
|
||
{
|
||
"group": "Twenty UI",
|
||
"pages": [
|
||
"l/es/twenty-ui/introduction",
|
||
{
|
||
"group": "Mostrar",
|
||
"pages": [
|
||
"l/es/twenty-ui/display/checkmark",
|
||
"l/es/twenty-ui/display/chip",
|
||
"l/es/twenty-ui/display/icons",
|
||
"l/es/twenty-ui/display/soon-pill",
|
||
"l/es/twenty-ui/display/tag",
|
||
"l/es/twenty-ui/display/app-tooltip"
|
||
]
|
||
},
|
||
{
|
||
"group": "Retroalimentación",
|
||
"pages": [
|
||
"l/es/twenty-ui/progress-bar"
|
||
]
|
||
},
|
||
{
|
||
"group": "Entrada",
|
||
"pages": [
|
||
"l/es/twenty-ui/input/buttons",
|
||
"l/es/twenty-ui/input/color-scheme",
|
||
"l/es/twenty-ui/input/text",
|
||
"l/es/twenty-ui/input/checkbox",
|
||
"l/es/twenty-ui/input/icon-picker",
|
||
"l/es/twenty-ui/input/image-input",
|
||
"l/es/twenty-ui/input/radio",
|
||
"l/es/twenty-ui/input/select",
|
||
"l/es/twenty-ui/input/toggle",
|
||
"l/es/twenty-ui/input/block-editor"
|
||
]
|
||
},
|
||
{
|
||
"group": "Navegación",
|
||
"pages": [
|
||
"l/es/twenty-ui/navigation",
|
||
"l/es/twenty-ui/navigation/breadcrumb",
|
||
"l/es/twenty-ui/navigation/links",
|
||
"l/es/twenty-ui/navigation/menu-item",
|
||
"l/es/twenty-ui/navigation/navigation-bar",
|
||
"l/es/twenty-ui/navigation/step-bar"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"l/es/developers/frontend-development/frontend-commands",
|
||
"l/es/developers/frontend-development/work-with-figma",
|
||
"l/es/developers/frontend-development/best-practices-front",
|
||
"l/es/developers/frontend-development/style-guide",
|
||
"l/es/developers/frontend-development/folder-architecture-front",
|
||
"l/es/developers/frontend-development/hotkeys"
|
||
]
|
||
},
|
||
{
|
||
"group": "Desarrollo de backend",
|
||
"pages": [
|
||
"l/es/developers/backend-development/server-commands",
|
||
"l/es/developers/backend-development/feature-flags",
|
||
"l/es/developers/backend-development/folder-architecture-server",
|
||
"l/es/developers/backend-development/zapier",
|
||
"l/es/developers/backend-development/best-practices-server",
|
||
"l/es/developers/backend-development/custom-objects",
|
||
"l/es/developers/backend-development/queue"
|
||
]
|
||
}
|
||
]
|
||
}
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"language": "it",
|
||
"tabs": [
|
||
{
|
||
"tab": "Guida Utente",
|
||
"groups": [
|
||
{
|
||
"group": "Per Iniziare",
|
||
"icon": "rocket",
|
||
"pages": [
|
||
"l/it/user-guide/introduction",
|
||
"l/it/user-guide/getting-started/what-is-twenty",
|
||
"l/it/user-guide/getting-started/create-workspace",
|
||
"l/it/user-guide/getting-started/getting-around-twenty",
|
||
"l/it/user-guide/getting-started/configure-your-workspace",
|
||
"l/it/user-guide/getting-started/implementation-services",
|
||
"l/it/user-guide/getting-started/migrating-from-other-crms",
|
||
"l/it/user-guide/getting-started/import-export-data"
|
||
]
|
||
},
|
||
{
|
||
"group": "Modello dati",
|
||
"icon": "database",
|
||
"pages": [
|
||
"l/it/user-guide/data-model/customize-your-data-model",
|
||
"l/it/user-guide/data-model/objects",
|
||
"l/it/user-guide/data-model/fields",
|
||
"l/it/user-guide/data-model/creating-records",
|
||
"l/it/user-guide/data-model/relation-fields",
|
||
"l/it/user-guide/data-model/data-model-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "Essentials CRM",
|
||
"icon": "users",
|
||
"pages": [
|
||
"l/it/user-guide/crm-essentials/contact-and-account-management",
|
||
"l/it/user-guide/crm-essentials/pipeline",
|
||
"l/it/user-guide/crm-essentials/view-management",
|
||
"l/it/user-guide/crm-essentials/sales-use-cases"
|
||
]
|
||
},
|
||
{
|
||
"group": "Viste",
|
||
"icon": "table",
|
||
"pages": [
|
||
"l/it/user-guide/views/kanban-views",
|
||
"l/it/user-guide/views/views-sort-filter"
|
||
]
|
||
},
|
||
{
|
||
"group": "Workflows",
|
||
"icon": "bolt",
|
||
"pages": [
|
||
"l/it/user-guide/workflows/getting-started-workflows",
|
||
"l/it/user-guide/workflows/workflow-features",
|
||
"l/it/user-guide/workflows/internal-automations",
|
||
"l/it/user-guide/workflows/external-tool-integration",
|
||
"l/it/user-guide/workflows/workflow-troubleshooting",
|
||
"l/it/user-guide/workflows/workflow-credits",
|
||
"l/it/user-guide/workflows/professional-services"
|
||
]
|
||
},
|
||
{
|
||
"group": "Collaborazione",
|
||
"icon": "envelope",
|
||
"pages": [
|
||
"l/it/user-guide/collaboration/emails-and-calendars",
|
||
"l/it/user-guide/collaboration/notes",
|
||
"l/it/user-guide/collaboration/tasks"
|
||
]
|
||
},
|
||
{
|
||
"group": "Integrazioni & API",
|
||
"icon": "plug",
|
||
"pages": [
|
||
"l/it/user-guide/integrations-api/apis-overview",
|
||
"l/it/user-guide/integrations-api/api-webhooks",
|
||
"l/it/user-guide/integrations-api/integrations"
|
||
]
|
||
},
|
||
{
|
||
"group": "Reportistica",
|
||
"icon": "chart-bar",
|
||
"pages": [
|
||
"l/it/user-guide/reporting/reporting-overview"
|
||
]
|
||
},
|
||
{
|
||
"group": "Impostazioni",
|
||
"icon": "gear",
|
||
"pages": [
|
||
"l/it/user-guide/settings/profile-settings",
|
||
"l/it/user-guide/settings/experience-settings",
|
||
"l/it/user-guide/settings/email-calendar-setup",
|
||
"l/it/user-guide/settings/workspace-settings",
|
||
"l/it/user-guide/settings/member-management",
|
||
"l/it/user-guide/settings/permissions",
|
||
"l/it/user-guide/settings/domains-settings",
|
||
"l/it/user-guide/settings/releases-settings",
|
||
"l/it/user-guide/settings/settings-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "Prezzi",
|
||
"icon": "credit-card",
|
||
"pages": [
|
||
"l/it/user-guide/pricing/billing-and-pricing-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "Risorse",
|
||
"icon": "book-open",
|
||
"pages": [
|
||
"l/it/user-guide/resources/glossary",
|
||
"l/it/user-guide/resources/github"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"tab": "Sviluppatori",
|
||
"groups": [
|
||
{
|
||
"group": "Sviluppatori",
|
||
"pages": []
|
||
},
|
||
{
|
||
"group": "Per Iniziare",
|
||
"icon": "rocket",
|
||
"pages": [
|
||
"l/it/developers/introduction",
|
||
"l/it/developers/local-setup",
|
||
{
|
||
"group": "Auto-Hosting",
|
||
"pages": [
|
||
"l/it/developers/self-hosting/docker-compose",
|
||
"l/it/developers/self-hosting/setup",
|
||
"l/it/developers/self-hosting/upgrade-guide",
|
||
"l/it/developers/self-hosting/cloud-providers",
|
||
"l/it/developers/self-hosting/troubleshooting"
|
||
]
|
||
},
|
||
{
|
||
"group": "API e Webhook",
|
||
"pages": [
|
||
"l/it/developers/api-and-webhooks/api",
|
||
"l/it/developers/api-and-webhooks/webhooks"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"group": "Contribuire",
|
||
"icon": "code-branch",
|
||
"pages": [
|
||
"l/it/developers/bug-and-requests",
|
||
{
|
||
"group": "Sviluppo Frontend",
|
||
"pages": [
|
||
"l/it/developers/frontend-development/storybook",
|
||
{
|
||
"group": "Twenty UI",
|
||
"pages": [
|
||
"l/it/twenty-ui/introduction",
|
||
{
|
||
"group": "Visualizzazione",
|
||
"pages": [
|
||
"l/it/twenty-ui/display/checkmark",
|
||
"l/it/twenty-ui/display/chip",
|
||
"l/it/twenty-ui/display/icons",
|
||
"l/it/twenty-ui/display/soon-pill",
|
||
"l/it/twenty-ui/display/tag",
|
||
"l/it/twenty-ui/display/app-tooltip"
|
||
]
|
||
},
|
||
{
|
||
"group": "Feedback",
|
||
"pages": [
|
||
"l/it/twenty-ui/progress-bar"
|
||
]
|
||
},
|
||
{
|
||
"group": "Input",
|
||
"pages": [
|
||
"l/it/twenty-ui/input/buttons",
|
||
"l/it/twenty-ui/input/color-scheme",
|
||
"l/it/twenty-ui/input/text",
|
||
"l/it/twenty-ui/input/checkbox",
|
||
"l/it/twenty-ui/input/icon-picker",
|
||
"l/it/twenty-ui/input/image-input",
|
||
"l/it/twenty-ui/input/radio",
|
||
"l/it/twenty-ui/input/select",
|
||
"l/it/twenty-ui/input/toggle",
|
||
"l/it/twenty-ui/input/block-editor"
|
||
]
|
||
},
|
||
{
|
||
"group": "Navigation",
|
||
"pages": [
|
||
"l/it/twenty-ui/navigation",
|
||
"l/it/twenty-ui/navigation/breadcrumb",
|
||
"l/it/twenty-ui/navigation/links",
|
||
"l/it/twenty-ui/navigation/menu-item",
|
||
"l/it/twenty-ui/navigation/navigation-bar",
|
||
"l/it/twenty-ui/navigation/step-bar"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"l/it/developers/frontend-development/frontend-commands",
|
||
"l/it/developers/frontend-development/work-with-figma",
|
||
"l/it/developers/frontend-development/best-practices-front",
|
||
"l/it/developers/frontend-development/style-guide",
|
||
"l/it/developers/frontend-development/folder-architecture-front",
|
||
"l/it/developers/frontend-development/hotkeys"
|
||
]
|
||
},
|
||
{
|
||
"group": "Sviluppo Backend",
|
||
"pages": [
|
||
"l/it/developers/backend-development/server-commands",
|
||
"l/it/developers/backend-development/feature-flags",
|
||
"l/it/developers/backend-development/folder-architecture-server",
|
||
"l/it/developers/backend-development/zapier",
|
||
"l/it/developers/backend-development/best-practices-server",
|
||
"l/it/developers/backend-development/custom-objects",
|
||
"l/it/developers/backend-development/queue"
|
||
]
|
||
}
|
||
]
|
||
}
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"language": "ja",
|
||
"tabs": [
|
||
{
|
||
"tab": "ユーザーガイド",
|
||
"groups": [
|
||
{
|
||
"group": "始めに",
|
||
"icon": "rocket",
|
||
"pages": [
|
||
"l/ja/user-guide/introduction",
|
||
"l/ja/user-guide/getting-started/what-is-twenty",
|
||
"l/ja/user-guide/getting-started/create-workspace",
|
||
"l/ja/user-guide/getting-started/getting-around-twenty",
|
||
"l/ja/user-guide/getting-started/configure-your-workspace",
|
||
"l/ja/user-guide/getting-started/implementation-services",
|
||
"l/ja/user-guide/getting-started/migrating-from-other-crms",
|
||
"l/ja/user-guide/getting-started/import-export-data"
|
||
]
|
||
},
|
||
{
|
||
"group": "データモデル",
|
||
"icon": "database",
|
||
"pages": [
|
||
"l/ja/user-guide/data-model/customize-your-data-model",
|
||
"l/ja/user-guide/data-model/objects",
|
||
"l/ja/user-guide/data-model/fields",
|
||
"l/ja/user-guide/data-model/creating-records",
|
||
"l/ja/user-guide/data-model/relation-fields",
|
||
"l/ja/user-guide/data-model/data-model-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "CRM の基本",
|
||
"icon": "users",
|
||
"pages": [
|
||
"l/ja/user-guide/crm-essentials/contact-and-account-management",
|
||
"l/ja/user-guide/crm-essentials/pipeline",
|
||
"l/ja/user-guide/crm-essentials/view-management",
|
||
"l/ja/user-guide/crm-essentials/sales-use-cases"
|
||
]
|
||
},
|
||
{
|
||
"group": "ビュー",
|
||
"icon": "table",
|
||
"pages": [
|
||
"l/ja/user-guide/views/kanban-views",
|
||
"l/ja/user-guide/views/views-sort-filter"
|
||
]
|
||
},
|
||
{
|
||
"group": "ワークフロー",
|
||
"icon": "bolt",
|
||
"pages": [
|
||
"l/ja/user-guide/workflows/getting-started-workflows",
|
||
"l/ja/user-guide/workflows/workflow-features",
|
||
"l/ja/user-guide/workflows/internal-automations",
|
||
"l/ja/user-guide/workflows/external-tool-integration",
|
||
"l/ja/user-guide/workflows/workflow-troubleshooting",
|
||
"l/ja/user-guide/workflows/workflow-credits",
|
||
"l/ja/user-guide/workflows/professional-services"
|
||
]
|
||
},
|
||
{
|
||
"group": "コラボレーション",
|
||
"icon": "envelope",
|
||
"pages": [
|
||
"l/ja/user-guide/collaboration/emails-and-calendars",
|
||
"l/ja/user-guide/collaboration/notes",
|
||
"l/ja/user-guide/collaboration/tasks"
|
||
]
|
||
},
|
||
{
|
||
"group": "連携とAPI",
|
||
"icon": "plug",
|
||
"pages": [
|
||
"l/ja/user-guide/integrations-api/apis-overview",
|
||
"l/ja/user-guide/integrations-api/api-webhooks",
|
||
"l/ja/user-guide/integrations-api/integrations"
|
||
]
|
||
},
|
||
{
|
||
"group": "レポーティング",
|
||
"icon": "chart-bar",
|
||
"pages": [
|
||
"l/ja/user-guide/reporting/reporting-overview"
|
||
]
|
||
},
|
||
{
|
||
"group": "設定",
|
||
"icon": "gear",
|
||
"pages": [
|
||
"l/ja/user-guide/settings/profile-settings",
|
||
"l/ja/user-guide/settings/experience-settings",
|
||
"l/ja/user-guide/settings/email-calendar-setup",
|
||
"l/ja/user-guide/settings/workspace-settings",
|
||
"l/ja/user-guide/settings/member-management",
|
||
"l/ja/user-guide/settings/permissions",
|
||
"l/ja/user-guide/settings/domains-settings",
|
||
"l/ja/user-guide/settings/releases-settings",
|
||
"l/ja/user-guide/settings/settings-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "料金",
|
||
"icon": "credit-card",
|
||
"pages": [
|
||
"l/ja/user-guide/pricing/billing-and-pricing-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "リソース",
|
||
"icon": "book-open",
|
||
"pages": [
|
||
"l/ja/user-guide/resources/glossary",
|
||
"l/ja/user-guide/resources/github"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"tab": "開発者",
|
||
"groups": [
|
||
{
|
||
"group": "開発者",
|
||
"pages": []
|
||
},
|
||
{
|
||
"group": "始めに",
|
||
"icon": "rocket",
|
||
"pages": [
|
||
"l/ja/developers/introduction",
|
||
"l/ja/developers/local-setup",
|
||
{
|
||
"group": "セルフホスティング",
|
||
"pages": [
|
||
"l/ja/developers/self-hosting/docker-compose",
|
||
"l/ja/developers/self-hosting/setup",
|
||
"l/ja/developers/self-hosting/upgrade-guide",
|
||
"l/ja/developers/self-hosting/cloud-providers",
|
||
"l/ja/developers/self-hosting/troubleshooting"
|
||
]
|
||
},
|
||
{
|
||
"group": "APIとWebhooks",
|
||
"pages": [
|
||
"l/ja/developers/api-and-webhooks/api",
|
||
"l/ja/developers/api-and-webhooks/webhooks"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"group": "貢献",
|
||
"icon": "code-branch",
|
||
"pages": [
|
||
"l/ja/developers/bug-and-requests",
|
||
{
|
||
"group": "フロントエンド開発",
|
||
"pages": [
|
||
"l/ja/developers/frontend-development/storybook",
|
||
{
|
||
"group": "Twenty UI",
|
||
"pages": [
|
||
"l/ja/twenty-ui/introduction",
|
||
{
|
||
"group": "表示",
|
||
"pages": [
|
||
"l/ja/twenty-ui/display/checkmark",
|
||
"l/ja/twenty-ui/display/chip",
|
||
"l/ja/twenty-ui/display/icons",
|
||
"l/ja/twenty-ui/display/soon-pill",
|
||
"l/ja/twenty-ui/display/tag",
|
||
"l/ja/twenty-ui/display/app-tooltip"
|
||
]
|
||
},
|
||
{
|
||
"group": "フィードバック",
|
||
"pages": [
|
||
"l/ja/twenty-ui/progress-bar"
|
||
]
|
||
},
|
||
{
|
||
"group": "Input",
|
||
"pages": [
|
||
"l/ja/twenty-ui/input/buttons",
|
||
"l/ja/twenty-ui/input/color-scheme",
|
||
"l/ja/twenty-ui/input/text",
|
||
"l/ja/twenty-ui/input/checkbox",
|
||
"l/ja/twenty-ui/input/icon-picker",
|
||
"l/ja/twenty-ui/input/image-input",
|
||
"l/ja/twenty-ui/input/radio",
|
||
"l/ja/twenty-ui/input/select",
|
||
"l/ja/twenty-ui/input/toggle",
|
||
"l/ja/twenty-ui/input/block-editor"
|
||
]
|
||
},
|
||
{
|
||
"group": "Navigation",
|
||
"pages": [
|
||
"l/ja/twenty-ui/navigation",
|
||
"l/ja/twenty-ui/navigation/breadcrumb",
|
||
"l/ja/twenty-ui/navigation/links",
|
||
"l/ja/twenty-ui/navigation/menu-item",
|
||
"l/ja/twenty-ui/navigation/navigation-bar",
|
||
"l/ja/twenty-ui/navigation/step-bar"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"l/ja/developers/frontend-development/frontend-commands",
|
||
"l/ja/developers/frontend-development/work-with-figma",
|
||
"l/ja/developers/frontend-development/best-practices-front",
|
||
"l/ja/developers/frontend-development/style-guide",
|
||
"l/ja/developers/frontend-development/folder-architecture-front",
|
||
"l/ja/developers/frontend-development/hotkeys"
|
||
]
|
||
},
|
||
{
|
||
"group": "バックエンド開発",
|
||
"pages": [
|
||
"l/ja/developers/backend-development/server-commands",
|
||
"l/ja/developers/backend-development/feature-flags",
|
||
"l/ja/developers/backend-development/folder-architecture-server",
|
||
"l/ja/developers/backend-development/zapier",
|
||
"l/ja/developers/backend-development/best-practices-server",
|
||
"l/ja/developers/backend-development/custom-objects",
|
||
"l/ja/developers/backend-development/queue"
|
||
]
|
||
}
|
||
]
|
||
}
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"language": "ko",
|
||
"tabs": [
|
||
{
|
||
"tab": "User Guide",
|
||
"groups": [
|
||
{
|
||
"group": "시작하기",
|
||
"icon": "rocket",
|
||
"pages": [
|
||
"l/ko/user-guide/introduction",
|
||
"l/ko/user-guide/getting-started/what-is-twenty",
|
||
"l/ko/user-guide/getting-started/create-workspace",
|
||
"l/ko/user-guide/getting-started/getting-around-twenty",
|
||
"l/ko/user-guide/getting-started/configure-your-workspace",
|
||
"l/ko/user-guide/getting-started/implementation-services",
|
||
"l/ko/user-guide/getting-started/migrating-from-other-crms",
|
||
"l/ko/user-guide/getting-started/import-export-data"
|
||
]
|
||
},
|
||
{
|
||
"group": "데이터 모델",
|
||
"icon": "database",
|
||
"pages": [
|
||
"l/ko/user-guide/data-model/customize-your-data-model",
|
||
"l/ko/user-guide/data-model/objects",
|
||
"l/ko/user-guide/data-model/fields",
|
||
"l/ko/user-guide/data-model/creating-records",
|
||
"l/ko/user-guide/data-model/relation-fields",
|
||
"l/ko/user-guide/data-model/data-model-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "CRM 필수 요소",
|
||
"icon": "users",
|
||
"pages": [
|
||
"l/ko/user-guide/crm-essentials/contact-and-account-management",
|
||
"l/ko/user-guide/crm-essentials/pipeline",
|
||
"l/ko/user-guide/crm-essentials/view-management",
|
||
"l/ko/user-guide/crm-essentials/sales-use-cases"
|
||
]
|
||
},
|
||
{
|
||
"group": "보기들",
|
||
"icon": "table",
|
||
"pages": [
|
||
"l/ko/user-guide/views/kanban-views",
|
||
"l/ko/user-guide/views/views-sort-filter"
|
||
]
|
||
},
|
||
{
|
||
"group": "Workflows",
|
||
"icon": "bolt",
|
||
"pages": [
|
||
"l/ko/user-guide/workflows/getting-started-workflows",
|
||
"l/ko/user-guide/workflows/workflow-features",
|
||
"l/ko/user-guide/workflows/internal-automations",
|
||
"l/ko/user-guide/workflows/external-tool-integration",
|
||
"l/ko/user-guide/workflows/workflow-troubleshooting",
|
||
"l/ko/user-guide/workflows/workflow-credits",
|
||
"l/ko/user-guide/workflows/professional-services"
|
||
]
|
||
},
|
||
{
|
||
"group": "협업",
|
||
"icon": "envelope",
|
||
"pages": [
|
||
"l/ko/user-guide/collaboration/emails-and-calendars",
|
||
"l/ko/user-guide/collaboration/notes",
|
||
"l/ko/user-guide/collaboration/tasks"
|
||
]
|
||
},
|
||
{
|
||
"group": "Integrations & API",
|
||
"icon": "plug",
|
||
"pages": [
|
||
"l/ko/user-guide/integrations-api/apis-overview",
|
||
"l/ko/user-guide/integrations-api/api-webhooks",
|
||
"l/ko/user-guide/integrations-api/integrations"
|
||
]
|
||
},
|
||
{
|
||
"group": "Reporting",
|
||
"icon": "chart-bar",
|
||
"pages": [
|
||
"l/ko/user-guide/reporting/reporting-overview"
|
||
]
|
||
},
|
||
{
|
||
"group": "설정",
|
||
"icon": "gear",
|
||
"pages": [
|
||
"l/ko/user-guide/settings/profile-settings",
|
||
"l/ko/user-guide/settings/experience-settings",
|
||
"l/ko/user-guide/settings/email-calendar-setup",
|
||
"l/ko/user-guide/settings/workspace-settings",
|
||
"l/ko/user-guide/settings/member-management",
|
||
"l/ko/user-guide/settings/permissions",
|
||
"l/ko/user-guide/settings/domains-settings",
|
||
"l/ko/user-guide/settings/releases-settings",
|
||
"l/ko/user-guide/settings/settings-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "가격",
|
||
"icon": "credit-card",
|
||
"pages": [
|
||
"l/ko/user-guide/pricing/billing-and-pricing-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "자료",
|
||
"icon": "book-open",
|
||
"pages": [
|
||
"l/ko/user-guide/resources/glossary",
|
||
"l/ko/user-guide/resources/github"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"tab": "개발자",
|
||
"groups": [
|
||
{
|
||
"group": "개발자",
|
||
"pages": []
|
||
},
|
||
{
|
||
"group": "시작하기",
|
||
"icon": "rocket",
|
||
"pages": [
|
||
"l/ko/developers/introduction",
|
||
"l/ko/developers/local-setup",
|
||
{
|
||
"group": "셀프 호스팅",
|
||
"pages": [
|
||
"l/ko/developers/self-hosting/docker-compose",
|
||
"l/ko/developers/self-hosting/setup",
|
||
"l/ko/developers/self-hosting/upgrade-guide",
|
||
"l/ko/developers/self-hosting/cloud-providers",
|
||
"l/ko/developers/self-hosting/troubleshooting"
|
||
]
|
||
},
|
||
{
|
||
"group": "API 및 웹훅",
|
||
"pages": [
|
||
"l/ko/developers/api-and-webhooks/api",
|
||
"l/ko/developers/api-and-webhooks/webhooks"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"group": "기여",
|
||
"icon": "code-branch",
|
||
"pages": [
|
||
"l/ko/developers/bug-and-requests",
|
||
{
|
||
"group": "프론트엔드 개발",
|
||
"pages": [
|
||
"l/ko/developers/frontend-development/storybook",
|
||
{
|
||
"group": "Twenty UI",
|
||
"pages": [
|
||
"l/ko/twenty-ui/introduction",
|
||
{
|
||
"group": "표시",
|
||
"pages": [
|
||
"l/ko/twenty-ui/display/checkmark",
|
||
"l/ko/twenty-ui/display/chip",
|
||
"l/ko/twenty-ui/display/icons",
|
||
"l/ko/twenty-ui/display/soon-pill",
|
||
"l/ko/twenty-ui/display/tag",
|
||
"l/ko/twenty-ui/display/app-tooltip"
|
||
]
|
||
},
|
||
{
|
||
"group": "피드백",
|
||
"pages": [
|
||
"l/ko/twenty-ui/progress-bar"
|
||
]
|
||
},
|
||
{
|
||
"group": "입력",
|
||
"pages": [
|
||
"l/ko/twenty-ui/input/buttons",
|
||
"l/ko/twenty-ui/input/color-scheme",
|
||
"l/ko/twenty-ui/input/text",
|
||
"l/ko/twenty-ui/input/checkbox",
|
||
"l/ko/twenty-ui/input/icon-picker",
|
||
"l/ko/twenty-ui/input/image-input",
|
||
"l/ko/twenty-ui/input/radio",
|
||
"l/ko/twenty-ui/input/select",
|
||
"l/ko/twenty-ui/input/toggle",
|
||
"l/ko/twenty-ui/input/block-editor"
|
||
]
|
||
},
|
||
{
|
||
"group": "네비게이션",
|
||
"pages": [
|
||
"l/ko/twenty-ui/navigation",
|
||
"l/ko/twenty-ui/navigation/breadcrumb",
|
||
"l/ko/twenty-ui/navigation/links",
|
||
"l/ko/twenty-ui/navigation/menu-item",
|
||
"l/ko/twenty-ui/navigation/navigation-bar",
|
||
"l/ko/twenty-ui/navigation/step-bar"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"l/ko/developers/frontend-development/frontend-commands",
|
||
"l/ko/developers/frontend-development/work-with-figma",
|
||
"l/ko/developers/frontend-development/best-practices-front",
|
||
"l/ko/developers/frontend-development/style-guide",
|
||
"l/ko/developers/frontend-development/folder-architecture-front",
|
||
"l/ko/developers/frontend-development/hotkeys"
|
||
]
|
||
},
|
||
{
|
||
"group": "백엔드 개발",
|
||
"pages": [
|
||
"l/ko/developers/backend-development/server-commands",
|
||
"l/ko/developers/backend-development/feature-flags",
|
||
"l/ko/developers/backend-development/folder-architecture-server",
|
||
"l/ko/developers/backend-development/zapier",
|
||
"l/ko/developers/backend-development/best-practices-server",
|
||
"l/ko/developers/backend-development/custom-objects",
|
||
"l/ko/developers/backend-development/queue"
|
||
]
|
||
}
|
||
]
|
||
}
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"language": "pt",
|
||
"tabs": [
|
||
{
|
||
"tab": "Manual do Usuário",
|
||
"groups": [
|
||
{
|
||
"group": "Começando",
|
||
"icon": "rocket",
|
||
"pages": [
|
||
"l/pt/user-guide/introduction",
|
||
"l/pt/user-guide/getting-started/what-is-twenty",
|
||
"l/pt/user-guide/getting-started/create-workspace",
|
||
"l/pt/user-guide/getting-started/getting-around-twenty",
|
||
"l/pt/user-guide/getting-started/configure-your-workspace",
|
||
"l/pt/user-guide/getting-started/implementation-services",
|
||
"l/pt/user-guide/getting-started/migrating-from-other-crms",
|
||
"l/pt/user-guide/getting-started/import-export-data"
|
||
]
|
||
},
|
||
{
|
||
"group": "Modelo de Dados",
|
||
"icon": "database",
|
||
"pages": [
|
||
"l/pt/user-guide/data-model/customize-your-data-model",
|
||
"l/pt/user-guide/data-model/objects",
|
||
"l/pt/user-guide/data-model/fields",
|
||
"l/pt/user-guide/data-model/creating-records",
|
||
"l/pt/user-guide/data-model/relation-fields",
|
||
"l/pt/user-guide/data-model/data-model-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "Essenciais do CRM",
|
||
"icon": "users",
|
||
"pages": [
|
||
"l/pt/user-guide/crm-essentials/contact-and-account-management",
|
||
"l/pt/user-guide/crm-essentials/pipeline",
|
||
"l/pt/user-guide/crm-essentials/view-management",
|
||
"l/pt/user-guide/crm-essentials/sales-use-cases"
|
||
]
|
||
},
|
||
{
|
||
"group": "Visualizações",
|
||
"icon": "table",
|
||
"pages": [
|
||
"l/pt/user-guide/views/kanban-views",
|
||
"l/pt/user-guide/views/views-sort-filter"
|
||
]
|
||
},
|
||
{
|
||
"group": "Workflows",
|
||
"icon": "bolt",
|
||
"pages": [
|
||
"l/pt/user-guide/workflows/getting-started-workflows",
|
||
"l/pt/user-guide/workflows/workflow-features",
|
||
"l/pt/user-guide/workflows/internal-automations",
|
||
"l/pt/user-guide/workflows/external-tool-integration",
|
||
"l/pt/user-guide/workflows/workflow-troubleshooting",
|
||
"l/pt/user-guide/workflows/workflow-credits",
|
||
"l/pt/user-guide/workflows/professional-services"
|
||
]
|
||
},
|
||
{
|
||
"group": "Colaboração",
|
||
"icon": "envelope",
|
||
"pages": [
|
||
"l/pt/user-guide/collaboration/emails-and-calendars",
|
||
"l/pt/user-guide/collaboration/notes",
|
||
"l/pt/user-guide/collaboration/tasks"
|
||
]
|
||
},
|
||
{
|
||
"group": "Integrações e API",
|
||
"icon": "plug",
|
||
"pages": [
|
||
"l/pt/user-guide/integrations-api/apis-overview",
|
||
"l/pt/user-guide/integrations-api/api-webhooks",
|
||
"l/pt/user-guide/integrations-api/integrations"
|
||
]
|
||
},
|
||
{
|
||
"group": "Relatórios",
|
||
"icon": "chart-bar",
|
||
"pages": [
|
||
"l/pt/user-guide/reporting/reporting-overview"
|
||
]
|
||
},
|
||
{
|
||
"group": "Configurações",
|
||
"icon": "gear",
|
||
"pages": [
|
||
"l/pt/user-guide/settings/profile-settings",
|
||
"l/pt/user-guide/settings/experience-settings",
|
||
"l/pt/user-guide/settings/email-calendar-setup",
|
||
"l/pt/user-guide/settings/workspace-settings",
|
||
"l/pt/user-guide/settings/member-management",
|
||
"l/pt/user-guide/settings/permissions",
|
||
"l/pt/user-guide/settings/domains-settings",
|
||
"l/pt/user-guide/settings/releases-settings",
|
||
"l/pt/user-guide/settings/settings-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "Preços",
|
||
"icon": "credit-card",
|
||
"pages": [
|
||
"l/pt/user-guide/pricing/billing-and-pricing-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "Recursos",
|
||
"icon": "book-open",
|
||
"pages": [
|
||
"l/pt/user-guide/resources/glossary",
|
||
"l/pt/user-guide/resources/github"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"tab": "Desenvolvedores",
|
||
"groups": [
|
||
{
|
||
"group": "Desenvolvedores",
|
||
"pages": []
|
||
},
|
||
{
|
||
"group": "Começando",
|
||
"icon": "rocket",
|
||
"pages": [
|
||
"l/pt/developers/introduction",
|
||
"l/pt/developers/local-setup",
|
||
{
|
||
"group": "Auto-Hospedagem",
|
||
"pages": [
|
||
"l/pt/developers/self-hosting/docker-compose",
|
||
"l/pt/developers/self-hosting/setup",
|
||
"l/pt/developers/self-hosting/upgrade-guide",
|
||
"l/pt/developers/self-hosting/cloud-providers",
|
||
"l/pt/developers/self-hosting/troubleshooting"
|
||
]
|
||
},
|
||
{
|
||
"group": "API e Webhooks",
|
||
"pages": [
|
||
"l/pt/developers/api-and-webhooks/api",
|
||
"l/pt/developers/api-and-webhooks/webhooks"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"group": "Contribuindo",
|
||
"icon": "code-branch",
|
||
"pages": [
|
||
"l/pt/developers/bug-and-requests",
|
||
{
|
||
"group": "Desenvolvimento Frontend",
|
||
"pages": [
|
||
"l/pt/developers/frontend-development/storybook",
|
||
{
|
||
"group": "Twenty UI",
|
||
"pages": [
|
||
"l/pt/twenty-ui/introduction",
|
||
{
|
||
"group": "Exibição",
|
||
"pages": [
|
||
"l/pt/twenty-ui/display/checkmark",
|
||
"l/pt/twenty-ui/display/chip",
|
||
"l/pt/twenty-ui/display/icons",
|
||
"l/pt/twenty-ui/display/soon-pill",
|
||
"l/pt/twenty-ui/display/tag",
|
||
"l/pt/twenty-ui/display/app-tooltip"
|
||
]
|
||
},
|
||
{
|
||
"group": "Feedback",
|
||
"pages": [
|
||
"l/pt/twenty-ui/progress-bar"
|
||
]
|
||
},
|
||
{
|
||
"group": "Input",
|
||
"pages": [
|
||
"l/pt/twenty-ui/input/buttons",
|
||
"l/pt/twenty-ui/input/color-scheme",
|
||
"l/pt/twenty-ui/input/text",
|
||
"l/pt/twenty-ui/input/checkbox",
|
||
"l/pt/twenty-ui/input/icon-picker",
|
||
"l/pt/twenty-ui/input/image-input",
|
||
"l/pt/twenty-ui/input/radio",
|
||
"l/pt/twenty-ui/input/select",
|
||
"l/pt/twenty-ui/input/toggle",
|
||
"l/pt/twenty-ui/input/block-editor"
|
||
]
|
||
},
|
||
{
|
||
"group": "Navigation",
|
||
"pages": [
|
||
"l/pt/twenty-ui/navigation",
|
||
"l/pt/twenty-ui/navigation/breadcrumb",
|
||
"l/pt/twenty-ui/navigation/links",
|
||
"l/pt/twenty-ui/navigation/menu-item",
|
||
"l/pt/twenty-ui/navigation/navigation-bar",
|
||
"l/pt/twenty-ui/navigation/step-bar"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"l/pt/developers/frontend-development/frontend-commands",
|
||
"l/pt/developers/frontend-development/work-with-figma",
|
||
"l/pt/developers/frontend-development/best-practices-front",
|
||
"l/pt/developers/frontend-development/style-guide",
|
||
"l/pt/developers/frontend-development/folder-architecture-front",
|
||
"l/pt/developers/frontend-development/hotkeys"
|
||
]
|
||
},
|
||
{
|
||
"group": "Desenvolvimento de backend",
|
||
"pages": [
|
||
"l/pt/developers/backend-development/server-commands",
|
||
"l/pt/developers/backend-development/feature-flags",
|
||
"l/pt/developers/backend-development/folder-architecture-server",
|
||
"l/pt/developers/backend-development/zapier",
|
||
"l/pt/developers/backend-development/best-practices-server",
|
||
"l/pt/developers/backend-development/custom-objects",
|
||
"l/pt/developers/backend-development/queue"
|
||
]
|
||
}
|
||
]
|
||
}
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"language": "ro",
|
||
"tabs": [
|
||
{
|
||
"tab": "Ghid de utilizator",
|
||
"groups": [
|
||
{
|
||
"group": "Noțiuni de bază",
|
||
"icon": "rocket",
|
||
"pages": [
|
||
"l/ro/user-guide/introduction",
|
||
"l/ro/user-guide/getting-started/what-is-twenty",
|
||
"l/ro/user-guide/getting-started/create-workspace",
|
||
"l/ro/user-guide/getting-started/getting-around-twenty",
|
||
"l/ro/user-guide/getting-started/configure-your-workspace",
|
||
"l/ro/user-guide/getting-started/implementation-services",
|
||
"l/ro/user-guide/getting-started/migrating-from-other-crms",
|
||
"l/ro/user-guide/getting-started/import-export-data"
|
||
]
|
||
},
|
||
{
|
||
"group": "Model de date",
|
||
"icon": "database",
|
||
"pages": [
|
||
"l/ro/user-guide/data-model/customize-your-data-model",
|
||
"l/ro/user-guide/data-model/objects",
|
||
"l/ro/user-guide/data-model/fields",
|
||
"l/ro/user-guide/data-model/creating-records",
|
||
"l/ro/user-guide/data-model/relation-fields",
|
||
"l/ro/user-guide/data-model/data-model-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "Elemente esențiale CRM",
|
||
"icon": "users",
|
||
"pages": [
|
||
"l/ro/user-guide/crm-essentials/contact-and-account-management",
|
||
"l/ro/user-guide/crm-essentials/pipeline",
|
||
"l/ro/user-guide/crm-essentials/view-management",
|
||
"l/ro/user-guide/crm-essentials/sales-use-cases"
|
||
]
|
||
},
|
||
{
|
||
"group": "Vizualizări",
|
||
"icon": "table",
|
||
"pages": [
|
||
"l/ro/user-guide/views/kanban-views",
|
||
"l/ro/user-guide/views/views-sort-filter"
|
||
]
|
||
},
|
||
{
|
||
"group": "Fluxuri de lucru",
|
||
"icon": "bolt",
|
||
"pages": [
|
||
"l/ro/user-guide/workflows/getting-started-workflows",
|
||
"l/ro/user-guide/workflows/workflow-features",
|
||
"l/ro/user-guide/workflows/internal-automations",
|
||
"l/ro/user-guide/workflows/external-tool-integration",
|
||
"l/ro/user-guide/workflows/workflow-troubleshooting",
|
||
"l/ro/user-guide/workflows/workflow-credits",
|
||
"l/ro/user-guide/workflows/professional-services"
|
||
]
|
||
},
|
||
{
|
||
"group": "Colaborare",
|
||
"icon": "envelope",
|
||
"pages": [
|
||
"l/ro/user-guide/collaboration/emails-and-calendars",
|
||
"l/ro/user-guide/collaboration/notes",
|
||
"l/ro/user-guide/collaboration/tasks"
|
||
]
|
||
},
|
||
{
|
||
"group": "Integrări & API",
|
||
"icon": "plug",
|
||
"pages": [
|
||
"l/ro/user-guide/integrations-api/apis-overview",
|
||
"l/ro/user-guide/integrations-api/api-webhooks",
|
||
"l/ro/user-guide/integrations-api/integrations"
|
||
]
|
||
},
|
||
{
|
||
"group": "Raportare",
|
||
"icon": "chart-bar",
|
||
"pages": [
|
||
"l/ro/user-guide/reporting/reporting-overview"
|
||
]
|
||
},
|
||
{
|
||
"group": "Setări",
|
||
"icon": "gear",
|
||
"pages": [
|
||
"l/ro/user-guide/settings/profile-settings",
|
||
"l/ro/user-guide/settings/experience-settings",
|
||
"l/ro/user-guide/settings/email-calendar-setup",
|
||
"l/ro/user-guide/settings/workspace-settings",
|
||
"l/ro/user-guide/settings/member-management",
|
||
"l/ro/user-guide/settings/permissions",
|
||
"l/ro/user-guide/settings/domains-settings",
|
||
"l/ro/user-guide/settings/releases-settings",
|
||
"l/ro/user-guide/settings/settings-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "Prețuri",
|
||
"icon": "credit-card",
|
||
"pages": [
|
||
"l/ro/user-guide/pricing/billing-and-pricing-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "Resurse",
|
||
"icon": "book-open",
|
||
"pages": [
|
||
"l/ro/user-guide/resources/glossary",
|
||
"l/ro/user-guide/resources/github"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"tab": "Dezvoltatori",
|
||
"groups": [
|
||
{
|
||
"group": "Dezvoltatori",
|
||
"pages": []
|
||
},
|
||
{
|
||
"group": "Noțiuni de bază",
|
||
"icon": "rocket",
|
||
"pages": [
|
||
"l/ro/developers/introduction",
|
||
"l/ro/developers/local-setup",
|
||
{
|
||
"group": "Găzduire proprie",
|
||
"pages": [
|
||
"l/ro/developers/self-hosting/docker-compose",
|
||
"l/ro/developers/self-hosting/setup",
|
||
"l/ro/developers/self-hosting/upgrade-guide",
|
||
"l/ro/developers/self-hosting/cloud-providers",
|
||
"l/ro/developers/self-hosting/troubleshooting"
|
||
]
|
||
},
|
||
{
|
||
"group": "API și Webhooks",
|
||
"pages": [
|
||
"l/ro/developers/api-and-webhooks/api",
|
||
"l/ro/developers/api-and-webhooks/webhooks"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"group": "Contribuții",
|
||
"icon": "code-branch",
|
||
"pages": [
|
||
"l/ro/developers/bug-and-requests",
|
||
{
|
||
"group": "Dezvoltare Frontend",
|
||
"pages": [
|
||
"l/ro/developers/frontend-development/storybook",
|
||
{
|
||
"group": "Twenty UI",
|
||
"pages": [
|
||
"l/ro/twenty-ui/introduction",
|
||
{
|
||
"group": "Afișare",
|
||
"pages": [
|
||
"l/ro/twenty-ui/display/checkmark",
|
||
"l/ro/twenty-ui/display/chip",
|
||
"l/ro/twenty-ui/display/icons",
|
||
"l/ro/twenty-ui/display/soon-pill",
|
||
"l/ro/twenty-ui/display/tag",
|
||
"l/ro/twenty-ui/display/app-tooltip"
|
||
]
|
||
},
|
||
{
|
||
"group": "Feedback",
|
||
"pages": [
|
||
"l/ro/twenty-ui/progress-bar"
|
||
]
|
||
},
|
||
{
|
||
"group": "Intrare",
|
||
"pages": [
|
||
"l/ro/twenty-ui/input/buttons",
|
||
"l/ro/twenty-ui/input/color-scheme",
|
||
"l/ro/twenty-ui/input/text",
|
||
"l/ro/twenty-ui/input/checkbox",
|
||
"l/ro/twenty-ui/input/icon-picker",
|
||
"l/ro/twenty-ui/input/image-input",
|
||
"l/ro/twenty-ui/input/radio",
|
||
"l/ro/twenty-ui/input/select",
|
||
"l/ro/twenty-ui/input/toggle",
|
||
"l/ro/twenty-ui/input/block-editor"
|
||
]
|
||
},
|
||
{
|
||
"group": "Navigation",
|
||
"pages": [
|
||
"l/ro/twenty-ui/navigation",
|
||
"l/ro/twenty-ui/navigation/breadcrumb",
|
||
"l/ro/twenty-ui/navigation/links",
|
||
"l/ro/twenty-ui/navigation/menu-item",
|
||
"l/ro/twenty-ui/navigation/navigation-bar",
|
||
"l/ro/twenty-ui/navigation/step-bar"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"l/ro/developers/frontend-development/frontend-commands",
|
||
"l/ro/developers/frontend-development/work-with-figma",
|
||
"l/ro/developers/frontend-development/best-practices-front",
|
||
"l/ro/developers/frontend-development/style-guide",
|
||
"l/ro/developers/frontend-development/folder-architecture-front",
|
||
"l/ro/developers/frontend-development/hotkeys"
|
||
]
|
||
},
|
||
{
|
||
"group": "Dezvoltare Backend",
|
||
"pages": [
|
||
"l/ro/developers/backend-development/server-commands",
|
||
"l/ro/developers/backend-development/feature-flags",
|
||
"l/ro/developers/backend-development/folder-architecture-server",
|
||
"l/ro/developers/backend-development/zapier",
|
||
"l/ro/developers/backend-development/best-practices-server",
|
||
"l/ro/developers/backend-development/custom-objects",
|
||
"l/ro/developers/backend-development/queue"
|
||
]
|
||
}
|
||
]
|
||
}
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"language": "ru",
|
||
"tabs": [
|
||
{
|
||
"tab": "Руководство пользователя",
|
||
"groups": [
|
||
{
|
||
"group": "Начало работы",
|
||
"icon": "rocket",
|
||
"pages": [
|
||
"l/ru/user-guide/introduction",
|
||
"l/ru/user-guide/getting-started/what-is-twenty",
|
||
"l/ru/user-guide/getting-started/create-workspace",
|
||
"l/ru/user-guide/getting-started/getting-around-twenty",
|
||
"l/ru/user-guide/getting-started/configure-your-workspace",
|
||
"l/ru/user-guide/getting-started/implementation-services",
|
||
"l/ru/user-guide/getting-started/migrating-from-other-crms",
|
||
"l/ru/user-guide/getting-started/import-export-data"
|
||
]
|
||
},
|
||
{
|
||
"group": "Модель данных",
|
||
"icon": "database",
|
||
"pages": [
|
||
"l/ru/user-guide/data-model/customize-your-data-model",
|
||
"l/ru/user-guide/data-model/objects",
|
||
"l/ru/user-guide/data-model/fields",
|
||
"l/ru/user-guide/data-model/creating-records",
|
||
"l/ru/user-guide/data-model/relation-fields",
|
||
"l/ru/user-guide/data-model/data-model-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "Основы CRM",
|
||
"icon": "users",
|
||
"pages": [
|
||
"l/ru/user-guide/crm-essentials/contact-and-account-management",
|
||
"l/ru/user-guide/crm-essentials/pipeline",
|
||
"l/ru/user-guide/crm-essentials/view-management",
|
||
"l/ru/user-guide/crm-essentials/sales-use-cases"
|
||
]
|
||
},
|
||
{
|
||
"group": "Представления",
|
||
"icon": "table",
|
||
"pages": [
|
||
"l/ru/user-guide/views/kanban-views",
|
||
"l/ru/user-guide/views/views-sort-filter"
|
||
]
|
||
},
|
||
{
|
||
"group": "Рабочие процессы",
|
||
"icon": "bolt",
|
||
"pages": [
|
||
"l/ru/user-guide/workflows/getting-started-workflows",
|
||
"l/ru/user-guide/workflows/workflow-features",
|
||
"l/ru/user-guide/workflows/internal-automations",
|
||
"l/ru/user-guide/workflows/external-tool-integration",
|
||
"l/ru/user-guide/workflows/workflow-troubleshooting",
|
||
"l/ru/user-guide/workflows/workflow-credits",
|
||
"l/ru/user-guide/workflows/professional-services"
|
||
]
|
||
},
|
||
{
|
||
"group": "Сотрудничество",
|
||
"icon": "envelope",
|
||
"pages": [
|
||
"l/ru/user-guide/collaboration/emails-and-calendars",
|
||
"l/ru/user-guide/collaboration/notes",
|
||
"l/ru/user-guide/collaboration/tasks"
|
||
]
|
||
},
|
||
{
|
||
"group": "Интеграции и API",
|
||
"icon": "plug",
|
||
"pages": [
|
||
"l/ru/user-guide/integrations-api/apis-overview",
|
||
"l/ru/user-guide/integrations-api/api-webhooks",
|
||
"l/ru/user-guide/integrations-api/integrations"
|
||
]
|
||
},
|
||
{
|
||
"group": "Отчеты",
|
||
"icon": "chart-bar",
|
||
"pages": [
|
||
"l/ru/user-guide/reporting/reporting-overview"
|
||
]
|
||
},
|
||
{
|
||
"group": "Настройки",
|
||
"icon": "gear",
|
||
"pages": [
|
||
"l/ru/user-guide/settings/profile-settings",
|
||
"l/ru/user-guide/settings/experience-settings",
|
||
"l/ru/user-guide/settings/email-calendar-setup",
|
||
"l/ru/user-guide/settings/workspace-settings",
|
||
"l/ru/user-guide/settings/member-management",
|
||
"l/ru/user-guide/settings/permissions",
|
||
"l/ru/user-guide/settings/domains-settings",
|
||
"l/ru/user-guide/settings/releases-settings",
|
||
"l/ru/user-guide/settings/settings-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "Цены",
|
||
"icon": "credit-card",
|
||
"pages": [
|
||
"l/ru/user-guide/pricing/billing-and-pricing-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "Ресурсы",
|
||
"icon": "book-open",
|
||
"pages": [
|
||
"l/ru/user-guide/resources/glossary",
|
||
"l/ru/user-guide/resources/github"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"tab": "Разработчики",
|
||
"groups": [
|
||
{
|
||
"group": "Разработчики",
|
||
"pages": []
|
||
},
|
||
{
|
||
"group": "Начало работы",
|
||
"icon": "rocket",
|
||
"pages": [
|
||
"l/ru/developers/introduction",
|
||
"l/ru/developers/local-setup",
|
||
{
|
||
"group": "Самостоятельный хостинг",
|
||
"pages": [
|
||
"l/ru/developers/self-hosting/docker-compose",
|
||
"l/ru/developers/self-hosting/setup",
|
||
"l/ru/developers/self-hosting/upgrade-guide",
|
||
"l/ru/developers/self-hosting/cloud-providers",
|
||
"l/ru/developers/self-hosting/troubleshooting"
|
||
]
|
||
},
|
||
{
|
||
"group": "API и вебхуки",
|
||
"pages": [
|
||
"l/ru/developers/api-and-webhooks/api",
|
||
"l/ru/developers/api-and-webhooks/webhooks"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"group": "Вклад",
|
||
"icon": "code-branch",
|
||
"pages": [
|
||
"l/ru/developers/bug-and-requests",
|
||
{
|
||
"group": "Разработка интерфейса",
|
||
"pages": [
|
||
"l/ru/developers/frontend-development/storybook",
|
||
{
|
||
"group": "Twenty UI",
|
||
"pages": [
|
||
"l/ru/twenty-ui/introduction",
|
||
{
|
||
"group": "Отображение",
|
||
"pages": [
|
||
"l/ru/twenty-ui/display/checkmark",
|
||
"l/ru/twenty-ui/display/chip",
|
||
"l/ru/twenty-ui/display/icons",
|
||
"l/ru/twenty-ui/display/soon-pill",
|
||
"l/ru/twenty-ui/display/tag",
|
||
"l/ru/twenty-ui/display/app-tooltip"
|
||
]
|
||
},
|
||
{
|
||
"group": "Обратная связь",
|
||
"pages": [
|
||
"l/ru/twenty-ui/progress-bar"
|
||
]
|
||
},
|
||
{
|
||
"group": "Ввод",
|
||
"pages": [
|
||
"l/ru/twenty-ui/input/buttons",
|
||
"l/ru/twenty-ui/input/color-scheme",
|
||
"l/ru/twenty-ui/input/text",
|
||
"l/ru/twenty-ui/input/checkbox",
|
||
"l/ru/twenty-ui/input/icon-picker",
|
||
"l/ru/twenty-ui/input/image-input",
|
||
"l/ru/twenty-ui/input/radio",
|
||
"l/ru/twenty-ui/input/select",
|
||
"l/ru/twenty-ui/input/toggle",
|
||
"l/ru/twenty-ui/input/block-editor"
|
||
]
|
||
},
|
||
{
|
||
"group": "Навигация",
|
||
"pages": [
|
||
"l/ru/twenty-ui/navigation",
|
||
"l/ru/twenty-ui/navigation/breadcrumb",
|
||
"l/ru/twenty-ui/navigation/links",
|
||
"l/ru/twenty-ui/navigation/menu-item",
|
||
"l/ru/twenty-ui/navigation/navigation-bar",
|
||
"l/ru/twenty-ui/navigation/step-bar"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"l/ru/developers/frontend-development/frontend-commands",
|
||
"l/ru/developers/frontend-development/work-with-figma",
|
||
"l/ru/developers/frontend-development/best-practices-front",
|
||
"l/ru/developers/frontend-development/style-guide",
|
||
"l/ru/developers/frontend-development/folder-architecture-front",
|
||
"l/ru/developers/frontend-development/hotkeys"
|
||
]
|
||
},
|
||
{
|
||
"group": "Бэкенд разработка",
|
||
"pages": [
|
||
"l/ru/developers/backend-development/server-commands",
|
||
"l/ru/developers/backend-development/feature-flags",
|
||
"l/ru/developers/backend-development/folder-architecture-server",
|
||
"l/ru/developers/backend-development/zapier",
|
||
"l/ru/developers/backend-development/best-practices-server",
|
||
"l/ru/developers/backend-development/custom-objects",
|
||
"l/ru/developers/backend-development/queue"
|
||
]
|
||
}
|
||
]
|
||
}
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"language": "tr",
|
||
"tabs": [
|
||
{
|
||
"tab": "User Guide",
|
||
"groups": [
|
||
{
|
||
"group": "Getting Started",
|
||
"icon": "rocket",
|
||
"pages": [
|
||
"l/tr/user-guide/introduction",
|
||
"l/tr/user-guide/getting-started/what-is-twenty",
|
||
"l/tr/user-guide/getting-started/create-workspace",
|
||
"l/tr/user-guide/getting-started/getting-around-twenty",
|
||
"l/tr/user-guide/getting-started/configure-your-workspace",
|
||
"l/tr/user-guide/getting-started/implementation-services",
|
||
"l/tr/user-guide/getting-started/migrating-from-other-crms",
|
||
"l/tr/user-guide/getting-started/import-export-data"
|
||
]
|
||
},
|
||
{
|
||
"group": "Veri modeli",
|
||
"icon": "database",
|
||
"pages": [
|
||
"l/tr/user-guide/data-model/customize-your-data-model",
|
||
"l/tr/user-guide/data-model/objects",
|
||
"l/tr/user-guide/data-model/fields",
|
||
"l/tr/user-guide/data-model/creating-records",
|
||
"l/tr/user-guide/data-model/relation-fields",
|
||
"l/tr/user-guide/data-model/data-model-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "CRM Temelleri",
|
||
"icon": "users",
|
||
"pages": [
|
||
"l/tr/user-guide/crm-essentials/contact-and-account-management",
|
||
"l/tr/user-guide/crm-essentials/pipeline",
|
||
"l/tr/user-guide/crm-essentials/view-management",
|
||
"l/tr/user-guide/crm-essentials/sales-use-cases"
|
||
]
|
||
},
|
||
{
|
||
"group": "Görünümler",
|
||
"icon": "table",
|
||
"pages": [
|
||
"l/tr/user-guide/views/kanban-views",
|
||
"l/tr/user-guide/views/views-sort-filter"
|
||
]
|
||
},
|
||
{
|
||
"group": "İş Akışları",
|
||
"icon": "bolt",
|
||
"pages": [
|
||
"l/tr/user-guide/workflows/getting-started-workflows",
|
||
"l/tr/user-guide/workflows/workflow-features",
|
||
"l/tr/user-guide/workflows/internal-automations",
|
||
"l/tr/user-guide/workflows/external-tool-integration",
|
||
"l/tr/user-guide/workflows/workflow-troubleshooting",
|
||
"l/tr/user-guide/workflows/workflow-credits",
|
||
"l/tr/user-guide/workflows/professional-services"
|
||
]
|
||
},
|
||
{
|
||
"group": "İşbirliği",
|
||
"icon": "envelope",
|
||
"pages": [
|
||
"l/tr/user-guide/collaboration/emails-and-calendars",
|
||
"l/tr/user-guide/collaboration/notes",
|
||
"l/tr/user-guide/collaboration/tasks"
|
||
]
|
||
},
|
||
{
|
||
"group": "Integrations & API",
|
||
"icon": "plug",
|
||
"pages": [
|
||
"l/tr/user-guide/integrations-api/apis-overview",
|
||
"l/tr/user-guide/integrations-api/api-webhooks",
|
||
"l/tr/user-guide/integrations-api/integrations"
|
||
]
|
||
},
|
||
{
|
||
"group": "Raporlama",
|
||
"icon": "chart-bar",
|
||
"pages": [
|
||
"l/tr/user-guide/reporting/reporting-overview"
|
||
]
|
||
},
|
||
{
|
||
"group": "Ayarlar",
|
||
"icon": "gear",
|
||
"pages": [
|
||
"l/tr/user-guide/settings/profile-settings",
|
||
"l/tr/user-guide/settings/experience-settings",
|
||
"l/tr/user-guide/settings/email-calendar-setup",
|
||
"l/tr/user-guide/settings/workspace-settings",
|
||
"l/tr/user-guide/settings/member-management",
|
||
"l/tr/user-guide/settings/permissions",
|
||
"l/tr/user-guide/settings/domains-settings",
|
||
"l/tr/user-guide/settings/releases-settings",
|
||
"l/tr/user-guide/settings/settings-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "Fiyatlandırma",
|
||
"icon": "credit-card",
|
||
"pages": [
|
||
"l/tr/user-guide/pricing/billing-and-pricing-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "Kaynaklar",
|
||
"icon": "book-open",
|
||
"pages": [
|
||
"l/tr/user-guide/resources/glossary",
|
||
"l/tr/user-guide/resources/github"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"tab": "Geliştiriciler",
|
||
"groups": [
|
||
{
|
||
"group": "Geliştiriciler",
|
||
"pages": []
|
||
},
|
||
{
|
||
"group": "Getting Started",
|
||
"icon": "rocket",
|
||
"pages": [
|
||
"l/tr/developers/introduction",
|
||
"l/tr/developers/local-setup",
|
||
{
|
||
"group": "Self-Hosting",
|
||
"pages": [
|
||
"l/tr/developers/self-hosting/docker-compose",
|
||
"l/tr/developers/self-hosting/setup",
|
||
"l/tr/developers/self-hosting/upgrade-guide",
|
||
"l/tr/developers/self-hosting/cloud-providers",
|
||
"l/tr/developers/self-hosting/troubleshooting"
|
||
]
|
||
},
|
||
{
|
||
"group": "API and Webhooks",
|
||
"pages": [
|
||
"l/tr/developers/api-and-webhooks/api",
|
||
"l/tr/developers/api-and-webhooks/webhooks"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"group": "Katkıda Bulunma",
|
||
"icon": "code-branch",
|
||
"pages": [
|
||
"l/tr/developers/bug-and-requests",
|
||
{
|
||
"group": "Frontend Geliştirme",
|
||
"pages": [
|
||
"l/tr/developers/frontend-development/storybook",
|
||
{
|
||
"group": "Twenty UI",
|
||
"pages": [
|
||
"l/tr/twenty-ui/introduction",
|
||
{
|
||
"group": "Görüntüle",
|
||
"pages": [
|
||
"l/tr/twenty-ui/display/checkmark",
|
||
"l/tr/twenty-ui/display/chip",
|
||
"l/tr/twenty-ui/display/icons",
|
||
"l/tr/twenty-ui/display/soon-pill",
|
||
"l/tr/twenty-ui/display/tag",
|
||
"l/tr/twenty-ui/display/app-tooltip"
|
||
]
|
||
},
|
||
{
|
||
"group": "Geri Bildirim",
|
||
"pages": [
|
||
"l/tr/twenty-ui/progress-bar"
|
||
]
|
||
},
|
||
{
|
||
"group": "Girdi",
|
||
"pages": [
|
||
"l/tr/twenty-ui/input/buttons",
|
||
"l/tr/twenty-ui/input/color-scheme",
|
||
"l/tr/twenty-ui/input/text",
|
||
"l/tr/twenty-ui/input/checkbox",
|
||
"l/tr/twenty-ui/input/icon-picker",
|
||
"l/tr/twenty-ui/input/image-input",
|
||
"l/tr/twenty-ui/input/radio",
|
||
"l/tr/twenty-ui/input/select",
|
||
"l/tr/twenty-ui/input/toggle",
|
||
"l/tr/twenty-ui/input/block-editor"
|
||
]
|
||
},
|
||
{
|
||
"group": "Gezinme",
|
||
"pages": [
|
||
"l/tr/twenty-ui/navigation",
|
||
"l/tr/twenty-ui/navigation/breadcrumb",
|
||
"l/tr/twenty-ui/navigation/links",
|
||
"l/tr/twenty-ui/navigation/menu-item",
|
||
"l/tr/twenty-ui/navigation/navigation-bar",
|
||
"l/tr/twenty-ui/navigation/step-bar"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"l/tr/developers/frontend-development/frontend-commands",
|
||
"l/tr/developers/frontend-development/work-with-figma",
|
||
"l/tr/developers/frontend-development/best-practices-front",
|
||
"l/tr/developers/frontend-development/style-guide",
|
||
"l/tr/developers/frontend-development/folder-architecture-front",
|
||
"l/tr/developers/frontend-development/hotkeys"
|
||
]
|
||
},
|
||
{
|
||
"group": "Backend Geliştirme",
|
||
"pages": [
|
||
"l/tr/developers/backend-development/server-commands",
|
||
"l/tr/developers/backend-development/feature-flags",
|
||
"l/tr/developers/backend-development/folder-architecture-server",
|
||
"l/tr/developers/backend-development/zapier",
|
||
"l/tr/developers/backend-development/best-practices-server",
|
||
"l/tr/developers/backend-development/custom-objects",
|
||
"l/tr/developers/backend-development/queue"
|
||
]
|
||
}
|
||
]
|
||
}
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"language": "zh",
|
||
"tabs": [
|
||
{
|
||
"tab": "User Guide",
|
||
"groups": [
|
||
{
|
||
"group": "Getting Started",
|
||
"icon": "rocket",
|
||
"pages": [
|
||
"l/zh/user-guide/introduction",
|
||
"l/zh/user-guide/getting-started/what-is-twenty",
|
||
"l/zh/user-guide/getting-started/create-workspace",
|
||
"l/zh/user-guide/getting-started/getting-around-twenty",
|
||
"l/zh/user-guide/getting-started/configure-your-workspace",
|
||
"l/zh/user-guide/getting-started/implementation-services",
|
||
"l/zh/user-guide/getting-started/migrating-from-other-crms",
|
||
"l/zh/user-guide/getting-started/import-export-data"
|
||
]
|
||
},
|
||
{
|
||
"group": "數據模型",
|
||
"icon": "database",
|
||
"pages": [
|
||
"l/zh/user-guide/data-model/customize-your-data-model",
|
||
"l/zh/user-guide/data-model/objects",
|
||
"l/zh/user-guide/data-model/fields",
|
||
"l/zh/user-guide/data-model/creating-records",
|
||
"l/zh/user-guide/data-model/relation-fields",
|
||
"l/zh/user-guide/data-model/data-model-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "CRM 基礎知識",
|
||
"icon": "users",
|
||
"pages": [
|
||
"l/zh/user-guide/crm-essentials/contact-and-account-management",
|
||
"l/zh/user-guide/crm-essentials/pipeline",
|
||
"l/zh/user-guide/crm-essentials/view-management",
|
||
"l/zh/user-guide/crm-essentials/sales-use-cases"
|
||
]
|
||
},
|
||
{
|
||
"group": "視圖",
|
||
"icon": "table",
|
||
"pages": [
|
||
"l/zh/user-guide/views/kanban-views",
|
||
"l/zh/user-guide/views/views-sort-filter"
|
||
]
|
||
},
|
||
{
|
||
"group": "Workflow",
|
||
"icon": "bolt",
|
||
"pages": [
|
||
"l/zh/user-guide/workflows/getting-started-workflows",
|
||
"l/zh/user-guide/workflows/workflow-features",
|
||
"l/zh/user-guide/workflows/internal-automations",
|
||
"l/zh/user-guide/workflows/external-tool-integration",
|
||
"l/zh/user-guide/workflows/workflow-troubleshooting",
|
||
"l/zh/user-guide/workflows/workflow-credits",
|
||
"l/zh/user-guide/workflows/professional-services"
|
||
]
|
||
},
|
||
{
|
||
"group": "協作",
|
||
"icon": "envelope",
|
||
"pages": [
|
||
"l/zh/user-guide/collaboration/emails-and-calendars",
|
||
"l/zh/user-guide/collaboration/notes",
|
||
"l/zh/user-guide/collaboration/tasks"
|
||
]
|
||
},
|
||
{
|
||
"group": "Integrations & API",
|
||
"icon": "plug",
|
||
"pages": [
|
||
"l/zh/user-guide/integrations-api/apis-overview",
|
||
"l/zh/user-guide/integrations-api/api-webhooks",
|
||
"l/zh/user-guide/integrations-api/integrations"
|
||
]
|
||
},
|
||
{
|
||
"group": "報告",
|
||
"icon": "chart-bar",
|
||
"pages": [
|
||
"l/zh/user-guide/reporting/reporting-overview"
|
||
]
|
||
},
|
||
{
|
||
"group": "設置",
|
||
"icon": "gear",
|
||
"pages": [
|
||
"l/zh/user-guide/settings/profile-settings",
|
||
"l/zh/user-guide/settings/experience-settings",
|
||
"l/zh/user-guide/settings/email-calendar-setup",
|
||
"l/zh/user-guide/settings/workspace-settings",
|
||
"l/zh/user-guide/settings/member-management",
|
||
"l/zh/user-guide/settings/permissions",
|
||
"l/zh/user-guide/settings/domains-settings",
|
||
"l/zh/user-guide/settings/releases-settings",
|
||
"l/zh/user-guide/settings/settings-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "定價",
|
||
"icon": "credit-card",
|
||
"pages": [
|
||
"l/zh/user-guide/pricing/billing-and-pricing-faq"
|
||
]
|
||
},
|
||
{
|
||
"group": "資源",
|
||
"icon": "book-open",
|
||
"pages": [
|
||
"l/zh/user-guide/resources/glossary",
|
||
"l/zh/user-guide/resources/github"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"tab": "開發人員",
|
||
"groups": [
|
||
{
|
||
"group": "開發人員",
|
||
"pages": []
|
||
},
|
||
{
|
||
"group": "Getting Started",
|
||
"icon": "rocket",
|
||
"pages": [
|
||
"l/zh/developers/introduction",
|
||
"l/zh/developers/local-setup",
|
||
{
|
||
"group": "Self-Hosting",
|
||
"pages": [
|
||
"l/zh/developers/self-hosting/docker-compose",
|
||
"l/zh/developers/self-hosting/setup",
|
||
"l/zh/developers/self-hosting/upgrade-guide",
|
||
"l/zh/developers/self-hosting/cloud-providers",
|
||
"l/zh/developers/self-hosting/troubleshooting"
|
||
]
|
||
},
|
||
{
|
||
"group": "API 和 Webhooks",
|
||
"pages": [
|
||
"l/zh/developers/api-and-webhooks/api",
|
||
"l/zh/developers/api-and-webhooks/webhooks"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"group": "貢獻",
|
||
"icon": "code-branch",
|
||
"pages": [
|
||
"l/zh/developers/bug-and-requests",
|
||
{
|
||
"group": "前端開發",
|
||
"pages": [
|
||
"l/zh/developers/frontend-development/storybook",
|
||
{
|
||
"group": "Twenty UI",
|
||
"pages": [
|
||
"l/zh/twenty-ui/introduction",
|
||
{
|
||
"group": "顯示",
|
||
"pages": [
|
||
"l/zh/twenty-ui/display/checkmark",
|
||
"l/zh/twenty-ui/display/chip",
|
||
"l/zh/twenty-ui/display/icons",
|
||
"l/zh/twenty-ui/display/soon-pill",
|
||
"l/zh/twenty-ui/display/tag",
|
||
"l/zh/twenty-ui/display/app-tooltip"
|
||
]
|
||
},
|
||
{
|
||
"group": "反饋",
|
||
"pages": [
|
||
"l/zh/twenty-ui/progress-bar"
|
||
]
|
||
},
|
||
{
|
||
"group": "輸入",
|
||
"pages": [
|
||
"l/zh/twenty-ui/input/buttons",
|
||
"l/zh/twenty-ui/input/color-scheme",
|
||
"l/zh/twenty-ui/input/text",
|
||
"l/zh/twenty-ui/input/checkbox",
|
||
"l/zh/twenty-ui/input/icon-picker",
|
||
"l/zh/twenty-ui/input/image-input",
|
||
"l/zh/twenty-ui/input/radio",
|
||
"l/zh/twenty-ui/input/select",
|
||
"l/zh/twenty-ui/input/toggle",
|
||
"l/zh/twenty-ui/input/block-editor"
|
||
]
|
||
},
|
||
{
|
||
"group": "導航",
|
||
"pages": [
|
||
"l/zh/twenty-ui/navigation",
|
||
"l/zh/twenty-ui/navigation/breadcrumb",
|
||
"l/zh/twenty-ui/navigation/links",
|
||
"l/zh/twenty-ui/navigation/menu-item",
|
||
"l/zh/twenty-ui/navigation/navigation-bar",
|
||
"l/zh/twenty-ui/navigation/step-bar"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"l/zh/developers/frontend-development/frontend-commands",
|
||
"l/zh/developers/frontend-development/work-with-figma",
|
||
"l/zh/developers/frontend-development/best-practices-front",
|
||
"l/zh/developers/frontend-development/style-guide",
|
||
"l/zh/developers/frontend-development/folder-architecture-front",
|
||
"l/zh/developers/frontend-development/hotkeys"
|
||
]
|
||
},
|
||
{
|
||
"group": "後端開發",
|
||
"pages": [
|
||
"l/zh/developers/backend-development/server-commands",
|
||
"l/zh/developers/backend-development/feature-flags",
|
||
"l/zh/developers/backend-development/folder-architecture-server",
|
||
"l/zh/developers/backend-development/zapier",
|
||
"l/zh/developers/backend-development/best-practices-server",
|
||
"l/zh/developers/backend-development/custom-objects",
|
||
"l/zh/developers/backend-development/queue"
|
||
]
|
||
}
|
||
]
|
||
}
|
||
]
|
||
}
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"footer": {
|
||
"socials": {
|
||
"github": "https://github.com/twentyhq/twenty",
|
||
"twitter": "https://twitter.com/twentycrm",
|
||
"discord": "https://discord.gg/cx5n4Jzs57"
|
||
}
|
||
}
|
||
}
|