mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-03 03:12:35 +02:00
chore(v2): tweak eslint config (#1445)
This commit is contained in:
parent
56cd3a22ce
commit
64fb7a2d0c
7 changed files with 21 additions and 12 deletions
|
@ -125,6 +125,7 @@ function Home() {
|
|||
<div className="col">
|
||||
<img
|
||||
className={styles.featureImage}
|
||||
alt={'Powered by Markdown'}
|
||||
src={`${siteConfig.baseUrl}img/undraw_typewriter.svg`}
|
||||
/>
|
||||
<h3>Powered by Markdown</h3>
|
||||
|
@ -136,6 +137,7 @@ function Home() {
|
|||
</div>
|
||||
<div className="col">
|
||||
<img
|
||||
alt={'Built Using React'}
|
||||
className={styles.featureImage}
|
||||
src={`${siteConfig.baseUrl}img/undraw_react.svg`}
|
||||
/>
|
||||
|
@ -148,6 +150,7 @@ function Home() {
|
|||
</div>
|
||||
<div className="col">
|
||||
<img
|
||||
alt={'Ready for Translations'}
|
||||
className={styles.featureImage}
|
||||
src={`${siteConfig.baseUrl}img/undraw_around_the_world.svg`}
|
||||
/>
|
||||
|
@ -163,6 +166,7 @@ function Home() {
|
|||
<div className="row">
|
||||
<div className="col col--4 col--offset-2">
|
||||
<img
|
||||
alt={'Document Versioning'}
|
||||
className={styles.featureImage}
|
||||
src={`${siteConfig.baseUrl}img/undraw_version_control.svg`}
|
||||
/>
|
||||
|
@ -175,6 +179,7 @@ function Home() {
|
|||
</div>
|
||||
<div className="col col--4">
|
||||
<img
|
||||
alt={'Document Search'}
|
||||
className={styles.featureImage}
|
||||
src={`${siteConfig.baseUrl}img/undraw_algolia.svg`}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue