Skip to content

Commit

Permalink
[docs] Enable Joy pages (#33064)
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Jun 8, 2022
1 parent b1e4b9c commit d94a9e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions docs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,6 @@ module.exports = {
if (page.pathname.startsWith('/experiments') && !staging) {
return;
}
if (page.pathname.startsWith('/joy-ui') && !staging) {
return;
}
// The blog is not translated
if (
userLanguage !== 'en' &&
Expand Down
2 changes: 1 addition & 1 deletion docs/src/featureToggle.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ module.exports = {
enable_redirects: true, // related to new structure change
enable_mui_base_scope: true, // will be enabled after the migration
enable_system_scope: true, // will be enabled after the migration
enable_joy_scope: process.env.NODE_ENV === 'development' || process.env.STAGING === true,
enable_joy_scope: true,
};

0 comments on commit d94a9e9

Please sign in to comment.