mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-03 12:17:20 +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">
|
||||
<Button
|
||||
href={`
|
||||
${siteConfig.baseUrl}docs/installation.html
|
||||
${siteConfig.baseUrl}docs/${this.props.language}/installation.html
|
||||
`}>
|
||||
Get Started
|
||||
</Button>
|
||||
|
@ -91,7 +91,7 @@ class Index extends React.Component {
|
|||
contents={[
|
||||
{
|
||||
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`,
|
||||
imageAlign: "top",
|
||||
title: "Powered by Markdown"
|
||||
|
|
Loading…
Add table
Reference in a new issue