Properly reference MIT license consistently.

This commit is contained in:
Pete Johanson
2020-06-09 09:52:26 -04:00
parent 6b48b6dadd
commit dbabeffa8a
3 changed files with 15 additions and 15 deletions

View File

@@ -47,18 +47,18 @@ module.exports = {
{
title: "Community",
items: [
// {
// label: "Stack Overflow",
// href: "https://stackoverflow.com/questions/tagged/docusaurus",
// },
{
label: "Discord",
href: "https://discord.gg/VJnx9kr",
},
// {
// label: "Twitter",
// href: "https://twitter.com/docusaurus",
// },
// {
// label: "Stack Overflow",
// href: "https://stackoverflow.com/questions/tagged/docusaurus",
// },
{
label: "Discord",
href: "https://discord.gg/VJnx9kr",
},
// {
// label: "Twitter",
// href: "https://twitter.com/docusaurus",
// },
],
},
{