Better intro document

This commit is contained in:
Jori Lallo
2016-09-14 20:17:20 -07:00
parent acdc8531e4
commit 280a29c007

View File

@ -39,7 +39,7 @@ const Atlas = sequelize.define('atlas', {
lastModifiedById: collection.creatorId, lastModifiedById: collection.creatorId,
createdById: collection.creatorId, createdById: collection.creatorId,
title: 'Introduction', title: 'Introduction',
text: '# Introduction', text: '# Introduction\n\nLets get started...',
}); });
await collection.buildStructure(); await collection.buildStructure();
await collection.save(); await collection.save();