fix: Formatting of welcome docs :rolleyes:

This commit is contained in:
Tom Moor 2021-08-01 13:03:21 -07:00
parent 6665dfff28
commit 21d3b9c7e0
5 changed files with 5 additions and 3 deletions

View File

@ -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,

View File

@ -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

View File

@ -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.
:::

View File

@ -4,6 +4,7 @@ The heart of Outline is the document editor. We let you write in whichever way y
If youre 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.
:::

View File

@ -1,5 +1,6 @@
Outline is a place to build your team knowledge base, you could think of it like your teams 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