Skip to content

Commit a8f2b25

Browse files
authored
Revert "Revert "refactor: homepage/doc-sidebar (#3389)" (#3399)" (#3402)
This reverts commit ece035f.
1 parent 55144b8 commit a8f2b25

15 files changed

+360
-1228
lines changed

docs/docusaurus.config.ts

Lines changed: 2 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,7 @@ const config: Config = {
4444
'https://github.com/PalisadoesFoundation/talawa-admin/tree/develop/docs/docs',
4545
},
4646
theme: {
47-
customCss: [
48-
require.resolve('./src/css/custom.css'),
49-
require.resolve('./src/css/index.css'),
50-
],
47+
customCss: [require.resolve('./src/css/custom.css')],
5148
},
5249
},
5350
],
@@ -62,7 +59,7 @@ const config: Config = {
6259
},
6360
},
6461
navbar: {
65-
title: 'Talawa Admin Documentation',
62+
title: 'Talawa',
6663
logo: {
6764
alt: 'Talawa Logo',
6865
src: 'img/icons/favicon_palisadoes.ico',
@@ -118,62 +115,6 @@ const config: Config = {
118115
disableSwitch: false,
119116
respectPrefersColorScheme: false,
120117
},
121-
footer: {
122-
style: 'dark',
123-
links: [
124-
{
125-
title: 'Community',
126-
items: [
127-
{
128-
label: ' Slack',
129-
to: 'https://github.com/PalisadoesFoundation',
130-
className: 'footer__icon footer__slack',
131-
},
132-
{
133-
label: ' News',
134-
to: 'https://www.palisadoes.org/news/',
135-
className: 'footer__icon footer__news',
136-
},
137-
{
138-
label: ' Contact Us',
139-
to: 'https://www.palisadoes.org/contact/',
140-
className: 'footer__icon footer__contact',
141-
},
142-
],
143-
},
144-
{
145-
title: 'Social Media',
146-
items: [
147-
{
148-
label: ' Twitter',
149-
to: 'https://twitter.com/palisadoesorg?lang=en',
150-
className: 'footer__icon footer__twitter',
151-
},
152-
{
153-
label: ' Facebook',
154-
to: 'https://www.facebook.com/palisadoesproject/',
155-
className: 'footer__icon footer__facebook',
156-
},
157-
{
158-
label: ' Instagram',
159-
to: 'https://www.instagram.com/palisadoes/?hl=en',
160-
className: 'footer__icon footer__instagram',
161-
},
162-
],
163-
},
164-
{
165-
title: 'Development',
166-
items: [
167-
{
168-
label: ' GitHub',
169-
to: 'https://github.com/PalisadoesFoundation',
170-
className: 'footer__icon footer__github',
171-
},
172-
],
173-
},
174-
],
175-
copyright: `Copyright © ${new Date().getFullYear()} The Palisadoes Foundation, LLC. Built with Docusaurus.`,
176-
},
177118
prism: {
178119
theme: prismThemes.github,
179120
darkTheme: prismThemes.dracula,

docs/src/components/HomepageFeatures/index.tsx

Lines changed: 0 additions & 70 deletions
This file was deleted.

docs/src/components/HomepageFeatures/styles.module.css

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)