Skip to content

Commit

Permalink
first version of doc website is ready
Browse files Browse the repository at this point in the history
  • Loading branch information
Normand Overney committed Oct 29, 2023
1 parent e1f2db7 commit 50e00cf
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions website/docusaurus.config.js
Expand Up @@ -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
Expand All @@ -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',
Expand Down Expand Up @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit 50e00cf

Please sign in to comment.