Skip to content

Commit

Permalink
Update config and footer
Browse files Browse the repository at this point in the history
  • Loading branch information
hsvikum committed Nov 10, 2023
1 parent dc36f50 commit 14abeae
Showing 1 changed file with 23 additions and 19 deletions.
42 changes: 23 additions & 19 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import {themes as prismThemes} from 'prism-react-renderer';

/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'My Site',
tagline: 'Dinosaurs are cool',
title: 'Privacy at 99x',
tagline: 'Creating impactful digital products',
favicon: 'img/favicon.ico',

// Set the production url of your site here
Expand All @@ -20,8 +20,8 @@ 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.
projectName: 'docusaurus', // Usually your repo name.
organizationName: '99x', // Usually your GitHub org/user name.
projectName: 'privacy.99x.io', // Usually your repo name.

onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
Expand Down Expand Up @@ -80,7 +80,7 @@ const config = {
},
{to: '/blog', label: 'Blog', position: 'left'},
{
href: 'https://github.com/facebook/docusaurus',
href: 'https://github.com/99x/privacy.99x.io',
label: 'GitHub',
position: 'right',
},
Expand All @@ -90,46 +90,50 @@ const config = {
style: 'dark',
links: [
{
title: 'Docs',
title: 'Learn',
items: [
{
label: 'Tutorial',
label: 'Privacy at 99x',
to: '/docs/intro',
},
],
]
},
{
title: 'Community',
items: [
{
label: 'Stack Overflow',
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
label: 'Linkedin',
href: 'https://www.linkedin.com/company/99xio'
},
{
label: 'Discord',
href: 'https://discordapp.com/invite/docusaurus',
href: 'https://www.facebook.com/99xio'
},
{
label: 'Twitter',
href: 'https://twitter.com/docusaurus',
},
],
href: 'https://twitter.com/99x_io'
}
]
},
{
title: 'More',
items: [
{
label: 'Blog',
to: '/blog',
href: 'https://engineering.99x.io'
},
{
label: 'GitHub',
href: 'https://github.com/facebook/docusaurus',
href: 'https://github.com/99x'
},
],
},
{
label: 'Contribute',
href: 'https://github.com/99x/privacy.99x.io',
},
]
}
],
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
copyright: `Copyright © ${new Date().getFullYear()} 99x All Rights Reserved`
},
prism: {
theme: prismThemes.github,
Expand Down

0 comments on commit 14abeae

Please sign in to comment.