ToolJet/docs
Akshay 1228c3b48d
Feature: Snowflake integration 🚀 (#2261)
* wip

* establish connection to snowflake ds

* fix icon

* fix snowflake operations manifest

* add documentation

* fix formatting

* add snowflake optional params

* update snowflake sdk dependencies
2022-02-17 14:33:27 +05:30
..
docs Feature: Snowflake integration 🚀 (#2261) 2022-02-17 14:33:27 +05:30
src [docs] show scroll bar of left sidebar only on hover (#2257) 2022-02-15 12:56:03 +05:30
static Feature: Snowflake integration 🚀 (#2261) 2022-02-17 14:33:27 +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] update logo 2022-01-27 11:08:37 +05:30
firebase.json Firebase config for documentation 2021-04-29 11:21:22 +05:30
package.json [docs] update docusaurus (#1427) 2021-11-18 20:48:54 +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 postcss from 8.2.12 to 8.4.5 in /docs (#2044) 2022-01-31 16:43:41 +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.