🚧 Added architecture doc and some links

This commit is contained in:
2021-10-13 08:18:06 -07:00
parent 66832f9222
commit dccf4daa19
2 changed files with 40 additions and 11 deletions

View File

@@ -53,7 +53,7 @@ const config = {
type: 'doc',
docId: 'intro',
position: 'left',
label: 'Tutorial',
label: 'Quick Start',
},
{to: '/blog', label: 'Blog', position: 'left'},
{
@@ -79,16 +79,12 @@ const config = {
title: 'Community',
items: [
{
label: 'Stack Overflow',
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
label: 'Github',
href: 'https://github.com/rishighan/threetwo',
},
{
label: 'Discord',
href: 'https://discordapp.com/invite/docusaurus',
},
{
label: 'Twitter',
href: 'https://twitter.com/docusaurus',
href: 'https://discord.gg/DbpcSNuM',
},
],
},
@@ -100,13 +96,13 @@ const config = {
to: '/blog',
},
{
label: 'GitHub',
href: 'https://github.com/facebook/docusaurus',
label: 'Rishi Ghan',
href: 'https://rishighan.com',
},
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
copyright: `Copyright © ${new Date().getFullYear()} Quasar Software, LLC. Built with Docusaurus.`,
},
prism: {
theme: lightCodeTheme,