ToolJet/docs
Akshay 915d66107e
[docs] Update docs for testing (#479)
* copy .env.test file for docker dev

* update docs for testing
2021-08-09 17:41:01 +05:30
..
docs [docs] Update docs for testing (#479) 2021-08-09 17:41:01 +05:30
src [docs] improved intro page 2021-07-31 20:11:45 +05:30
static [Docs] add gifs to GraphQL documentation (#301) 2021-06-23 18:58:38 +05:30
.gitignore Setup docusaurus 2021-04-23 21:19:14 +05:30
babel.config.js Setup docusaurus 2021-04-23 21:19:14 +05:30
docusaurus.config.js [docs] fix for incorrect edit url (#473) 2021-08-09 09:11:34 +05:30
firebase.json Firebase config for documentation 2021-04-29 11:21:22 +05:30
package.json Setup docusaurus 2021-04-23 21:19:14 +05:30
README.md Setup docusaurus 2021-04-23 21:19:14 +05:30
sidebars.js Setup docusaurus 2021-04-23 21:19:14 +05:30
yarn.lock Bump prismjs from 1.23.0 to 1.24.1 in /docs (#379) 2021-07-04 01:23:27 +05:30

Website

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

Installation

yarn install

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

GIT_USER=<Your GitHub username> USE_SSH=true 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.