From 3f42568017c1d03a674d5aa2cc8f143df0664189 Mon Sep 17 00:00:00 2001 From: Kristofer Selbekk Date: Tue, 2 Oct 2018 17:40:35 +0200 Subject: [PATCH 1/6] Add GitHub link to header --- docusaurus/website/siteConfig.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docusaurus/website/siteConfig.js b/docusaurus/website/siteConfig.js index 28d59faf2d2..232e13b7f87 100644 --- a/docusaurus/website/siteConfig.js +++ b/docusaurus/website/siteConfig.js @@ -28,6 +28,7 @@ const siteConfig = { headerLinks: [ { doc: 'getting-started', label: 'Getting started' }, { href: 'https://reactjs.org/community/support.html', label: 'Help' }, + { href: 'https://www.github.com/facebook/create-react-app', label: 'GitHub' }, ], /* path to images for header/footer */ From 130956af2dcc4e9d88fb9f6b232dcaefd3a2ea6f Mon Sep 17 00:00:00 2001 From: Kristofer Selbekk Date: Tue, 2 Oct 2018 17:42:28 +0200 Subject: [PATCH 2/6] Add GitHub link to footer --- docusaurus/website/core/Footer.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus/website/core/Footer.js b/docusaurus/website/core/Footer.js index c82516f874b..8fd5a1ca473 100644 --- a/docusaurus/website/core/Footer.js +++ b/docusaurus/website/core/Footer.js @@ -64,12 +64,12 @@ class Footer extends React.Component {
More
- GitHub + GitHub Date: Tue, 2 Oct 2018 17:43:40 +0200 Subject: [PATCH 3/6] Add link to Stack Overflow --- docusaurus/website/core/Footer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/website/core/Footer.js b/docusaurus/website/core/Footer.js index 8fd5a1ca473..346ef1749b2 100644 --- a/docusaurus/website/core/Footer.js +++ b/docusaurus/website/core/Footer.js @@ -47,7 +47,7 @@ class Footer extends React.Component {
Community
From 6b48ea3052bf7674af16c6ee3ba644bc5d6f1603 Mon Sep 17 00:00:00 2001 From: Kristofer Selbekk Date: Tue, 2 Oct 2018 17:43:54 +0200 Subject: [PATCH 4/6] Add Twitter link --- docusaurus/website/core/Footer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/website/core/Footer.js b/docusaurus/website/core/Footer.js index 346ef1749b2..01e496cbe27 100644 --- a/docusaurus/website/core/Footer.js +++ b/docusaurus/website/core/Footer.js @@ -55,7 +55,7 @@ class Footer extends React.Component { Project Chat From 57bf071bf931304d79d8876500c19c56794e2e54 Mon Sep 17 00:00:00 2001 From: Kristofer Selbekk Date: Tue, 2 Oct 2018 17:45:27 +0200 Subject: [PATCH 5/6] Add the repoUrl prop to the siteConfig --- docusaurus/website/siteConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/website/siteConfig.js b/docusaurus/website/siteConfig.js index 232e13b7f87..77e8805b66b 100644 --- a/docusaurus/website/siteConfig.js +++ b/docusaurus/website/siteConfig.js @@ -78,7 +78,7 @@ const siteConfig = { // You may provide arbitrary config keys to be used as needed by your // template. For example, if you need your repo's URL... - // repoUrl: 'https://github.com/facebook/test-site', + repoUrl: 'https://github.com/facebook/create-react-app', }; module.exports = siteConfig; From e522afdec20173f1f3bcf3ed2d83f11fae78a506 Mon Sep 17 00:00:00 2001 From: Kristofer Selbekk Date: Tue, 2 Oct 2018 22:09:38 +0200 Subject: [PATCH 6/6] Switch out Discord with Spectrum --- docusaurus/website/core/Footer.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docusaurus/website/core/Footer.js b/docusaurus/website/core/Footer.js index 01e496cbe27..d4e4df59b9c 100644 --- a/docusaurus/website/core/Footer.js +++ b/docusaurus/website/core/Footer.js @@ -53,7 +53,13 @@ class Footer extends React.Component { > Stack Overflow - Project Chat + + Spectrum +