We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd9c02 commit b01c6fbCopy full SHA for b01c6fb
docusaurus.config.ts
@@ -127,6 +127,27 @@ const config: Config = {
127
},
128
],
129
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
151
152
copyright: `Copyright © 2022 - ${new Date().getFullYear()} MiniPlaceholders, Org. Built with Docusaurus.`,
153
0 commit comments