Skip to content

Commit

Permalink
docs: icon by gpt
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Dec 30, 2023
1 parent 01316a3 commit 9c35d3f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 16 deletions.
17 changes: 1 addition & 16 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,9 @@ export default {
alt: 'Logo',
// temporary logo, change this when we have a real one
// it will try to load `static/images/Logo.png` if provided `"/images/Logo.png"`.
src: '/images/Logo.png',
src: '/images/Logo.webp',
},
items: [
{
type: 'doc',
docId: 'README',
position: 'left',
label: 'README',
},
{ to: 'api', label: 'API', position: 'left' },
{
href: `https://github.com/${organizationName}/${projectName}`,
Expand All @@ -77,15 +71,6 @@ export default {
footer: {
style: 'dark',
links: [
{
title: 'Docs',
items: [
{
label: 'README',
to: 'README',
},
],
},
{
title: 'Community',
items: [
Expand Down
3 changes: 3 additions & 0 deletions static/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Static

Files used by doc site generated by `docusaurus.config.ts`.
Binary file added static/favicon.ico
Binary file not shown.
Binary file added static/images/Logo.webp
Binary file not shown.

0 comments on commit 9c35d3f

Please sign in to comment.