chore: Remove emojis from welcome docs

This commit is contained in:
Tom Moor
2020-07-20 19:14:15 -07:00
parent 96d6e9b85e
commit 822395c265
5 changed files with 4 additions and 4 deletions

View File

@@ -142,10 +142,10 @@ Team.prototype.provisionFirstCollection = async function(userId) {
// For the first collection we go ahead and create some intitial documents to get // For the first collection we go ahead and create some intitial documents to get
// the team started. You can edit these in /server/onboarding/x.md // the team started. You can edit these in /server/onboarding/x.md
const onboardingDocs = [ const onboardingDocs = [
"❤️ Support", "Support",
"🚀 Integrations & API", "Integrations & API",
"📝 Our Editor", "Our Editor",
"👋 What is Outline", "What is Outline",
]; ];
for (const title of onboardingDocs) { for (const title of onboardingDocs) {
const text = await readFile( const text = await readFile(