2
0

📝 Add nocodb block videos into docs

This commit is contained in:
Baptiste Arnaud
2024-06-20 17:13:11 +02:00
parent 531a1be003
commit 55654550f0
3 changed files with 18 additions and 8 deletions

View File

@ -13,4 +13,8 @@ export const nocodbBlock = createBlock({
LightLogo: NocodbLogo,
auth,
actions: [searchRecords, createRecord, updateExistingRecord],
onboarding: {
youtubeId: 'ViKETDQ8Sfg',
deployedAt: new Date('2023-06-20'),
},
})