mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-30 09:27:04 +02:00
Add golang/dep as user (#612)
* Add golang/dep as user * Update siteConfig.js
This commit is contained in:
parent
0d7af296b5
commit
07c0f13034
2 changed files with 9 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue