From 003909d8da1046a1d35b9d10808819d854a5ebfe Mon Sep 17 00:00:00 2001 From: Pierre Burgy Date: Tue, 17 Aug 2021 16:21:25 +0200 Subject: [PATCH] Add hiring link --- docs/.vuepress/config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 01ad86b617..91bd086779 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -624,6 +624,10 @@ module.exports = { }, ], }, + { + text: "We're hiring!", + link: 'https://strapi.io/careers#open-positions', + }, ], repo: 'strapi/documentation', docsDir: 'docs',