Skip to content

Commit

Permalink
CDDP-1 Setup pages
Browse files Browse the repository at this point in the history
  • Loading branch information
anishcorratech committed Oct 21, 2023
1 parent 74b7813 commit f9a202f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions website/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# About

Corra Devops Documentation Project
14 changes: 7 additions & 7 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
},
],
},
Expand All @@ -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: [
Expand Down

0 comments on commit f9a202f

Please sign in to comment.