Merge pull request #523 from outline/jori/slack-tweaks

Slack tweaks
This commit is contained in:
Jori Lallo 2018-01-24 23:24:31 -08:00 committed by GitHub
commit 2b861ea3d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -84,6 +84,10 @@ function Home() {
what youre looking for once your knowledge base starts to grow in
size.
</p>
<p>
Search directly within Slack using{' '}
<code>/outline &lt;keyword&gt;</code> command.
</p>
</Feature>
</Highlights>
<Footer>

View File

@ -26,6 +26,7 @@ export default function Layout({ children }: Props) {
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="referrer" content="origin" />
<meta name="slack-app-id" content="A0W3UMKBQ" />
<meta name="description" content={description} />
<meta name="og:site_name" content={title} />