This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
generated from GSA/code-gov-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 16
uswds theme demo updates
Mark Vogelgesang edited this page Apr 18, 2023
·
1 revision
Updating the uswdsThemeDemo in examples
runs the risk of inadvertenly overwriting content in the demo community. In short, when deploying a community programatically, all pages and routes get overwritten. For that reason, it is important to retreive content from the community before pushing back to the org.
- Commit your working state
- Retrieve latest changes present in Experience Builder
sfdx force:mdapi:retrieve -r examples/uswdsThemeDemo -k examples/uswdsThemeDemo/package.xml --unzip -u {username}
- Copy files from
unpackaged
folder intoexamples/uswdsThemeDemo
. Compare diff and commit retrieved changes. - {{make any code updates}}
- Deploy changes back to org
sfdx force:mdapi:deploy -d examples/uswdsThemeDemo -w 100 -u {username}
-
Spotlight
- List and links of sites using the theme.
For Developers
Repo Maintainers
- Icon Assets
- Release Process
- Testing Instructions
- Theme Updates/ Upgrades
Users
- Community Setup
- Supported Components
-
Theme Settings
- A guide for all theme level settings and configuration options.