Skip to content

Commit

Permalink
add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
cremarco committed Jul 24, 2024
1 parent e8059a6 commit d288b3b
Show file tree
Hide file tree
Showing 5 changed files with 290 additions and 11 deletions.
9 changes: 6 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import type {Config} from '@docusaurus/types';
import type * as Preset from '@docusaurus/preset-classic';

const config: Config = {
title: 'MantisTable UI Documentation',
tagline: 'MantisTable UI',
title: 'MantisTable UI',
tagline: 'Documentation',
favicon: 'img/favicon.ico',

// Set the production url of your site here
Expand Down Expand Up @@ -69,7 +69,7 @@ const config: Config = {
label: 'GitHub',
position: 'right',
},
],
]
},
footer: {
style: 'dark',
Expand All @@ -79,6 +79,9 @@ const config: Config = {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
},
colorMode: {
defaultMode: 'dark'
},
} satisfies Preset.ThemeConfig,
};

Expand Down
7 changes: 0 additions & 7 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ function HomepageHeader() {
{siteConfig.title}
</Heading>
<p className="hero__subtitle">{siteConfig.tagline}</p>
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="/docs/introduction">
Docusaurus Tutorial - 5min ⏱️
</Link>
</div>
</div>
</header>
);
Expand Down
Binary file removed static/img/docusaurus.png
Binary file not shown.
Loading

0 comments on commit d288b3b

Please sign in to comment.