From 3c7901fced735b4dae1ad699fd09771d400ae47d Mon Sep 17 00:00:00 2001 From: Scott Mo Date: Thu, 12 Mar 2026 12:37:44 -0500 Subject: [PATCH] fix: rm old references --- .../docs/configure-content-themeLayout.md | 2 +- .../docs/configure-content-view.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/skills/salesforce-experience-lwr-site/docs/configure-content-themeLayout.md b/skills/salesforce-experience-lwr-site/docs/configure-content-themeLayout.md index 53b504b..bcf26b9 100644 --- a/skills/salesforce-experience-lwr-site/docs/configure-content-themeLayout.md +++ b/skills/salesforce-experience-lwr-site/docs/configure-content-themeLayout.md @@ -126,4 +126,4 @@ When generating a new theme layout, ensure: - [ ] `urlName` uses lowercase with hyphens (V) - [ ] `title` is human-readable (V) - [ ] `sfdc_cms__theme/[THEME_API_NAME]/content.json` updated by appending a new `contentBody.layouts` mapping (VI) -- [ ] **CRITICAL**: Complete all the UUID generation steps per GR.4 +- [ ] **CRITICAL**: Complete all the UUID generation steps. See `docs/handle-component-and-region-ids.md` diff --git a/skills/salesforce-experience-lwr-site/docs/configure-content-view.md b/skills/salesforce-experience-lwr-site/docs/configure-content-view.md index 91ff735..e042efd 100644 --- a/skills/salesforce-experience-lwr-site/docs/configure-content-view.md +++ b/skills/salesforce-experience-lwr-site/docs/configure-content-view.md @@ -126,7 +126,7 @@ The route's `activeViewId` must match the view's directory name exactly. - [ ] Directory and `_meta.json` follow structure (see Directory Structure, _meta.json Structure) - [ ] `content.json` has all required fields (A.1) - [ ] Component structure correct with both regions (A.1) -- [ ] **CRITICAL:** Complete all the UUID generation steps per GR.4 +- [ ] **CRITICAL:** Complete all the UUID generation steps. see `docs/handle-component-and-region-ids.md` - [ ] `viewType` matches route's `routeType` (CRITICAL) ### PART B: OBJECT PAGES @@ -214,7 +214,7 @@ The route's `activeViewId` must match the view's directory name exactly. The `vi - [ ] `viewType` matches route's `routeType` for all three views (CRITICAL) - [ ] Component structure correct with both regions (see A.1) - [ ] SEO assistant configured correctly per view type (B.4) -- [ ] **CRITICAL:** Complete both UUID generation steps per GR.4 +- [ ] **CRITICAL:** Complete both UUID generation steps. see `docs/handle-component-and-region-ids.md` ## Purpose B: Editing Existing Views