Skip to content

opensfcc/sfcc-docs

Repository files navigation

Logo

SFCC Docs

Unofficial community edition of the Salesforce Commerce Cloud developer documentation.

Instant Setup

If you've got Docker Desktop installed, are using VS Code with CLI code enabled, and have the Dev Containers Extension installed, you can click this button to get instantly set up.

Open in Remote - Containers

Manual Installation

You'll need to be using Node v18+ in order to build this project.

# Clone Repository
git clone git@github.com:opensfcc/sfcc-docs.git

# Change into this projects directory
cd sfcc-docs

# Install Dependencies
npm install

# Run All CLI Commands
npm run cli:all

# Start Dev Server
npm run dev

Finally, open http://localhost:3000 in your browser to view the website.

Customizing

You can start editing this template by modifying the files in the /src folder. The site will auto-update as you edit these files.

Global search

This template includes a global search that's powered by the FlexSearch library. It's available by clicking the search input or by using the ⌘K shortcut.

This feature requires no configuration, and works out of the box by automatically scanning your documentation pages to build its index. You can adjust the search parameters by editing the /src/markdoc/search.mjs file.

Learn more

To learn more about the technologies used in this site template, see the following resources:

Tailwind UI License

This website is based on the "Syntax" Tailwind UI site template built using Tailwind CSS and Next.js. This site template is a commercial product purchased by OpenSFCC and is distributed under the Tailwind UI license.

This project meets the following distribution criteria:

Use the Components and Templates to create End Products that are open source and freely available to End Users.

Disclaimer

The trademarks and product names of Salesforce®, including the mark Salesforce®, are the property of Salesforce.com. OpenSFCC is not affiliated with Salesforce.com, nor does Salesforce.com sponsor or endorse the OpenSFCC products or website. The use of the Salesforce® trademark on this project does not indicate an endorsement, recommendation, or business relationship between Salesforce.com and OpenSFCC.