2021-04-23 12:54:49 +00:00
|
|
|
/**
|
2022-05-04 02:40:46 +00:00
|
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
|
|
|
*
|
|
|
|
|
* This source code is licensed under the MIT license found in the
|
|
|
|
|
* LICENSE file in the root directory of this source tree.
|
2021-04-23 12:54:49 +00:00
|
|
|
*/
|
|
|
|
|
|
2022-05-04 02:40:46 +00:00
|
|
|
// @ts-check
|
2021-04-23 12:54:49 +00:00
|
|
|
|
2022-05-04 02:40:46 +00:00
|
|
|
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
|
|
|
|
|
const sidebars = {
|
|
|
|
|
docs: [
|
2024-11-18 23:49:45 +00:00
|
|
|
"doc-home-page",
|
2023-12-13 10:32:25 +00:00
|
|
|
{
|
|
|
|
|
'type': 'category',
|
|
|
|
|
'label': 'Getting Started',
|
|
|
|
|
'items': [
|
|
|
|
|
'getting-started/platform-overview',
|
|
|
|
|
'getting-started/quickstart-guide',
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
'type': 'category',
|
|
|
|
|
'label': 'ToolJet Concepts',
|
|
|
|
|
'items': [
|
|
|
|
|
'tooljet-concepts/what-are-components',
|
|
|
|
|
'tooljet-concepts/what-are-datasources',
|
|
|
|
|
'tooljet-concepts/what-are-queries',
|
2024-01-19 13:10:15 +00:00
|
|
|
'tooljet-concepts/inspector',
|
2023-12-13 10:32:25 +00:00
|
|
|
'tooljet-concepts/what-are-events',
|
2024-01-19 13:10:15 +00:00
|
|
|
'tooljet-concepts/actions',
|
2024-02-15 06:21:55 +00:00
|
|
|
'tooljet-concepts/variables',
|
2023-12-13 10:32:25 +00:00
|
|
|
'tooljet-concepts/how-to-access-values',
|
2024-01-19 13:10:15 +00:00
|
|
|
'tooljet-concepts/component-specific-actions',
|
|
|
|
|
'tooljet-concepts/exposed-variables',
|
|
|
|
|
'tooljet-concepts/pages',
|
|
|
|
|
'tooljet-concepts/run-js',
|
|
|
|
|
'tooljet-concepts/styling-components',
|
|
|
|
|
'tooljet-concepts/workspace-constants',
|
2023-12-13 10:32:25 +00:00
|
|
|
'tooljet-concepts/permissions',
|
2024-01-19 13:10:15 +00:00
|
|
|
'tooljet-concepts/super-admin',
|
2023-12-13 10:32:25 +00:00
|
|
|
],
|
|
|
|
|
},
|
2022-05-04 02:40:46 +00:00
|
|
|
{
|
2023-02-16 06:41:20 +00:00
|
|
|
'type': 'category',
|
|
|
|
|
'label': 'Setup',
|
|
|
|
|
'link': {
|
|
|
|
|
'type': 'doc',
|
|
|
|
|
'id': 'setup/index',
|
|
|
|
|
},
|
|
|
|
|
'items': [
|
2022-06-29 09:52:02 +00:00
|
|
|
'setup/try-tooljet',
|
2024-07-11 10:08:05 +00:00
|
|
|
'setup/choose-your-tooljet',
|
2024-03-06 10:13:16 +00:00
|
|
|
'setup/system-requirements',
|
2022-09-01 08:08:46 +00:00
|
|
|
'setup/digitalocean',
|
2022-06-17 08:39:21 +00:00
|
|
|
'setup/docker',
|
2022-05-04 02:40:46 +00:00
|
|
|
'setup/ec2',
|
2022-10-11 11:11:38 +00:00
|
|
|
'setup/ecs',
|
2023-03-13 08:45:08 +00:00
|
|
|
'setup/openshift',
|
2023-06-26 11:46:30 +00:00
|
|
|
'setup/helm',
|
2022-05-04 02:40:46 +00:00
|
|
|
'setup/kubernetes',
|
|
|
|
|
'setup/kubernetes-gke',
|
|
|
|
|
'setup/kubernetes-aks',
|
2024-08-02 13:08:03 +00:00
|
|
|
'setup/kubernetes-eks',
|
2023-06-26 11:43:37 +00:00
|
|
|
'setup/azure-container',
|
2022-05-04 02:40:46 +00:00
|
|
|
'setup/google-cloud-run',
|
|
|
|
|
'setup/client',
|
|
|
|
|
'setup/env-vars',
|
2022-07-05 05:56:05 +00:00
|
|
|
'setup/http-proxy',
|
2022-09-09 04:09:04 +00:00
|
|
|
'setup/tooljet-subpath',
|
2024-05-29 09:01:12 +00:00
|
|
|
'setup/v2-migration-guide',
|
2024-10-15 15:19:52 +00:00
|
|
|
'setup/upgrade-to-lts',
|
|
|
|
|
'setup/upgrade-to-v3',
|
2024-10-18 10:38:30 +00:00
|
|
|
'setup/cloud-v3-migration',
|
2023-02-16 06:41:20 +00:00
|
|
|
]
|
2022-05-04 02:40:46 +00:00
|
|
|
},
|
2024-01-22 10:02:01 +00:00
|
|
|
{
|
|
|
|
|
'type': 'category',
|
|
|
|
|
'label': 'App Builder',
|
|
|
|
|
'items': [
|
|
|
|
|
'app-builder/overview',
|
2024-05-07 14:04:12 +00:00
|
|
|
{
|
|
|
|
|
'type': 'category',
|
2024-10-25 08:52:26 +00:00
|
|
|
'label': 'Build Apps',
|
2024-05-07 14:04:12 +00:00
|
|
|
'items': [
|
2024-10-25 08:52:26 +00:00
|
|
|
'app-builder/walkthrough/create-ui',
|
|
|
|
|
'app-builder/walkthrough/create-queries',
|
|
|
|
|
'app-builder/walkthrough/using-code',
|
|
|
|
|
'app-builder/walkthrough/accessing-values',
|
|
|
|
|
'app-builder/walkthrough/variables',
|
|
|
|
|
'app-builder/importing-exporting-applications',
|
2024-05-07 14:04:12 +00:00
|
|
|
],
|
2024-11-20 08:45:58 +00:00
|
|
|
},
|
2024-01-22 10:02:01 +00:00
|
|
|
{
|
|
|
|
|
'type': 'category',
|
2024-10-25 08:52:26 +00:00
|
|
|
'label': 'References',
|
2024-01-22 10:02:01 +00:00
|
|
|
'items': [
|
|
|
|
|
{
|
|
|
|
|
'type': 'category',
|
2024-10-25 08:52:26 +00:00
|
|
|
'label': 'Layout Guide',
|
2024-01-22 10:02:01 +00:00
|
|
|
'items': [
|
2024-10-25 08:52:26 +00:00
|
|
|
'app-builder/components-library',
|
|
|
|
|
'app-builder/query-panel',
|
|
|
|
|
'tutorial/pages',
|
|
|
|
|
'app-builder/topbar',
|
|
|
|
|
'app-builder/left-sidebar',
|
|
|
|
|
'app-builder/canvas',
|
|
|
|
|
'app-builder/preview',
|
|
|
|
|
'app-builder/share',
|
|
|
|
|
'app-builder/customstyles',
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
'type': 'category',
|
|
|
|
|
'label': 'Components Catalog',
|
|
|
|
|
'items': [
|
|
|
|
|
'widgets/overview',
|
2024-04-26 09:47:51 +00:00
|
|
|
{
|
|
|
|
|
'type': 'category',
|
2024-10-25 08:52:26 +00:00
|
|
|
'label': 'Components',
|
2024-04-26 09:47:51 +00:00
|
|
|
'items': [
|
2024-10-25 08:52:26 +00:00
|
|
|
'widgets/bounded-box',
|
|
|
|
|
'widgets/button',
|
|
|
|
|
'widgets/button-group',
|
|
|
|
|
'widgets/calendar',
|
2024-10-15 07:14:45 +00:00
|
|
|
{
|
|
|
|
|
'type': 'category',
|
2024-10-25 08:52:26 +00:00
|
|
|
'label': 'Chart',
|
2024-10-15 07:14:45 +00:00
|
|
|
'items': [
|
2024-10-25 08:52:26 +00:00
|
|
|
'widgets/chart/chart-properties',
|
2024-11-18 13:36:16 +00:00
|
|
|
'widgets/chart/chart-examples',
|
|
|
|
|
'widgets/chart/transforming-data-for-charts'
|
2024-10-15 07:14:45 +00:00
|
|
|
]
|
2024-10-25 08:52:26 +00:00
|
|
|
},
|
|
|
|
|
'widgets/checkbox',
|
|
|
|
|
'widgets/circular-progress-bar',
|
|
|
|
|
'widgets/code-editor',
|
|
|
|
|
'widgets/color-picker',
|
|
|
|
|
'widgets/container',
|
|
|
|
|
'widgets/custom-component',
|
|
|
|
|
'widgets/date-range-picker',
|
|
|
|
|
'widgets/datepicker',
|
|
|
|
|
'widgets/divider',
|
|
|
|
|
'widgets/dropdown',
|
|
|
|
|
'widgets/file-picker',
|
|
|
|
|
'widgets/form',
|
|
|
|
|
'widgets/html',
|
|
|
|
|
'widgets/icon',
|
|
|
|
|
'widgets/iframe',
|
|
|
|
|
'widgets/image',
|
|
|
|
|
'widgets/kanban',
|
|
|
|
|
'widgets/link',
|
|
|
|
|
'widgets/listview',
|
|
|
|
|
'widgets/map',
|
|
|
|
|
'widgets/modal',
|
|
|
|
|
'widgets/multiselect',
|
|
|
|
|
'widgets/number-input',
|
|
|
|
|
'widgets/password-input',
|
|
|
|
|
'widgets/pdf',
|
|
|
|
|
'widgets/pagination',
|
|
|
|
|
'widgets/qr-scanner',
|
|
|
|
|
'widgets/radio-button',
|
|
|
|
|
'widgets/range-slider',
|
|
|
|
|
'widgets/spinner',
|
|
|
|
|
'widgets/star-rating',
|
|
|
|
|
'widgets/statistics',
|
|
|
|
|
'widgets/steps',
|
|
|
|
|
'widgets/svg-image',
|
|
|
|
|
{
|
|
|
|
|
'type': 'category',
|
|
|
|
|
'label': 'Table',
|
|
|
|
|
'items': [
|
|
|
|
|
'widgets/table/table-properties',
|
|
|
|
|
'widgets/table/table-columns',
|
|
|
|
|
'widgets/table/table-csa-and-variables',
|
2024-11-18 13:36:16 +00:00
|
|
|
{
|
|
|
|
|
'type': 'category',
|
|
|
|
|
'label': 'Serverside Operations',
|
|
|
|
|
'items' : [
|
|
|
|
|
'widgets/table/serverside-operations/overview',
|
|
|
|
|
'widgets/table/serverside-operations/search',
|
|
|
|
|
'widgets/table/serverside-operations/sort',
|
|
|
|
|
'widgets/table/serverside-operations/filter',
|
|
|
|
|
'widgets/table/serverside-operations/pagination'
|
|
|
|
|
]
|
|
|
|
|
}
|
2024-10-25 08:52:26 +00:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
'widgets/tabs',
|
|
|
|
|
'widgets/tags',
|
|
|
|
|
'widgets/text-input',
|
|
|
|
|
'widgets/text',
|
|
|
|
|
'widgets/textarea',
|
|
|
|
|
'widgets/rich-text-editor',
|
|
|
|
|
'widgets/timeline',
|
|
|
|
|
'widgets/timer',
|
|
|
|
|
'widgets/toggle-switch-v2',
|
|
|
|
|
'widgets/tree-select',
|
|
|
|
|
'widgets/vertical-divider',
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
'type': 'category',
|
|
|
|
|
'label': 'Actions Reference',
|
|
|
|
|
'link': {
|
|
|
|
|
'type': 'generated-index',
|
|
|
|
|
'title': 'Actions Reference',
|
|
|
|
|
'description': 'All the actions that can be performed through event handlers',
|
|
|
|
|
'keywords': [
|
|
|
|
|
'actions',
|
|
|
|
|
'events',
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
'items': [
|
|
|
|
|
'actions/show-alert',
|
|
|
|
|
'actions/logout',
|
|
|
|
|
'actions/run-query',
|
|
|
|
|
'actions/open-webpage',
|
|
|
|
|
'actions/go-to-app',
|
|
|
|
|
'actions/show-modal',
|
|
|
|
|
'actions/close-modal',
|
|
|
|
|
'actions/copy-to-clipboard',
|
|
|
|
|
'actions/set-localstorage',
|
|
|
|
|
'actions/generate-file',
|
|
|
|
|
'actions/set-table-page',
|
|
|
|
|
'actions/set-variable',
|
|
|
|
|
'actions/unset-variable',
|
|
|
|
|
'actions/switch-page',
|
|
|
|
|
'actions/set-page-variable',
|
|
|
|
|
'actions/unset-page-variable',
|
|
|
|
|
'actions/control-component',
|
|
|
|
|
],
|
2024-04-26 09:47:51 +00:00
|
|
|
},
|
2024-01-22 10:02:01 +00:00
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
2024-11-20 08:49:24 +00:00
|
|
|
'app-builder/anti-patterns',
|
2024-02-15 06:21:55 +00:00
|
|
|
'tutorial/keyboard-shortcuts',
|
2024-01-22 10:02:01 +00:00
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
'type': 'category',
|
|
|
|
|
'label': 'How To',
|
|
|
|
|
'items': [
|
2024-02-29 06:33:04 +00:00
|
|
|
'how-to/use-url-params-on-load',
|
2024-08-29 07:06:13 +00:00
|
|
|
'how-to/pass-query-params-in-custom-components',
|
2024-02-15 06:21:55 +00:00
|
|
|
'how-to/use-custom-parameters',
|
2024-10-04 11:20:08 +00:00
|
|
|
'how-to/pass-values-in-rest-api',
|
2024-09-12 09:54:57 +00:00
|
|
|
'how-to/build-dynamic-forms',
|
2024-01-30 12:32:10 +00:00
|
|
|
'how-to/setup-rsyslog',
|
2024-09-02 13:34:33 +00:00
|
|
|
'how-to/conditionally-display-components',
|
2024-01-22 10:02:01 +00:00
|
|
|
'how-to/use-inspector',
|
|
|
|
|
'how-to/use-form-component',
|
|
|
|
|
'how-to/access-cellvalue-rowdata',
|
2024-01-30 06:44:43 +00:00
|
|
|
'how-to/conditionally-format-table',
|
2024-01-22 10:02:01 +00:00
|
|
|
'how-to/bulk-update-multiple-rows',
|
|
|
|
|
'how-to/delete-multiple-rows',
|
|
|
|
|
'how-to/use-server-side-pagination',
|
|
|
|
|
'how-to/access-currentuser',
|
|
|
|
|
'how-to/use-axios-in-runjs',
|
|
|
|
|
'how-to/import-external-libraries-using-runpy',
|
|
|
|
|
'how-to/import-external-libraries-using-runjs',
|
|
|
|
|
'how-to/run-actions-from-runjs',
|
|
|
|
|
'how-to/intentionally-fail-js-query',
|
|
|
|
|
'how-to/run-query-at-specified-intervals',
|
|
|
|
|
'how-to/use-to-py-function-in-runpy',
|
|
|
|
|
'how-to/access-users-location',
|
|
|
|
|
'how-to/use-s3-signed-url-to-upload-docs',
|
|
|
|
|
'how-to/s3-custom-endpoints',
|
|
|
|
|
'how-to/upload-files-aws',
|
|
|
|
|
'how-to/upload-files-gcs',
|
|
|
|
|
'how-to/loading-image-pdf-from-db',
|
|
|
|
|
'how-to/use-events-on-chart',
|
2024-01-31 08:19:56 +00:00
|
|
|
'how-to/print-multi-tabs-report'
|
2024-01-22 10:02:01 +00:00
|
|
|
],
|
|
|
|
|
},
|
2021-04-23 12:54:49 +00:00
|
|
|
{
|
2023-02-16 06:41:20 +00:00
|
|
|
'type': 'category',
|
2024-02-15 06:21:55 +00:00
|
|
|
'label': 'Data Sources',
|
2023-02-16 06:41:20 +00:00
|
|
|
'items': [
|
|
|
|
|
'data-sources/overview',
|
2024-04-26 06:25:01 +00:00
|
|
|
'data-sources/sample-data-sources',
|
2023-02-16 06:41:20 +00:00
|
|
|
{
|
|
|
|
|
'type': 'category',
|
|
|
|
|
'label': 'Datasources library',
|
|
|
|
|
'items': [
|
|
|
|
|
'data-sources/airtable',
|
|
|
|
|
'data-sources/s3',
|
|
|
|
|
'data-sources/amazonses',
|
|
|
|
|
'data-sources/appwrite',
|
|
|
|
|
'data-sources/athena',
|
2024-11-26 05:31:01 +00:00
|
|
|
'data-sources/azureblobstorage',
|
2023-02-16 06:41:20 +00:00
|
|
|
'data-sources/baserow',
|
|
|
|
|
'data-sources/bigquery',
|
|
|
|
|
'data-sources/firestore',
|
|
|
|
|
'data-sources/clickhouse',
|
|
|
|
|
'data-sources/cosmosdb',
|
|
|
|
|
'data-sources/couchdb',
|
2024-03-29 06:27:48 +00:00
|
|
|
'data-sources/databricks',
|
2023-02-16 06:41:20 +00:00
|
|
|
'data-sources/dynamodb',
|
|
|
|
|
'data-sources/elasticsearch',
|
|
|
|
|
'data-sources/gcs',
|
2024-11-26 05:31:01 +00:00
|
|
|
'data-sources/googlesheets',
|
2023-02-16 06:41:20 +00:00
|
|
|
'data-sources/graphql',
|
2023-05-03 13:24:51 +00:00
|
|
|
'data-sources/grpc',
|
2023-02-16 06:41:20 +00:00
|
|
|
'data-sources/influxdb',
|
|
|
|
|
'data-sources/mailgun',
|
|
|
|
|
'data-sources/mariadb',
|
|
|
|
|
'data-sources/minio',
|
|
|
|
|
'data-sources/mongodb',
|
|
|
|
|
'data-sources/mssql',
|
|
|
|
|
'data-sources/mysql',
|
|
|
|
|
'data-sources/n8n',
|
|
|
|
|
'data-sources/notion',
|
|
|
|
|
'data-sources/openapi',
|
|
|
|
|
'data-sources/oracledb',
|
|
|
|
|
'data-sources/postgresql',
|
|
|
|
|
'data-sources/redis',
|
2024-10-10 13:30:59 +00:00
|
|
|
{
|
|
|
|
|
'type': 'category',
|
|
|
|
|
'label': 'REST API',
|
|
|
|
|
'collapsed': false,
|
|
|
|
|
'items': [
|
|
|
|
|
'data-sources/restapi/configuration',
|
|
|
|
|
'data-sources/restapi/authentication',
|
|
|
|
|
'data-sources/restapi/querying-rest-api',
|
|
|
|
|
'data-sources/restapi/metadata-and-cookies',
|
|
|
|
|
|
|
|
|
|
],
|
|
|
|
|
},
|
2023-02-16 06:41:20 +00:00
|
|
|
'data-sources/rethinkdb',
|
|
|
|
|
'data-sources/run-js',
|
|
|
|
|
'data-sources/run-py',
|
|
|
|
|
'data-sources/saphana',
|
|
|
|
|
'data-sources/sendgrid',
|
|
|
|
|
'data-sources/slack',
|
|
|
|
|
'data-sources/smtp',
|
|
|
|
|
'data-sources/snowflake',
|
|
|
|
|
'data-sources/stripe',
|
|
|
|
|
'data-sources/twilio',
|
|
|
|
|
'data-sources/typesense',
|
|
|
|
|
'data-sources/woocommerce',
|
|
|
|
|
'data-sources/zendesk',
|
|
|
|
|
],
|
|
|
|
|
},
|
2022-05-04 02:40:46 +00:00
|
|
|
'tutorial/transformations',
|
2024-11-18 19:20:49 +00:00
|
|
|
'data-sources/local-data-sources-migration',
|
2023-02-16 06:41:20 +00:00
|
|
|
],
|
|
|
|
|
},
|
2024-05-03 10:47:07 +00:00
|
|
|
{
|
|
|
|
|
'type': 'category',
|
|
|
|
|
'label': 'ToolJet Database',
|
|
|
|
|
'items': [
|
|
|
|
|
'tooljet-db/tooljet-database',
|
|
|
|
|
'tooljet-db/database-editor',
|
2024-11-18 08:07:23 +00:00
|
|
|
{
|
|
|
|
|
'type': 'category',
|
|
|
|
|
'label': 'Column Constraints',
|
|
|
|
|
'items': [
|
|
|
|
|
'tooljet-db/constraints/primary-key',
|
|
|
|
|
'tooljet-db/constraints/foreign-key'
|
|
|
|
|
]
|
|
|
|
|
},
|
2024-07-22 14:16:36 +00:00
|
|
|
'tooljet-db/data-types',
|
2024-11-18 08:07:23 +00:00
|
|
|
'tooljet-db/table-operations',
|
2024-05-03 10:47:07 +00:00
|
|
|
'tooljet-db/querying-tooljet-db',
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-02-16 06:41:20 +00:00
|
|
|
{
|
|
|
|
|
'type': 'category',
|
2024-01-22 10:02:01 +00:00
|
|
|
'label': 'Org Management',
|
2023-02-16 06:41:20 +00:00
|
|
|
'items': [
|
2024-01-22 10:02:01 +00:00
|
|
|
'dashboard',
|
2022-11-14 13:46:21 +00:00
|
|
|
{
|
2024-01-22 10:02:01 +00:00
|
|
|
"type": "category",
|
|
|
|
|
"label": "Workspaces",
|
|
|
|
|
"items": [
|
|
|
|
|
"org-management/workspaces/workspace_overview",
|
|
|
|
|
"org-management/workspaces/workspace-variables",
|
2024-05-15 12:21:17 +00:00
|
|
|
"org-management/workspaces/workspace-variables-migration",
|
2024-01-22 10:02:01 +00:00
|
|
|
"org-management/workspaces/workspace_constants"
|
|
|
|
|
]
|
2023-02-16 06:41:20 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
'type': 'category',
|
|
|
|
|
'label': 'User Authentication',
|
|
|
|
|
'items': [
|
|
|
|
|
'user-authentication/user-lifecycle',
|
2024-03-18 13:14:57 +00:00
|
|
|
'user-authentication/workspace-login',
|
2023-02-16 06:41:20 +00:00
|
|
|
{
|
|
|
|
|
'type': 'category',
|
|
|
|
|
'label': 'SSO',
|
|
|
|
|
'items': [
|
|
|
|
|
'user-authentication/sso/github',
|
|
|
|
|
'user-authentication/sso/google',
|
|
|
|
|
{
|
|
|
|
|
'type': 'category',
|
|
|
|
|
'label': 'OpenId Connect',
|
|
|
|
|
'link': {
|
|
|
|
|
'type': 'generated-index',
|
|
|
|
|
'title': 'OpenId Connect',
|
|
|
|
|
'description': ' ',
|
|
|
|
|
'keywords': [
|
|
|
|
|
'okta',
|
|
|
|
|
'openid',
|
|
|
|
|
'azureAD',
|
|
|
|
|
],
|
|
|
|
|
},
|
2024-01-22 10:02:01 +00:00
|
|
|
'collapsed': true,
|
2023-02-16 06:41:20 +00:00
|
|
|
'items': [
|
|
|
|
|
'user-authentication/sso/openid/setup',
|
|
|
|
|
'user-authentication/sso/openid/azuread',
|
|
|
|
|
'user-authentication/sso/openid/okta',
|
|
|
|
|
'user-authentication/sso/openid/google-openid',
|
|
|
|
|
],
|
|
|
|
|
},
|
2024-10-08 07:47:02 +00:00
|
|
|
'user-authentication/sso/oidc',
|
2023-07-27 12:04:20 +00:00
|
|
|
'user-authentication/sso/ldap',
|
2023-10-06 06:14:30 +00:00
|
|
|
'user-authentication/sso/saml',
|
2024-10-08 07:47:02 +00:00
|
|
|
'user-authentication/sso/auto-sso-login',
|
2023-02-16 06:41:20 +00:00
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
'org-management/permissions',
|
|
|
|
|
'tutorial/manage-users-groups',
|
2024-06-26 08:06:42 +00:00
|
|
|
'tutorial/tooljet-api',
|
2023-02-16 06:41:20 +00:00
|
|
|
'Enterprise/audit_logs',
|
|
|
|
|
'Enterprise/white-label',
|
|
|
|
|
'Enterprise/superadmin',
|
2024-04-08 09:22:16 +00:00
|
|
|
{
|
|
|
|
|
"type": "category",
|
|
|
|
|
"label": "Licensing",
|
|
|
|
|
"items": [
|
|
|
|
|
"org-management/licensing/tooljet-cloud",
|
|
|
|
|
"org-management/licensing/self-hosted"
|
|
|
|
|
]
|
2024-08-07 12:30:24 +00:00
|
|
|
},
|
|
|
|
|
"org-management/smtp-configuration"
|
2022-05-04 02:40:46 +00:00
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
2023-02-16 06:41:20 +00:00
|
|
|
'type': 'category',
|
|
|
|
|
'label': 'Release Management',
|
|
|
|
|
'items': [
|
2024-01-22 10:02:01 +00:00
|
|
|
'gitsync',
|
2023-02-16 06:41:20 +00:00
|
|
|
'release-management/multi-environment',
|
|
|
|
|
'tutorial/versioning-and-release',
|
2022-05-04 02:40:46 +00:00
|
|
|
],
|
2021-04-23 12:54:49 +00:00
|
|
|
},
|
2024-01-22 10:02:01 +00:00
|
|
|
{
|
|
|
|
|
'type': 'category',
|
|
|
|
|
'label': 'Workflows',
|
|
|
|
|
'items': [
|
|
|
|
|
'workflows/overview',
|
|
|
|
|
'workflows/nodes',
|
|
|
|
|
'workflows/workflow-triggers',
|
2024-05-10 06:01:55 +00:00
|
|
|
'workflows/results',
|
2024-01-22 10:02:01 +00:00
|
|
|
'workflows/permissions',
|
2024-11-26 09:56:48 +00:00
|
|
|
'workflows/trigger-workflow-from-app'
|
2024-01-22 10:02:01 +00:00
|
|
|
],
|
|
|
|
|
},
|
2023-04-17 13:05:02 +00:00
|
|
|
{
|
|
|
|
|
'type': 'category',
|
|
|
|
|
'label': 'Marketplace',
|
|
|
|
|
'collapsed': true,
|
|
|
|
|
'items': [
|
|
|
|
|
'marketplace/marketplace-overview',
|
|
|
|
|
{
|
|
|
|
|
'type': 'category',
|
|
|
|
|
'label': 'Marketplace Plugins',
|
|
|
|
|
'items': [
|
2024-11-26 05:31:01 +00:00
|
|
|
'marketplace/plugins/marketplace-plugin-awsredshift',
|
2023-05-04 12:26:50 +00:00
|
|
|
'marketplace/plugins/marketplace-plugin-textract',
|
2024-03-22 16:41:22 +00:00
|
|
|
'marketplace/plugins/marketplace-plugin-aws-lambda',
|
2024-03-29 14:28:45 +00:00
|
|
|
'marketplace/plugins/marketplace-plugin-engagespot',
|
2023-04-17 13:05:02 +00:00
|
|
|
'marketplace/plugins/marketplace-plugin-github',
|
2023-06-26 11:48:08 +00:00
|
|
|
'marketplace/plugins/marketplace-plugin-harperdb',
|
2023-04-17 13:05:02 +00:00
|
|
|
'marketplace/plugins/marketplace-plugin-openai',
|
|
|
|
|
'marketplace/plugins/marketplace-plugin-plivo',
|
2024-06-28 09:41:40 +00:00
|
|
|
'marketplace/plugins/marketplace-plugin-salesforce',
|
2024-04-04 05:31:44 +00:00
|
|
|
'marketplace/plugins/marketplace-plugin-supabase',
|
2024-04-05 12:08:29 +00:00
|
|
|
'marketplace/plugins/marketplace-plugin-pocketbase',
|
2024-09-24 09:55:59 +00:00
|
|
|
'marketplace/plugins/marketplace-plugin-portkey',
|
2024-11-26 05:31:01 +00:00
|
|
|
'marketplace/plugins/marketplace-plugin-Presto',
|
2024-09-13 13:53:19 +00:00
|
|
|
'marketplace/plugins/marketplace-plugin-jira',
|
2024-11-11 04:26:18 +00:00
|
|
|
'marketplace/plugins/marketplace-plugin-sharepoint',
|
|
|
|
|
'marketplace/plugins/marketplace-plugin-pinecone'
|
2023-04-17 13:05:02 +00:00
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
2024-01-22 10:02:01 +00:00
|
|
|
'tooljet-copilot',
|
|
|
|
|
'security',
|
|
|
|
|
'tracking',
|
2022-05-04 02:40:46 +00:00
|
|
|
{
|
2023-02-16 06:41:20 +00:00
|
|
|
'type': 'category',
|
2024-01-22 10:02:01 +00:00
|
|
|
'label': 'Project Overview',
|
|
|
|
|
'collapsed': true,
|
2023-02-16 06:41:20 +00:00
|
|
|
'items': [
|
2024-10-23 06:46:31 +00:00
|
|
|
'project-overview/release-notes',
|
2024-01-22 10:02:01 +00:00
|
|
|
{
|
|
|
|
|
'type': 'link',
|
|
|
|
|
'label': 'Roadmap',
|
2024-02-22 03:42:22 +00:00
|
|
|
'href': 'https://github.com/orgs/ToolJet/projects/15',
|
2024-01-22 10:02:01 +00:00
|
|
|
},
|
2024-11-11 12:49:08 +00:00
|
|
|
'versions'
|
2022-05-04 02:40:46 +00:00
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
2023-02-16 06:41:20 +00:00
|
|
|
'type': 'category',
|
|
|
|
|
'label': 'Contributing Guide',
|
2024-01-22 10:02:01 +00:00
|
|
|
'collapsed': true,
|
2023-02-16 06:41:20 +00:00
|
|
|
'items': [
|
2022-06-28 16:09:23 +00:00
|
|
|
'contributing-guide/setup/architecture',
|
2022-05-04 02:40:46 +00:00
|
|
|
{
|
2023-02-16 06:41:20 +00:00
|
|
|
'type': 'category',
|
|
|
|
|
'label': 'Setup',
|
|
|
|
|
'items': [
|
2023-10-31 10:50:45 +00:00
|
|
|
'contributing-guide/setup/codespaces',
|
2022-05-04 02:40:46 +00:00
|
|
|
'contributing-guide/setup/macos',
|
|
|
|
|
'contributing-guide/setup/docker',
|
|
|
|
|
'contributing-guide/setup/ubuntu',
|
2023-06-26 11:44:18 +00:00
|
|
|
'contributing-guide/setup/windows',
|
2024-05-07 14:24:29 +00:00
|
|
|
'contributing-guide/setup/system-requirements-for-contributing',
|
2022-05-04 02:40:46 +00:00
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
2023-02-16 06:41:20 +00:00
|
|
|
'type': 'category',
|
2023-04-17 13:05:02 +00:00
|
|
|
'label': 'Marketplace',
|
2023-02-16 06:41:20 +00:00
|
|
|
'items': [
|
2023-04-17 13:05:02 +00:00
|
|
|
'contributing-guide/marketplace/marketplace-setup',
|
|
|
|
|
'contributing-guide/marketplace/creating-a-plugin',
|
2022-05-04 02:40:46 +00:00
|
|
|
],
|
|
|
|
|
},
|
2024-09-10 08:31:19 +00:00
|
|
|
{
|
|
|
|
|
'type': 'category',
|
|
|
|
|
'label': 'Documentation',
|
|
|
|
|
'items': [
|
|
|
|
|
'contributing-guide/documentation-guidelines/introduction',
|
|
|
|
|
'contributing-guide/documentation-guidelines/pr-checklist',
|
|
|
|
|
'contributing-guide/documentation-guidelines/style-guide',
|
|
|
|
|
|
|
|
|
|
],
|
|
|
|
|
},
|
2023-06-13 20:27:53 +00:00
|
|
|
'tooljet-cli',
|
2022-11-14 13:46:10 +00:00
|
|
|
'contributing-guide/testing',
|
2022-09-16 08:53:20 +00:00
|
|
|
'contributing-guide/l10n',
|
2022-06-28 16:09:23 +00:00
|
|
|
{
|
2023-02-16 06:41:20 +00:00
|
|
|
'type': 'category',
|
|
|
|
|
'label': 'Troubleshooting',
|
|
|
|
|
'items': [
|
2022-06-28 16:09:23 +00:00
|
|
|
'contributing-guide/troubleshooting/eslint',
|
2023-06-15 09:34:31 +00:00
|
|
|
'contributing-guide/troubleshooting/runpy-limitations',
|
2022-06-28 16:09:23 +00:00
|
|
|
],
|
|
|
|
|
},
|
2022-05-04 02:40:46 +00:00
|
|
|
'contributing-guide/code-of-conduct',
|
|
|
|
|
'contributing-guide/slackcoc',
|
|
|
|
|
],
|
|
|
|
|
},
|
2022-05-30 05:16:56 +00:00
|
|
|
],
|
2021-04-23 12:54:49 +00:00
|
|
|
};
|
2022-05-04 02:40:46 +00:00
|
|
|
|
2022-05-31 13:16:48 +00:00
|
|
|
module.exports = sidebars;
|