🍎 Added salient features

This commit is contained in:
2021-10-13 08:51:05 -07:00
parent 0153ed4269
commit 4b30e0724c

View File

@@ -16,32 +16,29 @@ type FeatureItem = {
const FeatureList: FeatureItem[] = [
{
title: 'Easy to Use',
image: '/img/undraw_docusaurus_mountain.svg',
title: 'Don\'t Hate, Curate.',
image: '',
description: (
<>
Docusaurus was designed from the ground up to be easily installed and
used to get your website up and running quickly.
Browse, search, discover your comic book library that you have so proudly built from scratch.
</>
),
},
{
title: 'Focus on What Matters',
image: '/img/undraw_docusaurus_tree.svg',
title: 'No Fuss DC++',
image: '',
description: (
<>
Docusaurus lets you focus on your docs, and we&apos;ll do the chores. Go
ahead and move your docs into the <code>docs</code> directory.
With first-class support for the excellent <code>AirDC++</code>, find and acquire hidden gems.
</>
),
},
{
title: 'Powered by React',
image: '/img/undraw_docusaurus_react.svg',
title: 'Shine with Comic Vine',
image: '',
description: (
<>
Extend or customize your website layout by reusing React. Docusaurus can
be extended while reusing the same header and footer.
Scrape Comic Vine's exhaustive comic book database to analyze and clean up your library's metadata.
</>
),
},