mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
Show the fields coordinates when the `devmode` search param is present. It's meant to help API users understand where to position the fields.
19 lines
474 B
JSON
19 lines
474 B
JSON
{
|
|
"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"
|
|
}
|