From ede8da76772ea4bc11b345545610e5e41b1ab0df Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sat, 10 Jun 2023 22:49:09 -0300 Subject: [PATCH] chore(website): add netlify badge --- docs/docusaurus.config.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 5a8085cf..9a1df50d 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -210,6 +210,13 @@ const getConfig = async () => { href: 'https://opencollective.com/task' } ] + }, + { + items: [ + { + html: 'Deploys by Netlify' + } + ] } ] },