ToolJet/docs
Muhsin Shah C P 22991ae900
[Feature] Notion plugin 🚀 (#2853)
* initialized the plugin

* Added token field and notion svg icon

* added notion js client

* Added token authentication

* Added database query and retrieve operations

* Working on other operations of database and page

* Added archive page & get single property operations

* Resolved an issue & changed placeholders

* Added operations of block

* Added start cursor to page & database

* Added operations of user endpoint

* changed icon & cover from object to fields

* Updated documentation
2022-04-26 14:58:48 +05:30
..
docs [Feature] Notion plugin 🚀 (#2853) 2022-04-26 14:58:48 +05:30
src Fix scroll on docs left sidebar in firefox (#2528) 2022-03-16 11:00:54 +05:30
static [docs] renamed deployment directory to Setup (#2847) 2022-04-19 08:34:54 +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 Feature - Upgrade docusaurus and fix breaking change (#2345) 2022-02-25 06:35:53 +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 Setup docusaurus 2021-04-23 21:19:14 +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.