Skip to content

Commit

Permalink
Update docusaurus.config.js
Browse files Browse the repository at this point in the history
Add Donation box
  • Loading branch information
mohamed111112 authored Jan 3, 2024
1 parent 6cfb8e9 commit be77622
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ module.exports = {
onBrokenMarkdownLinks: 'throw',
favicon: '/img/favicon.png',
themeConfig: {
customComponents: {
Donate: require.resolve('./src/theme/Donate.js'),
},
announcementBar: {
id: 'giveStarOnGitHubAnnouncement',
content: `⭐️ If you like Obico, give it a star on <a target="_blank" rel="noopener noreferrer" href="https://github.com/TheSpaghettiDetective/obico-server">GitHub</a>`,
Expand Down

0 comments on commit be77622

Please sign in to comment.