diff --git a/docs/theme.config.jsx b/docs/theme.config.jsx index 386dba0ee..40afba7ba 100644 --- a/docs/theme.config.jsx +++ b/docs/theme.config.jsx @@ -10,6 +10,11 @@ export default { chat: { link: "https://discord.gg/N5sEpsuhh9" }, + footer: { + text: + Plane is an open-source project of Drifting in Space Corp. + , + }, head: () => { const { frontMatter, title } = useConfig() const { asPath } = useRouter()