mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-06 12:52:31 +02:00
Fix links in index page
This commit is contained in:
parent
b4e9a068ab
commit
b94f4ac84a
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ class Index extends React.Component {
|
||||||
contents={[
|
contents={[
|
||||||
{
|
{
|
||||||
content:
|
content:
|
||||||
"Docusaurus currently provides support to help your website use [translations](/docs/en/translation.html), [search](/docs/en/search.html), and [versioning](/docs/en/versioning.html), along with some other special [documentation markdown features](/docs/en/doc-markdown.html). If you have ideas for useful features, feel free to contribute on [GitHub](https://github.com/facebookexperimental/docusaurus)!",
|
"Docusaurus currently provides support to help your website use [translations](/docs/translation.html), [search](/docs/search.html), and [versioning](/docs/versioning.html), along with some other special [documentation markdown features](/docs/doc-markdown.html). If you have ideas for useful features, feel free to contribute on [GitHub](https://github.com/facebookexperimental/docusaurus)!",
|
||||||
imageAlign: "right",
|
imageAlign: "right",
|
||||||
image: `${siteConfig.baseUrl}img/docusaurus.svg`,
|
image: `${siteConfig.baseUrl}img/docusaurus.svg`,
|
||||||
title: "Website Features"
|
title: "Website Features"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue