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:
committed by
Facebook GitHub Bot
parent
1de1390621
commit
21a7655322
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user