From 14abeae28a4626d7a36ca87ab3e7466439fda184 Mon Sep 17 00:00:00 2001 From: Shalitha Vikum Date: Fri, 10 Nov 2023 22:55:28 +0530 Subject: [PATCH] Update config and footer --- docusaurus.config.js | 42 +++++++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 19 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index e54743f..a367016 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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 @@ -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', @@ -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', }, @@ -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,