We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcdb872 commit cb6c8bcCopy full SHA for cb6c8bc
src/utils/exportAs/documentation.js
@@ -65,6 +65,6 @@ export function jsonToDocumentation(obj) {
65
`## Introduction\n\n## Database type\n\n- **Database system:** `+
66
`${databases[obj.database].name}\n## Table structure\n\n${documentationEntities}`+
67
`\n## Relationships\n\n${documentationRelationships}\n` +
68
- `${databases[obj.database].hasTypes && obj.types.length > 0 ? `## Types\n\n` + documentationTypes`\n\n` : "" }` +
+ `${databases[obj.database].hasTypes && obj.types.length > 0 ? `## Types\n\n` + documentationTypes + `\n\n` : "" }` +
69
`## Database Diagram\n\n\`\`\`mermaid\n${jsonToMermaid(obj)}\n\`\`\``;
70
}
0 commit comments