From 21d3b9c7e00a068fe691a791094f0f9669491c13 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 1 Aug 2021 13:03:21 -0700 Subject: [PATCH] fix: Formatting of welcome docs :rolleyes: --- server/models/Team.js | 2 +- server/onboarding/Getting Started.md | 2 -- server/onboarding/Integrations & API.md | 2 ++ server/onboarding/Our Editor.md | 1 + server/onboarding/What is Outline.md | 1 + 5 files changed, 5 insertions(+), 3 deletions(-) diff --git a/server/models/Team.js b/server/models/Team.js index 887b998a..6fcfb191 100644 --- a/server/models/Team.js +++ b/server/models/Team.js @@ -182,7 +182,7 @@ Team.prototype.provisionFirstCollection = async function (userId) { "utf8" ); const document = await Document.create({ - version: 1, + version: 2, isWelcome: true, parentDocumentId: null, collectionId: collection.id, diff --git a/server/onboarding/Getting Started.md b/server/onboarding/Getting Started.md index 5e55f8a1..143dffe8 100644 --- a/server/onboarding/Getting Started.md +++ b/server/onboarding/Getting Started.md @@ -1,5 +1,3 @@ -# Getting Started - Some ideas to get you and your team started with learning the basics of Outline, feel free to check them off as you go! ## Learn the basics diff --git a/server/onboarding/Integrations & API.md b/server/onboarding/Integrations & API.md index 142fcf13..ed87ef6e 100644 --- a/server/onboarding/Integrations & API.md +++ b/server/onboarding/Integrations & API.md @@ -2,8 +2,10 @@ Outline supports many of the most popular tools on the market without any additional settings or configuration. Just paste links to a YouTube video, Figma file, or Google Spreadsheet to get instant live-embeds in your documents. Take a look at the [integrations directory](https://www.getoutline.com/integrations) for a list of all of the tools that are supported. +\ Our integration code is also [open-source](https://github.com/outline/outline) and we encourage third party developers and the community to build support for additional tools! +\ :::info Most integrations work by simply pasting a link from a supported service into a document. ::: diff --git a/server/onboarding/Our Editor.md b/server/onboarding/Our Editor.md index ca85b681..609e6f1a 100644 --- a/server/onboarding/Our Editor.md +++ b/server/onboarding/Our Editor.md @@ -4,6 +4,7 @@ The heart of Outline is the document editor. We let you write in whichever way y If you’re comfortable writing markdown then all of the shortcuts you are used to are supported, for example type \*\*bold\*\* to instantly create **bold** text. If you forget some syntax or are after a quick refresher hit the keyboard icon in the bottom right hand corner for our guide. Learning some of the key Markdown shortcuts will definitely make using Outline faster and more enjoyable! +\ :::info You can also paste markdown, html, or rich text from elsewhere directly into a document. ::: diff --git a/server/onboarding/What is Outline.md b/server/onboarding/What is Outline.md index 5030ad08..c88f3998 100644 --- a/server/onboarding/What is Outline.md +++ b/server/onboarding/What is Outline.md @@ -1,5 +1,6 @@ Outline is a place to build your team knowledge base, you could think of it like your team’s shared library – a place for important documentation, notes, and ideas to live and be discovered. Some things you might want to keep in Outline include: +\ - Documentation - Support knowledge base - Product plans and RFCs