Skip to content

Commit cfb04f0

Browse files
authored
Merge branch 'PaperMC:main' into improve-brigadier-docs
2 parents d73b891 + db5dc59 commit cfb04f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/footer.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const footer: Footer = {
5252
],
5353
},
5454
],
55-
copyright: `Copyright © ${new Date().getFullYear()} PaperMC and Contributors. Built with Docusaurus.<div><a href="https://github.com/PaperMC/docs/">PaperMC/docs</a> @ <a href="https://github.com/PaperMC/docs/commit/${currentCommit}">${currentCommit}</a></div>`,
55+
copyright: `Copyright © ${new Date().getFullYear()} PaperMC and Contributors. Built with Docusaurus.<div><a href="https://github.com/PaperMC/docs/">PaperMC/docs</a> @ <a href="https://github.com/PaperMC/docs/commit/${currentCommit}">${currentCommit}</a></div><div>This website is not an official Minecraft website and is not associated with Mojang Studios or Microsoft. All product and company names are trademarks or registered trademarks of their respective holders. Use of these names does not imply any affiliation or endorsement by them.</div>`,
5656
};
5757

5858
export default footer;

0 commit comments

Comments
 (0)