diff --git a/website/about.md b/website/about.md new file mode 100644 index 0000000..5d1b5a3 --- /dev/null +++ b/website/about.md @@ -0,0 +1,3 @@ +# About + +Corra Devops Documentation Project diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index b5b526d..184077a 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -48,12 +48,12 @@ module.exports = { title: 'Community', items: [ { - label: 'Stack Overflow', - href: 'https://stackoverflow.com/questions/tagged/docusaurus', + label: 'About', + to: 'about', }, { - label: 'Discord', - href: 'https://discordapp.com/invite/docusaurus', + label: 'Corra', + href: 'https://corra.com/', }, ], }, @@ -66,16 +66,16 @@ module.exports = { }, { label: 'GitHub', - href: 'https://github.com/facebook/docusaurus', + href: 'https://github.com/corradevops', }, { label: 'Twitter', - href: 'https://twitter.com/docusaurus', + href: 'https://twitter.com/gocorra', }, ], }, ], - copyright: `Copyright © ${new Date().getFullYear()} Corra, Inc. Built with Docusaurus.`, + copyright: `Copyright © ${new Date().getFullYear()} Corra, Inc.`, }, }, presets: [