Skip to content

Commit

Permalink
Revert website config changes before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Apr 21, 2023
1 parent a8754c5 commit 5ab8e86
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -359,14 +359,7 @@ module.exports = async function createConfigAsync() {
? 'current'
: undefined,

// TODO temporary for mdx2 PR
...(isDeployPreview && {lastVersion: undefined}),
onlyIncludeVersions: (() => {
// TODO temporary for mdx2 PR
if (isDeployPreview) {
return undefined;
}

if (isBuildFast) {
return ['current'];
} else if (
Expand Down

0 comments on commit 5ab8e86

Please sign in to comment.