diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 63984bc..eca05a6 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -7,7 +7,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula'); /** @type {import('@docusaurus/types').Config} */ const config = { title: 'MeetingMunch', - tagline: 'Meetings are cool', + tagline: 'Meeting new people and Munch on some facts', favicon: 'img/favicon.ico', // Set the production url of your site here @@ -18,7 +18,7 @@ const config = { // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. - organizationName: 'facebook', // Usually your GitHub org/user name. + organizationName: 'meetinginmunch', // Usually your GitHub org/user name. projectName: 'randoms', // Usually your repo name. onBrokenLinks: 'warn', @@ -70,13 +70,13 @@ const config = { src: 'img/SVG/justlogo.svg', }, items: [ - { - type: 'docSidebar', - sidebarId: 'tutorialSidebar', - position: 'left', - label: 'Tutorial', - }, - {to: '/blog', label: 'Blog', position: 'left'}, + // { + // type: 'docSidebar', + // sidebarId: 'tutorialSidebar', + // position: 'left', + // label: 'Tutorial', + // }, + // {to: '/blog', label: 'Blog', position: 'left'}, { href: 'https://github.com/noverney/randoms', label: 'GitHub', @@ -87,22 +87,22 @@ const config = { footer: { style: 'dark', links: [ + // { + // title: 'Docs', + // items: [ + // { + // label: 'Tutorial', + // to: '/docs/intro', + // }, + // ], + // }, { - title: 'Docs', + title: 'Community', items: [ { - label: 'Tutorial', - to: '/docs/intro', + label: 'GitHub Issues', + href: 'https://github.com/noverney/randoms/issues', }, - ], - }, - { - title: 'Community', - items: [ - // { - // label: 'Stack Overflow', - // href: 'https://stackoverflow.com/questions/tagged/docusaurus', - // }, // { // label: 'Discord', // href: 'https://discordapp.com/invite/docusaurus',