chore: Remove emojis from welcome docs
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user