Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Miscellaneous repo updates (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn authored Apr 23, 2024
1 parent d2544bc commit ed65275
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 79 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ packages/**/package-lock.json

# generated folders
aggregated-translations
build
generated-themes
lib
node_modules
Expand Down
33 changes: 0 additions & 33 deletions dev-site-config/navigation.config.js

This file was deleted.

15 changes: 0 additions & 15 deletions dev-site-config/site.config.js

This file was deleted.

31 changes: 0 additions & 31 deletions docker-compose.yml

This file was deleted.

10 changes: 10 additions & 0 deletions scripts/prettifyJSON/prettifyJSON.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,16 @@ module.exports = (oldJSON) => {
delete oldJSON.publishConfig;
}

if (oldJSON.rollOut) {
newJSON.rollOut = oldJSON.rollOut;
delete oldJSON.rollOut;
}

if (oldJSON.associated_engine) {
newJSON.associated_engine = oldJSON.associated_engine;
delete oldJSON.associated_engine;
}

if (oldJSON.workspaces) {
newJSON.workspaces = oldJSON.workspaces;
// alphabetize the list
Expand Down

0 comments on commit ed65275

Please sign in to comment.