mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
without having having to worry about site design. (#288)
Let me know if double having is intentional
This commit is contained in:
parent
621bd29e7a
commit
a25431a171
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ class Index extends React.Component {
|
||||||
{
|
{
|
||||||
content:
|
content:
|
||||||
`Get [up and running](${siteConfig.baseUrl}docs/${this.props.language}/site-creation.html)
|
`Get [up and running](${siteConfig.baseUrl}docs/${this.props.language}/site-creation.html)
|
||||||
quickly without having having to worry about site design.`,
|
quickly without having to worry about site design.`,
|
||||||
imageAlign: "right",
|
imageAlign: "right",
|
||||||
image: `${siteConfig.baseUrl}img/docusaurus_speed.svg`,
|
image: `${siteConfig.baseUrl}img/docusaurus_speed.svg`,
|
||||||
title: "Quick Setup"
|
title: "Quick Setup"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue