Files
twenty/packages/twenty-docs/navigation/navigation.template.json
T

92 lines
2.1 KiB
JSON

{
"tabs": {
"userGuide": {
"label": "User Guide",
"groups": {
"gettingStarted": {
"label": "Getting Started"
},
"dataModel": {
"label": "Data Model"
},
"crmEssentials": {
"label": "CRM Essentials"
},
"views": {
"label": "Views"
},
"workflows": {
"label": "Workflows"
},
"collaboration": {
"label": "Collaboration"
},
"integrationsApi": {
"label": "Integrations & API"
},
"reporting": {
"label": "Reporting"
},
"settings": {
"label": "Settings"
},
"pricing": {
"label": "Pricing"
},
"resources": {
"label": "Resources"
}
}
},
"developers": {
"label": "Developers",
"groups": {
"developersGroup": {
"label": "Developers"
},
"devGettingStarted": {
"label": "Getting Started",
"groups": {
"selfHosting": {
"label": "Self-Hosting"
},
"apiAndWebhooks": {
"label": "API and Webhooks"
}
}
},
"contributing": {
"label": "Contributing",
"groups": {
"frontendDevelopment": {
"label": "Frontend Development",
"groups": {
"twentyUi": {
"label": "Twenty UI",
"groups": {
"display": {
"label": "Display"
},
"feedback": {
"label": "Feedback"
},
"input": {
"label": "Input"
},
"navigation": {
"label": "Navigation"
}
}
}
}
},
"backendDevelopment": {
"label": "Backend Development"
}
}
}
}
}
}
}