From 251421187e5f400ccb0c7413da59a1d13d86f819 Mon Sep 17 00:00:00 2001 From: terichadbourne Date: Thu, 25 Jul 2019 10:18:14 -0400 Subject: [PATCH] chore: add protoschool link & fix libp2p references --- intl/messages/en.json | 8 ++++---- src/shared/components/getting-started-section/index.js | 5 ++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/intl/messages/en.json b/intl/messages/en.json index d3c8112e..48a7af9f 100644 --- a/intl/messages/en.json +++ b/intl/messages/en.json @@ -89,7 +89,7 @@ "gettingStarted": { "sectionTitle": "Getting Started", - "sectionDesc": "IPFS gives you a Content Addressing primitive for all your data on the DWeb. You can make data available to the network or fetch existing data through its CID, the Content Identifier. Try it out below!", + "sectionDesc": "IPFS gives you a Content Addressing primitive for all your data on the DWeb. You can make data available to the network or fetch existing data through its CID, the Content Identifier. Try it out below or [explore our ProtoSchool tutorials](https://proto.school/#/tutorials)!", "addDataToIPFS": "Adding data to IPFS", "output": "Output", "getDataFromIPFS": "Getting data from IPFS", @@ -141,8 +141,8 @@ "sectionTitle": "What you can build with JS-IPFS", "sectionDesc": "There are unlimited options for you to use js-ipfs. The following examples provide you an idea of what you can build with js-ipfs. Try them out!", "suggestion": { - "text": "Do you have any idea and want to suggest?", - "linkText": "Do it here!" + "text": "Have suggestions?", + "linkText": "Share them here!" } }, @@ -153,7 +153,7 @@ "community": { "sectionTitle": "Community", - "sectionDesc": "js-ipfs is an MIT Licensed, Open Source project from the IPFS community. There are many ways you can contribute: help write the specification, code implementations and tools using libp2p, craft examples and tutorials, and join our regular product calls to discuss libp2p with us.", + "sectionDesc": "js-ipfs is an MIT Licensed, Open Source project from the IPFS community. There are many ways you can contribute: help write the specification, code implementations and tools using js-ipfs, craft examples and tutorials, and join our working group calls to discuss IPFS with us.", "socialNetworksText": "Come hang out!" }, diff --git a/src/shared/components/getting-started-section/index.js b/src/shared/components/getting-started-section/index.js index 2d078032..35c24d90 100644 --- a/src/shared/components/getting-started-section/index.js +++ b/src/shared/components/getting-started-section/index.js @@ -10,6 +10,7 @@ import Svg from 'shared/components/svg' import Button from 'shared/components/button' import Link from 'shared/components/link' import SyntaxHighlighter from 'shared/components/syntax-highlighter' +import ReactMarkdown from 'react-markdown' import { transformCode, log, @@ -70,9 +71,7 @@ class GettingStarted extends Component {

{ messages.gettingStarted.sectionTitle }

- -

{ messages.gettingStarted.sectionDesc }

-
+

{ messages.gettingStarted.addDataToIPFS }