Skip to content

Commit 2e4b1e8

Browse files
committed
chore: Minor touchups
1 parent d2a9637 commit 2e4b1e8

File tree

2 files changed

+5
-75
lines changed

2 files changed

+5
-75
lines changed

docusaurus.config.js

Lines changed: 0 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -189,81 +189,6 @@ const config = {
189189

190190
//... other Algolia params
191191
},
192-
announcementBar: {
193-
id: 'announcement-bar',
194-
content: 'Info: v2 of the chatbot is in <a target="_blank" rel="noopener noreferrer" href="https://react-chatbotify.com/docs/introduction/migration_v2"><b>beta release</b></a>. If you are still on v1, you can find legacy documentation <a target="_blank" rel="noopener noreferrer" href="https://react-chatbotify.com/legacy/v1"><b>here</b></a>. Issues, suggestions or bug reports are welcome on <a target="_blank" rel="noopener noreferrer" href="https://discord.gg/6R4DK4G5Zh"><b>discord</b></a>.',
195-
backgroundColor: '#fafbfc',
196-
textColor: '#091E42',
197-
isCloseable: true
198-
},
199-
footer: {
200-
style: 'dark',
201-
links: [
202-
{
203-
title: 'Learn',
204-
items: [
205-
{
206-
label: 'Quickstart',
207-
to: '/docs/introduction/quickstart',
208-
},
209-
{
210-
label: 'Overview',
211-
to: '/docs/introduction/overview',
212-
},
213-
{
214-
label: 'API Documentation',
215-
to: '/docs/api/settings',
216-
},
217-
{
218-
label: 'Examples',
219-
to: '/docs/examples/basic_form',
220-
},
221-
],
222-
},
223-
{
224-
title: 'Community',
225-
items: [
226-
{
227-
label: 'Discord',
228-
href: 'https://discord.gg/6R4DK4G5Zh',
229-
},
230-
{
231-
label: 'Lounge',
232-
href: 'https://discord.gg/X8VSdZvBQY',
233-
},
234-
{
235-
label: 'GitHub Discussions',
236-
href: 'https://github.com/react-chatbotify/react-chatbotify/discussions',
237-
},
238-
],
239-
},
240-
{
241-
title: 'More',
242-
items: [
243-
{
244-
label: 'Articles',
245-
href: 'https://medium.com/@tjtanjin/how-to-setup-a-chatbot-with-react-chatbotify-a-step-by-step-tutorial-65c8a09bad19',
246-
},
247-
{
248-
label: 'Changelog',
249-
href: 'https://github.com/react-chatbotify/react-chatbotify/blob/main/CHANGELOG.md',
250-
},
251-
{
252-
label: 'GitHub Repo',
253-
href: 'https://github.com/react-chatbotify/react-chatbotify',
254-
},
255-
],
256-
},
257-
],
258-
logo: {
259-
alt: 'React ChatBotify Logo',
260-
src: 'img/react-chatbotify.png',
261-
href: 'https://www.npmjs.com/package/react-chatbotify',
262-
width: 100,
263-
height: 100,
264-
},
265-
copyright: `Copyright © ${new Date().getFullYear()} React ChatBotify.`,
266-
},
267192
})
268193
};
269194

src/css/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
transition: all 0.5s ease;
2020
}
2121

22+
html[data-theme='dark'] {
23+
--ifm-background-color: #09090b;
24+
--ifm-navbar-background-color: #09090b;
25+
}
26+
2227
/* For readability concerns, you should choose a lighter palette in dark mode. */
2328
[data-theme='dark'] {
2429
--ifm-color-primary: #42b0c5;

0 commit comments

Comments
 (0)