Skip to content

Commit

Permalink
Updated doc site. [skip CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
pigpigyyy committed Jan 6, 2025
1 parent 087a8ec commit e9eda8c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,15 @@ const config = {
],
},
],
logo: {
alt: 'Dora SSR Logo',
src: 'img/logo.svg',
href: '/',
width: 100,
height: 100,
target: '_self',
className: 'footer-logo',
},
copyright: `Copyright © ${new Date().getFullYear()} Dora SSR Community. Built with Docusaurus.`,
},
colorMode: {
Expand Down
4 changes: 4 additions & 0 deletions Docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,7 @@
overflow: hidden;
text-overflow: ellipsis;
}

.footer-logo {
margin-top: 2em;
}

0 comments on commit e9eda8c

Please sign in to comment.