Docs troubleshooting page (#8312)

Related to #8296

---------

Co-authored-by: Félix Malfait <felix@twenty.com>
Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
This commit is contained in:
BOHEUS
2024-11-24 21:26:54 +00:00
committed by GitHub
parent 37970c08a9
commit c3d96b1dd8
11 changed files with 206 additions and 581 deletions

View File

@ -3,10 +3,11 @@ export const DOCS_INDEX = {
'Local Setup': [{ fileName: 'local-setup' }],
'Self-Hosting': [
{ fileName: 'self-hosting' },
{ fileName: 'self-hosting-var' },
{ fileName: 'docker-compose' },
{ fileName: 'cloud-providers' },
{ fileName: 'upgrade-guide' },
{ fileName: 'self-hosting-var' },
{ fileName: 'cloud-providers' },
{ fileName: 'troubleshooting' },
],
},
Extending: {