From a5020f3c4641cbb5be42809b34dcb4a22352d13e Mon Sep 17 00:00:00 2001 From: Joel Marcey Date: Fri, 8 Dec 2017 08:35:27 -0800 Subject: [PATCH] Start adding links to the landing page Also fix getting started link by using current language --- website/pages/en/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/pages/en/index.js b/website/pages/en/index.js index 7a8e0432a4..7b90051409 100755 --- a/website/pages/en/index.js +++ b/website/pages/en/index.js @@ -51,7 +51,7 @@ class HomeSplash extends React.Component {
@@ -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"