doc: explain how to use composite types properly (#4136)

This commit is contained in:
Ariel Mashraki
2024-07-12 14:38:08 +03:00
committed by GitHub
parent 727aa0acd7
commit e57ff4adce
31 changed files with 3596 additions and 33 deletions

View File

@@ -49,6 +49,7 @@ module.exports = {
label: 'External Objects',
items: [
{type: 'doc', id: 'migration/domain', label: 'Domain Types'},
{type: 'doc', id: 'migration/composite', label: 'Composite Types'},
],
collapsed: false,
},