From 07c0f1303440a443658b358eea4ac93ef938628a Mon Sep 17 00:00:00 2001 From: Yangshun Tay Date: Thu, 3 May 2018 08:12:52 -0700 Subject: [PATCH] Add golang/dep as user (#612) * Add golang/dep as user * Update siteConfig.js --- website/siteConfig.js | 9 ++++++++- website/static/img/golang-dep.svg | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 website/static/img/golang-dep.svg diff --git a/website/siteConfig.js b/website/siteConfig.js index 03e00caf53..bd11cd854d 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -5,7 +5,7 @@ * LICENSE file in the root directory of this source tree. */ -/* List of projects/orgs using your project for the users page */ +// List of projects/orgs using your project for the users page. const users = [ { caption: "Almin", @@ -28,6 +28,13 @@ const users = [ fbOpenSource: false, pinned: true, }, + { + caption: 'Dep', + image: '/img/golang-dep.svg', + infoLink: 'https://golang.github.io/dep/', + fbOpenSource: false, + pinned: false, + }, { caption: 'Docusaurus', image: '/img/docusaurus.svg', diff --git a/website/static/img/golang-dep.svg b/website/static/img/golang-dep.svg new file mode 100644 index 0000000000..de7d138b23 --- /dev/null +++ b/website/static/img/golang-dep.svg @@ -0,0 +1 @@ +BoyerShadows \ No newline at end of file