Skip to content

Commit

Permalink
Update vectors
Browse files Browse the repository at this point in the history
  • Loading branch information
nickschuch committed Jan 21, 2025
1 parent bc0b5e6 commit 0009ee3
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 389 deletions.
25 changes: 21 additions & 4 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,25 +100,42 @@ const config = {
style: 'dark',
links: [
{
title: 'Docs',
title: 'Developed By',
items: [
{
label: 'Tutorial',
to: '/docs/tutorial',
label: 'Previousnext',
to: 'https://www.previousnext.com.au',
},
{
label: 'Skpr',
to: 'https://www.skpr.com.au',
},
],
},
{
title: 'More',
title: 'Content',
items: [
{
label: 'Documentation',
href: '/docs/tutorial',
},
{
label: 'Blog',
to: '/blog',
},
],
},
{
title: 'More',
items: [
{
label: 'GitHub',
href: 'https://github.com/skpr/mtk',
},
{
label: 'Vectors provided by unDraw',
href: 'https://undraw.co',
},
],
},
],
Expand Down
8 changes: 4 additions & 4 deletions docs/src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import styles from './styles.module.css';
const FeatureList = [
{
title: 'Seamless',
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
Svg: require('@site/static/img/seamless.svg').default,
description: (
<>
Seamlessly integrates with your existing MySQL workflows. If you're already using the mysqldump command, MTK serves as a direct, hassle-free replacement.
Expand All @@ -14,16 +14,16 @@ const FeatureList = [
},
{
title: 'Secure',
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
Svg: require('@site/static/img/secure.svg').default,
description: (
<>
Empowering developers to dynamically ignore or rewrite content. Ensuring that sensitive data is not exposed as part of your developer workflows.
</>
),
},
{
title: 'Performant',
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
title: 'Fast',
Svg: require('@site/static/img/fast.svg').default,
description: (
<>
Optimizes content on the fly, reducing build times and ensuring a fast, efficient workflow.
Expand Down
1 change: 1 addition & 0 deletions docs/static/img/fast.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/static/img/seamless.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0009ee3

Please sign in to comment.