diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-09 09:52:26 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-09 09:52:26 -0400 |
commit | dbabeffa8a56d0671c9211b8057cad2cc00b01f0 (patch) | |
tree | 575ca8d9c65fb5874c04abb7b9149c7df09e6cf7 /docs/docusaurus.config.js | |
parent | 6b48b6daddf3b230b7d2183bcca840da7afbc434 (diff) |
Properly reference MIT license consistently.
Diffstat (limited to 'docs/docusaurus.config.js')
-rw-r--r-- | docs/docusaurus.config.js | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index bc3312d..1653a0f 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -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", + // }, ], }, { |