mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
Merge pull request #523 from Filiosoft/master
Filiosoft uses Verdaccio!
This commit is contained in:
commit
92b5af5819
2 changed files with 9 additions and 1 deletions
|
@ -6,7 +6,15 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* 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: "Filiosoft",
|
||||||
|
image: "/img/filiosoft.png",
|
||||||
|
infoLink: "https://filiosoft.com/",
|
||||||
|
fbOpenSource: false,
|
||||||
|
pinned: false,
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
const siteConfig = {
|
const siteConfig = {
|
||||||
title: 'Verdaccio' /* title for your website */,
|
title: 'Verdaccio' /* title for your website */,
|
||||||
|
|
BIN
website/static/img/filiosoft.png
Normal file
BIN
website/static/img/filiosoft.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Loading…
Reference in a new issue