Skip to content

Commit

Permalink
docs: generate docs for 3.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewalczak committed May 20, 2022
1 parent b5029ba commit 1c8fe7d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/deploy-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 5 additions & 0 deletions docs/assets/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ function appendVersionBanner() {
'2.0'
)}" role="menuitem">v2.x</a>
</li>
<li class="list-item">
<a class="link" href="${createUrlForVersion(
'3.0'
)}" role="menuitem">v3.x</a>
</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 1c8fe7d

Please sign in to comment.