Skip to content

Commit

Permalink
design (docs) add minipoint logo (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshurajora authored Nov 11, 2023
1 parent 0c01fab commit cd2f1aa
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 414 deletions.
4 changes: 2 additions & 2 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ const config: Config = {

themeConfig: {
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
image: 'img/header.jpg',
navbar: {
title: 'Minipoint',
logo: {
alt: 'Minipoint Logo',
src: 'img/logo.svg',
src: 'img/logo.png',
},
items: [
{
Expand Down
31 changes: 1 addition & 30 deletions docs/src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,36 +8,7 @@ type FeatureItem = {
description: JSX.Element;
};

const FeatureList: FeatureItem[] = [
{
title: 'Easy to Use',
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
description: (
<>
Minipoint was designed from the ground up to be easily installed and
used to get your website up and running quickly.
</>
),
},
{
title: 'Focus on What Matters',
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
description: (
<>
Minipoint lets you focus on your logic, and we&apos;ll do the chores.
</>
),
},
{
title: 'Powered by TypeScript',
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
description: (
<>
Minipoint is written in typescript, so no need to worry about types
</>
),
},
];
const FeatureList: FeatureItem[] = [];

function Feature({title, Svg, description}: FeatureItem) {
return (
Expand Down
Binary file removed docs/static/img/docusaurus-social-card.jpg
Binary file not shown.
Binary file removed docs/static/img/docusaurus.png
Binary file not shown.
Binary file modified docs/static/img/favicon.ico
Binary file not shown.
Binary file added docs/static/img/header.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion docs/static/img/logo.svg

This file was deleted.

Loading

0 comments on commit cd2f1aa

Please sign in to comment.