mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 07:37:19 +02:00
fix(create): update broken SVG paths in templates (#6762)
* fix: Update broken URL in typescript template example * fix SVG images; improve a11y * format Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
parent
670f2e5268
commit
68a55f0d11
6 changed files with 52 additions and 11 deletions
|
@ -11,7 +11,7 @@ type FeatureItem = {
|
|||
const FeatureList: FeatureItem[] = [
|
||||
{
|
||||
title: 'Easy to Use',
|
||||
image: require('@site/src/static/img/undraw_docusaurus_mountain.svg'),
|
||||
image: require('@site/static/img/undraw_docusaurus_mountain.svg'),
|
||||
description: (
|
||||
<>
|
||||
Docusaurus was designed from the ground up to be easily installed and
|
||||
|
@ -21,7 +21,7 @@ const FeatureList: FeatureItem[] = [
|
|||
},
|
||||
{
|
||||
title: 'Focus on What Matters',
|
||||
image: require('@site/src/static/img/undraw_docusaurus_tree.svg'),
|
||||
image: require('@site/static/img/undraw_docusaurus_tree.svg'),
|
||||
description: (
|
||||
<>
|
||||
Docusaurus lets you focus on your docs, and we'll do the chores. Go
|
||||
|
@ -31,7 +31,7 @@ const FeatureList: FeatureItem[] = [
|
|||
},
|
||||
{
|
||||
title: 'Powered by React',
|
||||
image: require('@site/src/static/img/undraw_docusaurus_react.svg'),
|
||||
image: require('@site/static/img/undraw_docusaurus_react.svg'),
|
||||
description: (
|
||||
<>
|
||||
Extend or customize your website layout by reusing React. Docusaurus can
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue