Skip to content

Commit 819b8a4

Browse files
committed
Add a better footer
1 parent 614bd6f commit 819b8a4

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

docusaurus.config.js

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
88
const config = {
99
title: 'BPS Circular API | Documentation',
1010
tagline: 'The official documentation for the BPS Circular API',
11-
url: 'https://raj.moonball.io/',
11+
url: 'https://bpsapi.rajtech.me/docs/',
1212
baseUrl: '/docs/',
1313
onBrokenLinks: 'throw',
1414
onBrokenMarkdownLinks: 'warn',
@@ -51,7 +51,7 @@ const config = {
5151
navbar: {
5252
title: 'BPS Circular API',
5353
logo: {
54-
alt: 'My Site Logo',
54+
alt: 'BPS Circular API Logo',
5555
src: 'img/logo.svg',
5656
},
5757
items: [
@@ -69,13 +69,21 @@ const config = {
6969
title: 'Docs',
7070
items: [
7171
{
72-
label: 'Tutorial',
73-
to: '/intro',
72+
label: 'API',
73+
to: '/category/api',
74+
},
75+
{
76+
label: 'Discord Bot',
77+
to: '/category/discord-bot',
7478
},
79+
// {
80+
// label: 'Telegram Bot',
81+
// to: '/category/telegram-bot',
82+
// },
7583
],
7684
},
7785
{
78-
title: 'Open Source URLs',
86+
title: 'Open Source Projects',
7987
items: [
8088
{
8189
label: 'API',
@@ -89,6 +97,10 @@ const config = {
8997
label: 'Discord Bot',
9098
href: 'https://github.com/BPS-Circular-API/discord-bot',
9199
},
100+
{
101+
label: 'Telegram Bot',
102+
href: 'https://github.com/BPS-Circular-API/telegram-bot',
103+
},
92104
],
93105
},
94106
{
@@ -99,6 +111,10 @@ const config = {
99111
label: 'GitHub',
100112
href: 'https://github.com/BPS-Circular-API/docs-page',
101113
},
114+
{
115+
label: 'My Website',
116+
href: 'https://rajtech.me',
117+
},
102118
],
103119
},
104120
],

0 commit comments

Comments
 (0)