Skip to content

Commit

Permalink
docs: wordsmithing
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-matthews committed Nov 5, 2024
1 parent 3671bce commit 50b5929
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/content/docs/launch/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Start your checklist with the [Go-Live Checklist](https://www.aem.live/docs/go-l
<div slot="tasks">
<label>
<input type="checkbox" />
<span>Switch to the Catalog Service production endpoint (https://catalog-service.adobe.io/graphql).</span>
<span>Switch to the Catalog Service production endpoint (`https://catalog-service.adobe.io/graphql`).</span>
</label>
<label>
<input type="checkbox" />
Expand Down Expand Up @@ -82,7 +82,7 @@ Start your checklist with the [Go-Live Checklist](https://www.aem.live/docs/go-l
<div slot="tasks">
<label>
<input type="checkbox" />
<span>Use the production GraphQL endpoint `yourproject.com/graphql` (needs to be changed in the CDN). Make sure to also use this for all the Sidekick extensions and scripts (e.g., sitemap generation, image importer).</span>
<span>Update your CDN configuration with your production GraphQL endpoint `yourproject.com/graphql`. Make sure to also use this for all the Sidekick extensions and scripts (for example, sitemap generation, image importer).</span>
</label>
<label>
<input type="checkbox" />
Expand All @@ -94,7 +94,7 @@ Start your checklist with the [Go-Live Checklist](https://www.aem.live/docs/go-l
</label>
<label>
<input type="checkbox" />
<span>For multi store setups, ensure that you add a store specific cache buster (e.g. query parameter or proxy via CDN) to Catalog Service and LiveSearch requests.</span>
<span>For multi-store setups, add a store-specific cache buster (for example, a query parameter or proxy through CDN configuration) to Catalog Service and LiveSearch requests.</span>
</label>
</div>
</Checklist>
Expand All @@ -113,7 +113,7 @@ Start your checklist with the [Go-Live Checklist](https://www.aem.live/docs/go-l
</label>
<label>
<input type="checkbox" />
<span>Verify that the new domains/subdomains are allowlisted and potential backend webhooks are working.</span>
<span>Verify that the new domains/subdomains are `allowlisted` and potential backend webhooks are working.</span>
</label>
</div>
</Checklist>
Expand Down

0 comments on commit 50b5929

Please sign in to comment.