Upgrade docusaurus version

Summary:
Upgrading to 61 to get support for absolute links with markdown syntax.

All other changes here are required by the new config validators.

Reviewed By: passy

Differential Revision: D23130020

fbshipit-source-id: cadb3c629d6a8e64931a8db0b86621d05ee5c30e
This commit is contained in:
John Knox
2020-08-14 10:31:21 -07:00
committed by Facebook GitHub Bot
parent 1de1390621
commit 21a7655322
3 changed files with 888 additions and 491 deletions

View File

@@ -27,14 +27,16 @@ const siteConfig = {
alt: 'Flipper Logo',
src: 'img/icon.png',
},
links: [
items: [
{to: 'docs/features/index', label: 'Features', position: 'right'},
{to: 'docs/getting-started/index', label: 'Setup', position: 'right'},
{to: 'docs/extending/index', label: 'Extending', position: 'right'},
{href: repoUrl, label: 'GitHub', position: 'right'},
],
},
disableDarkMode: true,
colorMode: {
disableSwitch: true,
},
footer: {
style: 'dark',
links: [
@@ -81,7 +83,6 @@ const siteConfig = {
logo: {
alt: 'Flipper Mascot',
src: 'img/mascot.png',
title: "I'm a dolphin not a whale!",
},
},
algolia: FBInternalWithOssFallback(undefined, {