0731a616b7
## Summary The merge conflict resolution from PR #16705 incorrectly discarded the new documentation structure changes. This PR updates the navigation JSON files (the correct approach) to restore the intended changes. ## Changes restored - New 'Capabilities' and 'How-Tos' subgroups organization - Renamed sections (e.g., 'Getting Started' → 'Discover Twenty') - New sections: Data Migration, Calendar & Emails, AI, Views & Pipelines, Dashboards, Permissions & Access, Billing - Reorganized Developers section with Extend, Self-Host, and Contribute groups ## Files updated - `navigation/base-structure.json` - `navigation/navigation-schema.json` - `navigation/navigation.template.json` ## Context PR #16705 was merged but the merge conflict was incorrectly resolved, causing all the structural changes to be lost. The previous fix (PR #16741) updated docs.json directly, but the correct approach is to update the navigation JSON files instead. This PR properly restores those changes from the final commit of PR #16705 (`c856e0d598a0056c2bdaf528502e08261daf7c7c`). --------- Co-authored-by: github-actions <github-actions@twenty.com>
204 lines
5.1 KiB
JSON
204 lines
5.1 KiB
JSON
{
|
|
"tabs": {
|
|
"userGuide": {
|
|
"label": "User Guide",
|
|
"groups": {
|
|
"discoverTwenty": {
|
|
"label": "Discover Twenty",
|
|
"groups": {
|
|
"gettingStartedCapabilities": {
|
|
"label": "Capabilities"
|
|
},
|
|
"gettingStartedHowTos": {
|
|
"label": "How-Tos"
|
|
}
|
|
}
|
|
},
|
|
"dataModel": {
|
|
"label": "Data Model",
|
|
"groups": {
|
|
"dataModelCapabilities": {
|
|
"label": "Capabilities"
|
|
},
|
|
"dataModelHowTos": {
|
|
"label": "How-Tos"
|
|
}
|
|
}
|
|
},
|
|
"dataMigration": {
|
|
"label": "Data Migration",
|
|
"groups": {
|
|
"dataMigrationCapabilities": {
|
|
"label": "Capabilities"
|
|
},
|
|
"dataMigrationHowTos": {
|
|
"label": "How-Tos"
|
|
}
|
|
}
|
|
},
|
|
"calendarEmails": {
|
|
"label": "Calendar & Emails",
|
|
"groups": {
|
|
"calendarEmailsCapabilities": {
|
|
"label": "Capabilities"
|
|
},
|
|
"calendarEmailsHowTos": {
|
|
"label": "How-Tos"
|
|
}
|
|
}
|
|
},
|
|
"workflows": {
|
|
"label": "Workflows",
|
|
"groups": {
|
|
"workflowsCapabilities": {
|
|
"label": "Capabilities"
|
|
},
|
|
"workflowsHowTos": {
|
|
"label": "How-Tos",
|
|
"groups": {
|
|
"crmAutomations": {
|
|
"label": "CRM Automations"
|
|
},
|
|
"connectToOtherTools": {
|
|
"label": "Connect to Other Tools"
|
|
},
|
|
"advancedConfigurations": {
|
|
"label": "Advanced Configurations"
|
|
},
|
|
"needMoreHelp": {
|
|
"label": "Need More Help"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ai": {
|
|
"label": "AI",
|
|
"groups": {
|
|
"aiCapabilities": {
|
|
"label": "Capabilities"
|
|
},
|
|
"aiHowTos": {
|
|
"label": "How-Tos"
|
|
}
|
|
}
|
|
},
|
|
"viewsPipelines": {
|
|
"label": "Views & Pipelines",
|
|
"groups": {
|
|
"viewsPipelinesCapabilities": {
|
|
"label": "Capabilities"
|
|
},
|
|
"viewsPipelinesHowTos": {
|
|
"label": "How-Tos"
|
|
}
|
|
}
|
|
},
|
|
"dashboards": {
|
|
"label": "Dashboards",
|
|
"groups": {
|
|
"dashboardsCapabilities": {
|
|
"label": "Capabilities"
|
|
},
|
|
"dashboardsHowTos": {
|
|
"label": "How-Tos"
|
|
}
|
|
}
|
|
},
|
|
"permissionsAccess": {
|
|
"label": "Permissions & Access",
|
|
"groups": {
|
|
"permissionsAccessCapabilities": {
|
|
"label": "Capabilities"
|
|
},
|
|
"permissionsAccessHowTos": {
|
|
"label": "How-Tos"
|
|
}
|
|
}
|
|
},
|
|
"billing": {
|
|
"label": "Billing",
|
|
"groups": {
|
|
"billingCapabilities": {
|
|
"label": "Capabilities"
|
|
},
|
|
"billingHowTos": {
|
|
"label": "How-Tos"
|
|
}
|
|
}
|
|
},
|
|
"settings": {
|
|
"label": "Settings",
|
|
"groups": {
|
|
"settingsCapabilities": {
|
|
"label": "Capabilities"
|
|
},
|
|
"settingsHowTos": {
|
|
"label": "How-Tos"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"developers": {
|
|
"label": "Developers",
|
|
"groups": {
|
|
"developersGroup": {
|
|
"label": "Developers"
|
|
},
|
|
"extend": {
|
|
"label": "Extend",
|
|
"groups": {
|
|
"extendCapabilities": {
|
|
"label": "Capabilities"
|
|
}
|
|
}
|
|
},
|
|
"selfHost": {
|
|
"label": "Self-Host",
|
|
"groups": {
|
|
"selfHostCapabilities": {
|
|
"label": "Capabilities"
|
|
}
|
|
}
|
|
},
|
|
"contribute": {
|
|
"label": "Contribute",
|
|
"groups": {
|
|
"contributeCapabilities": {
|
|
"label": "Capabilities",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|