Skip to content

Commit

Permalink
refactor: homepage/doc-sidebar (#3389)
Browse files Browse the repository at this point in the history
* refact: homepage/doc-sidebar

* refactor: homepage/sidebar

* refactor: homepage/sidebar

* refactor: homepage/sidebar

* refactor: homepage/sidebar-L

* refactor: homepage/sidebar-L

* refactor: homepage/sidebar-L

* refactor: homepage/sidebar-L

* homepage-issue-fixation

* title-tab-match
  • Loading branch information
Rukhsarkh authored Jan 23, 2025
1 parent bcd7f4f commit da261be
Show file tree
Hide file tree
Showing 15 changed files with 360 additions and 1,228 deletions.
63 changes: 2 additions & 61 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@ const config: Config = {
'https://github.com/PalisadoesFoundation/talawa-admin/tree/develop/docs/docs',
},
theme: {
customCss: [
require.resolve('./src/css/custom.css'),
require.resolve('./src/css/index.css'),
],
customCss: [require.resolve('./src/css/custom.css')],
},
},
],
Expand All @@ -62,7 +59,7 @@ const config: Config = {
},
},
navbar: {
title: 'Talawa Admin Documentation',
title: 'Talawa',
logo: {
alt: 'Talawa Logo',
src: 'img/icons/favicon_palisadoes.ico',
Expand Down Expand Up @@ -118,62 +115,6 @@ const config: Config = {
disableSwitch: false,
respectPrefersColorScheme: false,
},
footer: {
style: 'dark',
links: [
{
title: 'Community',
items: [
{
label: ' Slack',
to: 'https://github.com/PalisadoesFoundation',
className: 'footer__icon footer__slack',
},
{
label: ' News',
to: 'https://www.palisadoes.org/news/',
className: 'footer__icon footer__news',
},
{
label: ' Contact Us',
to: 'https://www.palisadoes.org/contact/',
className: 'footer__icon footer__contact',
},
],
},
{
title: 'Social Media',
items: [
{
label: ' Twitter',
to: 'https://twitter.com/palisadoesorg?lang=en',
className: 'footer__icon footer__twitter',
},
{
label: ' Facebook',
to: 'https://www.facebook.com/palisadoesproject/',
className: 'footer__icon footer__facebook',
},
{
label: ' Instagram',
to: 'https://www.instagram.com/palisadoes/?hl=en',
className: 'footer__icon footer__instagram',
},
],
},
{
title: 'Development',
items: [
{
label: ' GitHub',
to: 'https://github.com/PalisadoesFoundation',
className: 'footer__icon footer__github',
},
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} The Palisadoes Foundation, LLC. Built with Docusaurus.`,
},
prism: {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
Expand Down
70 changes: 0 additions & 70 deletions docs/src/components/HomepageFeatures/index.tsx

This file was deleted.

11 changes: 0 additions & 11 deletions docs/src/components/HomepageFeatures/styles.module.css

This file was deleted.

Loading

0 comments on commit da261be

Please sign in to comment.