mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-04 04:37:28 +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:
|
||||
`[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.`,
|
||||
image: `${siteConfig.baseUrl}img/translation.svg`,
|
||||
imageAlign: "top",
|
||||
|
@ -136,8 +136,8 @@ class Index extends React.Component {
|
|||
},
|
||||
{
|
||||
content:
|
||||
`Make it easy for your community to find what they need in your documentation.
|
||||
We proudly support [Algolia documentation search](${siteConfig.baseUrl}docs/${this.props.language}/search.html).`,
|
||||
`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](https://www.algolia.com/).`,
|
||||
image: `${siteConfig.baseUrl}img/search.svg`,
|
||||
imageAlign: "top",
|
||||
title: "Document Search"
|
||||
|
|
Loading…
Add table
Reference in a new issue