mirror of
https://github.com/documenso/documenso.git
synced 2025-11-22 04:31:39 +10:00
19 lines
477 B
JavaScript
19 lines
477 B
JavaScript
export default {
|
|
index: 'Introduction',
|
|
'-- Development & Deployment': {
|
|
type: 'separator',
|
|
title: 'Development & Deployment',
|
|
},
|
|
'local-development': 'Local Development',
|
|
'developer-mode': 'Developer Mode',
|
|
'self-hosting': 'Self Hosting',
|
|
contributing: 'Contributing',
|
|
'-- API & Integration Guides': {
|
|
type: 'separator',
|
|
title: 'API & Integration Guides',
|
|
},
|
|
'public-api': 'Public API',
|
|
embedding: 'Embedding',
|
|
webhooks: 'Webhooks',
|
|
};
|