ToolJet/docs
Midhun G S 0545528504
Support for multiple workspaces 🚀 (#2778)
* multi org changes

* Initial changes

* changes

* manage sso page

* Multi-organization changes

* Multi organization changes

* multi-org changes

* multi-org changes

* multi-org changes

* multi-org fixes

* env variables app.json changes

* multi-org-fix

* user invitation token fix

* multi-org group permission fix

* multi-org app privilege

* google oauth fix

* Remove enable signup for form login

* Multi organization fixes

* multi-org user invite flow changes

* multi-org sign up fix

* rebase and multi-org fixes

* revert testing logs

* test logs revert

* migration changes

* migration file fix

* error message changes

* git login for private email fix

* dropdown fix

* test cases

* e2e test cases added

* test cases fix

* documentation changes

* testcases fix

* testcases added

* replace findOne with findOneOrFail

* accept invite testcases

* login page fixes

* added encrypted tag

* review comments

* migration fixes

* improvements

* manage sso loading fix

* review comments

* migration file changes

* new organization creation bug fix

* added e2e testcases

* added testcases

* Update data_sources.controller.ts
2022-05-05 12:38:42 +05:30
..
docs Support for multiple workspaces 🚀 (#2778) 2022-05-05 12:38:42 +05:30
src Fix scroll on docs left sidebar in firefox (#2528) 2022-03-16 11:00:54 +05:30
static Support for multiple workspaces 🚀 (#2778) 2022-05-05 12:38:42 +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] Fixes hyperlink of ToolJet logo (#2976) 2022-05-05 09:59:09 +05:30
firebase.json Firebase config for documentation 2021-04-29 11:21:22 +05:30
package.json Feature - Upgrade docusaurus and fix breaking change (#2345) 2022-02-25 06:35:53 +05:30
README.md Setup docusaurus 2021-04-23 21:19:14 +05:30
sidebars.js [docs] updated sidebar and improved hierarchy (#2958) 2022-05-04 08:10:46 +05:30
yarn.lock Feature - Upgrade docusaurus and fix breaking change (#2345) 2022-02-25 06:35:53 +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.