mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-31 18:07:00 +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.
|
* 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 = [
|
const users = [
|
||||||
{
|
{
|
||||||
caption: "Almin",
|
caption: "Almin",
|
||||||
|
@ -28,6 +28,13 @@ const users = [
|
||||||
fbOpenSource: false,
|
fbOpenSource: false,
|
||||||
pinned: true,
|
pinned: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
caption: 'Dep',
|
||||||
|
image: '/img/golang-dep.svg',
|
||||||
|
infoLink: 'https://golang.github.io/dep/',
|
||||||
|
fbOpenSource: false,
|
||||||
|
pinned: false,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
caption: 'Docusaurus',
|
caption: 'Docusaurus',
|
||||||
image: '/img/docusaurus.svg',
|
image: '/img/docusaurus.svg',
|
||||||
|
|
1
website/static/img/golang-dep.svg
Normal file
1
website/static/img/golang-dep.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 91 KiB |
Loading…
Add table
Add a link
Reference in a new issue