platform/docs
2025-01-04 09:23:57 -06:00
..
docs Add support for redis auth (#602) 2025-01-04 09:23:57 -06:00
src Adds search to documentation (#280) 2023-10-09 16:41:07 -05:00
static Adds journey step type to remove a user from a journey (#501) 2024-10-12 15:11:31 -05:00
.gitignore Adds docs folder with Docusaurus 2023-02-25 09:17:05 -06:00
babel.config.js Adds docs folder with Docusaurus 2023-02-25 09:17:05 -06:00
docusaurus.config.js Reverts to original documentation setup (#335) 2023-12-30 17:27:06 -08:00
package-lock.json Allows for tracking settings to be set through org UI (#237) 2023-08-11 21:31:10 -05:00
package.json Improves documentation for API and clients (#142) 2023-04-26 17:11:24 -05:00
README.md Adds docs folder with Docusaurus 2023-02-25 09:17:05 -06:00
sidebars.js Adds docs folder with Docusaurus 2023-02-25 09:17:05 -06:00
tsconfig.json Adds docs folder with Docusaurus 2023-02-25 09:17:05 -06:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.