mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-04 04:37:28 +02:00
Start adding links to the landing page
Also fix getting started link by using current language
This commit is contained in:
parent
ef6f550700
commit
a5020f3c46
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ class HomeSplash extends React.Component {
|
||||||
<div className="pluginRowBlock">
|
<div className="pluginRowBlock">
|
||||||
<Button
|
<Button
|
||||||
href={`
|
href={`
|
||||||
${siteConfig.baseUrl}docs/installation.html
|
${siteConfig.baseUrl}docs/${this.props.language}/installation.html
|
||||||
`}>
|
`}>
|
||||||
Get Started
|
Get Started
|
||||||
</Button>
|
</Button>
|
||||||
|
@ -91,7 +91,7 @@ class Index extends React.Component {
|
||||||
contents={[
|
contents={[
|
||||||
{
|
{
|
||||||
content:
|
content:
|
||||||
"Save time and focus on your project's documentation. Simply write docs and blog posts with Markdown and Docusaurus will publish a set of static html files ready to serve.",
|
`Save time and focus on your project's documentation. Simply write docs and blog posts with [Markdown](${siteConfig.baseUrl}docs/${this.props.language}/doc-markdown.html) and Docusaurus will publish a set of static html files ready to serve.`,
|
||||||
image: `${siteConfig.baseUrl}img/markdown.png`,
|
image: `${siteConfig.baseUrl}img/markdown.png`,
|
||||||
imageAlign: "top",
|
imageAlign: "top",
|
||||||
title: "Powered by Markdown"
|
title: "Powered by Markdown"
|
||||||
|
|
Loading…
Add table
Reference in a new issue