From 1c8fe7d5ad31470d9af20b633076c39fb8b6a607 Mon Sep 17 00:00:00 2001 From: lukewalczak Date: Fri, 20 May 2022 09:38:11 +0200 Subject: [PATCH] docs: generate docs for 3.0 version --- .circleci/deploy-docs.sh | 5 +++++ docs/assets/version.js | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/.circleci/deploy-docs.sh b/.circleci/deploy-docs.sh index 896c62ec4e..4c8aa0b44e 100755 --- a/.circleci/deploy-docs.sh +++ b/.circleci/deploy-docs.sh @@ -42,6 +42,11 @@ git checkout 2.0 yarn yarn build +# Build the docs for 3.0 +git checkout 3.0 +yarn +yarn build + # Push the built docs cd dist diff --git a/docs/assets/version.js b/docs/assets/version.js index 83a1309a0f..77f15a4b30 100644 --- a/docs/assets/version.js +++ b/docs/assets/version.js @@ -126,6 +126,11 @@ function appendVersionBanner() { '2.0' )}" role="menuitem">v2.x +
  • + v3.x +