Skip to content

Commit

Permalink
Merge pull request #1362 from CBID2/add-edit-buttons
Browse files Browse the repository at this point in the history
feat: add edit buttons
  • Loading branch information
dartpain authored Oct 31, 2024
2 parents ed12c2d + cbea17b commit 365537f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ const config = {
footer: {
text: `MIT ${new Date().getFullYear()} © DocsGPT`,
},
editLink: {
content: 'Edit this page on GitHub',
},
logo() {
return (
<div className="flex items-center gap-2">
Expand Down

0 comments on commit 365537f

Please sign in to comment.