Skip to content

Commit 7725ecb

Browse files
authored
DEVDOCS-6212
Applied the following revisions from an external review on the ticket: * Added a paragraph calling out that the instructions are specifically for channel setup. * Added a link to the b2b-buyer-portal repository for instructions on using the open source Buyer Portal. * Removed callout about the invalid Vercel template.
1 parent e4f3e2b commit 7725ecb

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/b2b-edition/headless.mdx

+3-5
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
B2B Edition's Buyer Portal can be used with headless storefronts created using a third-party solution, such as WordPress or Next.js. This allows you to extend B2B Edition's front-end buyer tools to multiple headless storefronts, while managing your back-end processes from the BigCommerce control panel.
44

5+
Follow the instructions in this article to set up a headless storefront channel that uses the default, hosted version of the Buyer Portal. If you want to deploy a locally-developed custom Buyer Portal to your headless channel, see the [Headless Guide](https://github.com/bigcommerce/b2b-buyer-portal/blob/main/docs/headless.md) in the b2b-buyer-portal repository.
6+
57
<Callout type="info">
6-
Use the following instructions to enable B2B Edition on non-Catalyst headless frameworks. See [B2B Edition](https://www.catalyst.dev/docs/b2b) for Catalyst-specific considerations.
8+
These instructions are for enabling B2B Edition on non-Catalyst headless frameworks. See [B2B Edition](https://www.catalyst.dev/docs/b2b) for Catalyst-specific considerations.
79
</Callout>
810

911
<Steps>
@@ -48,10 +50,6 @@ X-Auth-Token: {{TOKEN_A}}
4850
}
4951
```
5052

51-
<Callout type="info">
52-
Currently we’re working with [Vercel template, and that uses NextJS](https://github.com/B3BC/b2b-headless-example).
53-
</Callout>
54-
5553
### Generate an impersonation token
5654

5755
[Generate an impersonation token](/docs/storefront-auth/tokens/customer-impersonation-token) by using the next cURL as base and using TOKEN_B.

0 commit comments

Comments
 (0)