mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-04 12:47:14 +02:00
Update landing page with a few more links
This commit is contained in:
parent
0c5c3522cc
commit
078b379dae
1 changed files with 3 additions and 3 deletions
|
@ -111,7 +111,7 @@ class Index extends React.Component {
|
||||||
{
|
{
|
||||||
content:
|
content:
|
||||||
`[Localization](${siteConfig.baseUrl}docs/${this.props.language}/translation.html)
|
`[Localization](${siteConfig.baseUrl}docs/${this.props.language}/translation.html)
|
||||||
comes pre-configured. Use Crowdin to translate your docs
|
comes pre-configured. Use [Crowdin](https://crowdin.com/) to translate your docs
|
||||||
into over 70 languages.`,
|
into over 70 languages.`,
|
||||||
image: `${siteConfig.baseUrl}img/translation.svg`,
|
image: `${siteConfig.baseUrl}img/translation.svg`,
|
||||||
imageAlign: "top",
|
imageAlign: "top",
|
||||||
|
@ -136,8 +136,8 @@ class Index extends React.Component {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
content:
|
content:
|
||||||
`Make it easy for your community to find what they need in your documentation.
|
`Make it easy for your community to [find](${siteConfig.baseUrl}docs/${this.props.language}/search.html) what they need in your documentation.
|
||||||
We proudly support [Algolia documentation search](${siteConfig.baseUrl}docs/${this.props.language}/search.html).`,
|
We proudly support [Algolia documentation search](https://www.algolia.com/).`,
|
||||||
image: `${siteConfig.baseUrl}img/search.svg`,
|
image: `${siteConfig.baseUrl}img/search.svg`,
|
||||||
imageAlign: "top",
|
imageAlign: "top",
|
||||||
title: "Document Search"
|
title: "Document Search"
|
||||||
|
|
Loading…
Add table
Reference in a new issue