docs: general updates and fixes (#13620)

This commit is contained in:
Shahed Nasser
2025-09-30 08:45:30 +03:00
committed by GitHub
parent dda756dfaa
commit f970e1355a
47 changed files with 358 additions and 306 deletions
@@ -47,7 +47,7 @@ Here, you can see a list of all the publishable API keys you have set up in your
To create a new publishable API key:
1. Go to Settings -> Publishable API Keys.
2. Click the Create button at the top right.
2. Click the Create button in the main section's header.
3. In the form that opens, enter the publishable API key's title.
4. Once you're done, click the Save button.
@@ -68,7 +68,7 @@ This opens the publishable API key's details page where you can also manage the
### Publishable API Key Status
You can see the status of the publishable API key at the top right of the first section in the details page. A publishable API key's status can be:
You can see the status of the publishable API key in the header of the first section in the details page. A publishable API key's status can be:
<Table>
<Table.Header>
@@ -107,7 +107,7 @@ To copy a publishable API key:
To edit a publishable API key:
1. Go to the publishable API key's details page.
2. Click the <InlineIcon Icon={EllipsisHorizontal} alt="three-dots" /> at the top right of the first section.
2. Click the <InlineIcon Icon={EllipsisHorizontal} alt="three-dots" /> in the first section's header.
3. Choose "Edit" from the dropdown.
4. In the side window that opens, you can edit the publishable API key's title.
5. Once you're done, click the Save button.
@@ -125,7 +125,7 @@ You can manage the sales channels of a publishable API key in its details page.
To add a sales channel to a publishable API key:
1. Go to the publishable API key's details page.
2. Click the "Add" button at the top right of the "Sales Channels" section.
2. Click the "Add" button in the "Sales Channels" section's header.
3. In the list that opens, check the sales channels you want to add the API key to.
4. Once you're done, click the Save button.
@@ -155,7 +155,7 @@ Revoking a publishable API key is irreversible. You can't use the key in request
To revoke a publishable API key:
1. Go to the publishable API key's details page.
2. Click the <InlineIcon Icon={EllipsisHorizontal} alt="three-dots" /> at the top right of the first section.
2. Click the <InlineIcon Icon={EllipsisHorizontal} alt="three-dots" /> in the first section's header.
3. Choose "Revoke API key" from the dropdown.
4. Confirm revoking the API key by clicking the "Revoke API key" button in the pop-up.
@@ -172,6 +172,6 @@ Deleting a publishable API key is irreversible.
You can only delete a publishable API key after [revoking it](#revoke-publishable-api-key). To delete a publishable API key:
1. Go to the publishable API key's details page.
2. Click the <InlineIcon Icon={EllipsisHorizontal} alt="three-dots" /> at the top right of the first section.
2. Click the <InlineIcon Icon={EllipsisHorizontal} alt="three-dots" /> in the first section's header.
3. Choose "Delete" from the dropdown.
4. Confirm deleting the API key by clicking the Delete button in the pop-up.