Skip to content

Commit b01c6fb

Browse files
committed
Added downloads footer
resolves #23
1 parent 4dd9c02 commit b01c6fb

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docusaurus.config.ts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,27 @@ const config: Config = {
127127
},
128128
],
129129
},
130+
{
131+
title: 'Downloads',
132+
items: [
133+
{
134+
label: 'Modrinth',
135+
href: 'https://modrinth.com/plugin/miniplaceholders',
136+
},
137+
{
138+
label: 'GitHub',
139+
href: 'https://github.com/MiniPlaceholders/MiniPlaceholders/releases',
140+
},
141+
{
142+
label: 'Ore',
143+
href: 'https://ore.spongepowered.org/MiniPlaceholders/MiniPlaceholders',
144+
},
145+
{
146+
label: 'Latest Development Build',
147+
href: 'https://ci.codemc.io/job/MiniPlaceholders/job/MiniPlaceholders/',
148+
}
149+
],
150+
},
130151
],
131152
copyright: `Copyright © 2022 - ${new Date().getFullYear()} MiniPlaceholders, Org. Built with Docusaurus.`,
132153
},

0 commit comments

Comments
 (0)