Merge pull request #1614 from arc53/documentation-footer

footer text with links
This commit is contained in:
Alex
2025-02-04 17:35:22 +00:00
committed by GitHub

View File

@@ -49,7 +49,22 @@ const config = {
light: 212,
},
footer: {
text: `MIT ${new Date().getFullYear()} © DocsGPT`,
text: (
<div>
<span>MIT {new Date().getFullYear()} © </span>
<a href="https://www.docsgpt.cloud/" target="_blank">
DocsGPT
</a>
{' | '}
<a href="https://github.com/arc53/DocsGPT" target="_blank">
GitHub
</a>
{' | '}
<a href="https://www.blog.docsgpt.cloud/" target="_blank">
Blog
</a>
</div>
),
},
editLink: {
content: 'Edit this page on GitHub',