Adds footer links and a link for Early Sign up

This commit is contained in:
Copple
2020-01-03 10:12:36 +08:00
parent d083200aff
commit ab3fae9ec3

View File

@@ -28,9 +28,14 @@ module.exports = {
links: [
{ to: '/docs/about', label: 'Docs', position: 'right' },
{ to: '/docs/guides/examples', label: 'Guides', position: 'right' },
// {
// href: 'https://github.com/supabase/monorepo',
// label: 'GitHub',
// position: 'right',
// },
{
href: 'https://github.com/supabase/monorepo',
label: 'GitHub',
href: 'https://app.supabase.io',
label: 'Get Early Access →',
position: 'right',
},
],
@@ -41,35 +46,47 @@ module.exports = {
// theme: require('prism-react-renderer/themes/vsdark'),
},
footer: {
// links: [
// {
// title: "Docs",
// items: [
// {
// label: "Docs",
// to: "docs/doc1"
// }
// ]
// },
// {
// title: "Community",
// items: [
// {
// label: "Discord",
// href: "https://discordapp.com/invite/docusaurus"
// }
// ]
// },
// {
// title: "Social",
// items: [
// {
// label: "Blog",
// to: "blog"
// }
// ]
// }
// ],
links: [
{
title: "Company",
items: [
{
label: "Docs",
to: "/docs/about"
},
{
label: "Guides",
to: "/docs/guides/examples"
},
{
label: "Blog",
to: "/blog"
}
]
},
{
title: "Community",
items: [
{
label: "GitHub",
href: "https://github.com/supabase/monorepo"
},
// {
// label: "Discord",
// href: "https://discordapp.com/invite/docusaurus"
// }
]
},
// {
// title: "Social",
// items: [
// {
// label: "Blog",
// to: "blog"
// }
// ]
// }
],
// logo: {
// alt: "Flock",
// src: "/img/logo-white.svg",