ToolJet/docs
Midhun G S 5f13755993
Feature/add couchbase support (#14518) (#15147)
* Feature/add couchbase support (#14518)

* Add support for couchbase

* Update readme

* Update query operation

---------

Co-authored-by: Midhun G S <gsmithun4@gmail.com>

* Fix: Couchbase UI fixes (#15194)

* Fix: couchbase ui fixes

* Feature/add couchbase support (#14518)

* Add support for couchbase

* Update readme

* Update query operation

---------

Co-authored-by: Midhun G S <gsmithun4@gmail.com>

* Fix: couchbase ui fixes

* ui-fix: removed AI tag from couchbase

---------

Co-authored-by: Rudhra Deep Biswas <rudra21ultra@gmail.com>
Co-authored-by: Prajwal Pai <108796209+prajwal-pai77@users.noreply.github.com>
Co-authored-by: Midhun G S <gsmithun4@gmail.com>

* Feat: Add S3 upload script and command to package.json

* auto redirect has  been enabled

---------

Co-authored-by: Prajwal Pai <108796209+prajwal-pai77@users.noreply.github.com>
Co-authored-by: Sahil Dewangan <123866478+sahil7303@users.noreply.github.com>
Co-authored-by: Rudhra Deep Biswas <rudra21ultra@gmail.com>
Co-authored-by: Ganesh Kumar <ganesh8056234@gmail.com>
2026-02-18 21:21:01 +05:30
..
docs Feature/add couchbase support (#14518) (#15147) 2026-02-18 21:21:01 +05:30
src [docs]: code block color fix (#12333) 2025-03-21 15:01:07 +05:30
static Feature/add couchbase support (#14518) (#15147) 2026-02-18 21:21:01 +05:30
versioned_docs Correction in the upgrade process for AWS EC2 AMI 2025-03-24 14:48:09 +05:30
versioned_sidebars Merge pull request #12306 from ToolJet/docs/ui-updates 2025-03-21 13:27:24 +05:30
.gitignore Setup docusaurus 2021-04-23 21:19:14 +05:30
.nvmrc adding .nvmrc file 2024-04-16 19:13:35 +05:30
babel.config.js Setup docusaurus 2021-04-23 21:19:14 +05:30
build-latest-version.sh docs: update render script 2024-11-13 16:24:25 +05:30
docusaurus.config.js Merge pull request #12314 from ToolJet/docs/gtm-script 2025-03-25 17:05:45 +05:30
firebase.json Firebase config for documentation 2021-04-29 11:21:22 +05:30
netlify.toml Revert "Removing submodules from develop for netlify build (#12265)" 2025-03-27 17:59:46 +05:30
package-lock.json [docs]: update sample data sources, upgrade docusaurus (#11584) 2024-12-10 18:11:50 +05:30
package.json [docs]: update sample data sources, upgrade docusaurus (#11584) 2024-12-10 18:11:50 +05:30
postcss.config.js fix build errors 2024-09-23 16:37:29 +05:30
README.md [docs]: AI Release Updates 2025-02-07 19:05:41 +05:30
sidebars.js Merge pull request #12306 from ToolJet/docs/ui-updates 2025-03-21 13:27:24 +05:30
tailwind.config.js [docs]: Fix darkmode on homepage (#12121) 2025-03-11 18:07:34 +05:30
versions.json docs: update 3.0.0-LTS tag (#11246) 2024-11-11 03:57:25 +05:30
versionsArchived.json [docs]: archive old docs (#10703) 2024-09-04 15:01:45 +05:30

ToolJet logo

ToolJet Documentation

The directory "ToolJet/docs/" holds the code and markdown source files for the ToolJet documentation website, which is accessible at docs.tooljet.ai

Index

Feedback

We welcome your valuable feedback on the documentation! Please feel free to join our Community on Slack and send us a message. We would be delighted to hear from you and assist you with any queries or concerns you may have.

Documentation Issues

If you come across any issues with the documentation or have a feature request related explicitly to it, we encourage you to create a new GitHub issue following the template. Before creating a new issue, we kindly request that you check for existing issues to avoid duplication.

In case you encounter any issues with the ToolJet product, please select the relevant issue template from here.

Contributing

To contribute to ToolJet documentation, you need to fork this repository and submit a pull request for the Markdown and/or image changes that you're proposing.

Repository organization

The content in this directory follows the organization of documentation at https://docs.tooljet.ai

This directory contains the following folders:

/tooljet/docs
├── sidebars.json        # sidebar for the next(upcoming) docs version
├── docs                 # docs directory for the next(upcoming) docs version
│   ├── Enterprise
│   │   └── multi-environment.md
│   └── tooljet-database.md
├── versions.json        # file to indicate what versions are available
├── versioned_docs
│   ├── version-x.x.x    # Current/latest version (set it on docusauras.config.js)
│   │   ├── Enterprise
│   │   │   └── multi-environment.md   # https://docs.tooljet.ai/docs/Enterprise/multi-environment
│   │   └── tooljet-database.md.       # https://docs.tooljet.ai/docs/tooljet-database
│   └── version-2.0.0
│   │   ├── Enterprise
│   │   │   └── multi-environment.md   # https://docs.tooljet.ai/docs/2.0.0/Enterprise/multi-environment
│   │   └── tooljet-database.md
│   └── version-1.0.0
│       ├── Enterprise
│       │   └── multi-environment.md   # https://docs.tooljet.ai/docs/1.0.0/Enterprise/multi-environment
│       └── tooljet-database.md
├── versioned_sidebars                 # includes sidebar for the specific versions
│   ├── version-x.x.x-sidebars.json    
│   └── version-1.0.0-sidebars.json
└── src
│   └── img                           # contains folders that references the images (such as screenshots) used in the \docs\topic
├── docusaurus.config.js
└── package.json

\src - contains the ToolJet documentation website code. The documentation website is built using Docusaurus 2.

tooljet\docs\docs\ - This directory serves as the base directory for the documentation. Any modifications made within this directory will be reflected in the next version of the documentation. Each folder inside this directory corresponds to specific content and contains markdown files related to that content.

Workflow

The two suggested workflows are:

  • For small changes, use the "Edit this page" button on each page to edit the Markdown file directly on GitHub.
  • If you plan to make significant changes or preview the changes locally, clone the repo to your system to and follow the installation and local development steps in Local setup.

Conventions

  • The front matter for every markdown file should include the id and a title. id will be used to reference the file in sidebar.js or version-x.x.x-sidebars.json for a specific version.

    ---
    id: building-internal-tool
    title: Building internal tool with ToolJet
    ---
    
  • Use lowercase for file and folder names and dashes - as separators. For example:

    • /docs/data-sources/sap-hana.md
    • /docs/how-to/bulk-update-multiple-rows.md
  • Images are important to bring the product to life and clarify the written content. For images you're adding to the repo, store them in the img subfolder inside static folder. For every topic there needs to be a folder inside \static\img\ section, for example: static\img\how-to\bulk-update\query1.png. When you link to an image, the path and filename are case-sensitive. The convention is for image filenames to be all lowercase and use dashes - for separators.

    Example code for adding an image in markdown file:

    <div style={{textAlign: 'center'}}>
    
    <img className="screenshot-full" src="/img/button-group.png" alt="Button group" />
    
    </div>
    

Local setup

Requirements

  • Node version 16.14

Installation

yarn install

Note: Please note that if you make any changes that will be reflected in the upcoming version of the ToolJet documentation, you should set the includeCurrentVersion value to true in the docusaurus.config.js file. After making the necessary changes, be sure to set the value back to false and then commit the changes. Setting the value to true will load the docs/docs/ base directory as the next version for local development, allowing you to preview the changes.

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.

Thanks 💜

Thanks for all your contributions and efforts towards improving the ToolJet documentation. We thank you being part of our community !