diff --git a/server/models/Team.js b/server/models/Team.js index 887b998a3..6fcfb191f 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 5e55f8a15..143dffe8a 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 142fcf135..ed87ef6ec 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 ca85b6819..609e6f1ae 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 5030ad08b..c88f39986 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