Skip to content

Commit

Permalink
Merge branch 'develop' into DATA-6181-pdp-swatches
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-matthews authored Oct 24, 2024
2 parents 98cb108 + 6df0ad5 commit 183a8ad
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 25 deletions.
8 changes: 0 additions & 8 deletions src/content/docs/faq.mdx

This file was deleted.

6 changes: 1 addition & 5 deletions src/content/docs/get-started/configurations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,7 @@ You can find the `configs.xlsx` file in your content drive by clicking on the mo
options={[
['#', 'Key', 'Value'],
['1', 'commerce-endpoint', 'https://catalog-service-sandbox.adobe.io/graphql'],
[
'2',
'commerce-core-endpoint',
'https://graph.adobe.io/api/7f2da5e6-9bf4-6d6a-bb4b-b169583bf4b3/graphql?api_key=5da5ef17d259a3814d2fd872572b97a5',
],
['2', 'commerce-core-endpoint', 'https://mystorefront.com/graphql',],
['3', 'commerce-environment-id', '7cb935fd-d3bc-487b-9a2f-e5965c30f2a1'],
['4', 'commerce-root-category-id', '2'],
['5', 'commerce-website-code', 'base'],
Expand Down
22 changes: 10 additions & 12 deletions src/content/docs/get-started/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ For this task, we'll use the **Sidekick Configurator** to install Sidekick and c
1. Install Sidekick from the Chrome Web Store or use the bookmarklet. If you're using the bookmarklet, drag it to your browser's bookmarks bar. If installing the extension, Pin the Sidekick extension to your browser's toolbar.
1. Select the browser's back button to return to the Sidekick Configurator page. You should now see a message stating "Your Sidekick is not configured for this project yet" and an **Add project** button.
1. Select the **Add project** button to complete your Sidekick setup. You should see a message stating: "Your Sidekick is configured for this project."
1. Return to your folder, select all your Google docs or Word.docx files, select the **Sidekick** extension, and click the **Preview** button. Repeat this for all files in each folder. Select all the files again, but select the **Publish** button for each docs/docx file. These actions add your content to the internal (preview) and production (publish) Edge Delivery CDNs, where it can be downloaded and displayed on your browser for local development.
1. Return to your folder, select **ALL files** (including `.json` config files), select the **Sidekick** extension, and click the **Preview** button. Repeat this for all files in each folder. Select all the files again, but select the **Publish** button to publish these files to the CDN. These actions add your content to the internal (preview) and production (publish) Edge Delivery CDNs, where they can be downloaded and displayed in your browser for local development.

</Callouts>

Expand Down Expand Up @@ -444,26 +444,24 @@ To access the `develop` branch of the boilerplate repo, follow these steps:
1. Add the upstream boilerplate repo as a new remote:
```bash frame="none"
git remote add upstream https://github.com/hlxsites/aem-boilerplate-commerce.git
```
```bash frame="none"
git remote add upstream https://github.com/hlxsites/aem-boilerplate-commerce.git
```
1. Fetch the upstream boilerplate repo:
```bash frame="none"
git fetch upstream
```
```bash frame="none"
git fetch upstream
```
1. Checkout the `develop` branch of the upstream boilerplate repo:
```bash frame="none"
git checkout develop
```
```bash frame="none"
git checkout develop
```
</Steps>
</Task>
</Tasks>

0 comments on commit 183a8ad

Please sign in to comment.