Add golang/dep as user (#612)

* Add golang/dep as user

* Update siteConfig.js
This commit is contained in:
Yangshun Tay 2018-05-03 08:12:52 -07:00 committed by GitHub
parent 0d7af296b5
commit 07c0f13034
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View file

@ -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',