diff --git a/docs/theme.config.jsx b/docs/theme.config.jsx index 777a0ed5..77d8b9c1 100644 --- a/docs/theme.config.jsx +++ b/docs/theme.config.jsx @@ -49,7 +49,22 @@ const config = { light: 212, }, footer: { - text: `MIT ${new Date().getFullYear()} © DocsGPT`, + text: ( +
+ MIT {new Date().getFullYear()} © + + DocsGPT + + {' | '} + + GitHub + + {' | '} + + Blog + +
+ ), }, editLink: { content: 'Edit this page on GitHub',