From be37ede37cedd87f85f21a950aa7e85dddc7cf7a Mon Sep 17 00:00:00 2001 From: ivaosthu Date: Mon, 8 Apr 2019 21:03:32 +0200 Subject: [PATCH] chore: Added new user of unleash-doc --- website/siteConfig.js | 6 ++++++ website/static/img/unleash-hosted.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 website/static/img/unleash-hosted.svg diff --git a/website/siteConfig.js b/website/siteConfig.js index fe3e2e8b16..43d1eac324 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -28,6 +28,12 @@ const users = [ infoLink: 'https://www.nav.no', pinned: true, }, + { + caption: 'Unleash Hosted', + image: '/img/unleash-hosted.svg', + infoLink: 'https://unleash-hosted.com', + pinned: true, + }, ]; const siteConfig = { diff --git a/website/static/img/unleash-hosted.svg b/website/static/img/unleash-hosted.svg new file mode 100644 index 0000000000..e093722b51 --- /dev/null +++ b/website/static/img/unleash-hosted.svg @@ -0,0 +1 @@ + \ No newline at end of file