@@ -44,10 +44,7 @@ const config: Config = {
44
44
'https://github.com/PalisadoesFoundation/talawa-admin/tree/develop/docs/docs' ,
45
45
} ,
46
46
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' ) ] ,
51
48
} ,
52
49
} ,
53
50
] ,
@@ -62,7 +59,7 @@ const config: Config = {
62
59
} ,
63
60
} ,
64
61
navbar : {
65
- title : 'Talawa Admin Documentation ' ,
62
+ title : 'Talawa' ,
66
63
logo : {
67
64
alt : 'Talawa Logo' ,
68
65
src : 'img/icons/favicon_palisadoes.ico' ,
@@ -118,62 +115,6 @@ const config: Config = {
118
115
disableSwitch : false ,
119
116
respectPrefersColorScheme : false ,
120
117
} ,
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
- } ,
177
118
prism : {
178
119
theme : prismThemes . github ,
179
120
darkTheme : prismThemes . dracula ,
0 commit comments