Commit graph

321 commits

Author SHA1 Message Date
Digvijay Shelar
919692847d
[docs]: changes made in Cloud Firestore data source reference (#7601)
* Update firestore.md

* Update firestore.md

* Update firestore.md
2023-10-12 14:54:16 +05:30
sourav sharma
1f1411a084
Changed title, description, info in appwrite.md (#7584)
* Changed title, description, info  in appwrite.md

* Updated appwrite.md in versioned_docs
2023-10-12 14:53:56 +05:30
Rajat Gupta
d6b9beb7ff
changes in S3 data source reference #7542 (#7551)
* changes in S3 data source reference #7542

* Update s3.md

* Update s3.md
2023-10-12 14:53:37 +05:30
Shubhendra Singh Chauhan
5f8007e26d
[docs] SAML (#7577)
* added saml doc

* added saml in 2.19

* minor changes

* minor updates
2023-10-06 11:44:30 +05:30
Adish M
026d0ed18c correction in .sh file path 2023-10-03 05:54:30 +05:30
Adish M
6e0da32e3b tooljet database env url correction in digitalocean 2023-10-03 05:52:47 +05:30
Adish M
88fc08b351 Docs corrections 2023-10-03 05:25:28 +05:30
Akshay
105a8af641
Merge pull request #7485 from ToolJet/docs/market1.4
[docs] marketplace 1.4
2023-09-29 17:59:39 +05:30
Christopher Beards
25e43b13e4
fixes misworded sentence (#7337) 2023-09-29 10:23:14 +05:30
Shubhendra Singh Chauhan
a3f4d9274d
Merge branch 'develop' into docs/market1.4 2023-09-28 17:33:40 +05:30
Shubhendra Singh Chauhan
82e51d4cee
fixes aws s3 doc (#7541) 2023-09-28 17:30:11 +05:30
Shubhendra
a65a2d55fa [docs]added v2.19.0 (marketplace1.4) 2023-09-28 15:51:27 +05:30
Shubhendra
67b03afd21 bigint and bulk upload csv + updated ui changes 2023-09-28 00:36:54 +05:30
Shubhendra Singh Chauhan
42d551e6f6
Merge branch 'develop' into docs/market1.4 2023-09-27 12:27:53 +05:30
Shubhendra Singh Chauhan
9f2ff94a12
[docs] platform 5.x (#7427)
* whtie label revamp

* minor changes

* updated beta info in copilot docs

* renamed gds to ds in overview doc of v2.15 onwards

* updated multienv: renamed gds to ds, updated screenshot

* updated multienv: app state description

* updated superadmin wrt new licensing updates

* licensing update: free trial

* updates in licensing

* changes after review

* [docs]updated restapi with bearer auth

* Update kubernetes-aks.md

* Update openshift.md

* Update ecs.md

* Update ecs.md

* Update kubernetes-gke.md

* Update kubernetes.md

* Update docker.md

* Update docker.md

* Update ecs.md

* Update google-cloud-run.md

* Update kubernetes-aks.md

* Update kubernetes-gke.md

* Update kubernetes.md

* Update openshift.md

* Update kubernetes-gke.md

* Update kubernetes-aks.md

* fixed ecs, removed heroku from 2.15 onwards

* updated digitalocean doc

* licensing doc changes and location

* Update digitalocean.md

* Update digitalocean.md

* added v2.18.0

---------

Co-authored-by: Adish M <44204658+adishM98@users.noreply.github.com>
2023-09-27 12:24:39 +05:30
Shubhendra
28a1e4a671 tjdb ss updates+joins 2023-09-22 18:34:20 +05:30
Shubhendra Singh Chauhan
590948efde
[docs] revoved comments from schema and added tables and example (#7447)
* added table for schema and removed comments in form

* [docs]added form example using custom schema
2023-09-18 14:29:41 +05:30
Shubhendra Singh Chauhan
d6fd1c2850
update props of link column type (#7445) 2023-09-15 16:04:22 +05:30
Kirthi Bagrecha Jain
1d49821175
Updated workflows/overview.md (#7407)
* [docs]: Update overview.md

* Update overview.md

* Update overview.md

* Update overview.md

* Update overview.md

for version 2.17
2023-09-15 12:16:19 +05:30
Kavin Venkatachalam
012ed7b425
Merge pull request #7431 from ToolJet/main
Merge v2.17.0 main to develop
2023-09-14 08:05:13 +05:30
Shubhendra Singh Chauhan
159678b27c
[docs] v2.17 (app-builder milestone 1.3) (#7390)
* PR 6797 & 6974

* pr #7142

* [docs]table ui revamp

* [doc]appbuilder ui revamp

* [docs]maps revamp

* [docs]table revamp

* docs v2.17
2023-09-13 18:31:21 +05:30
Karan Rathod
f9f80d0b23
[docs]:update component docs (#7305)
* updated form, number, password, text and textarea docs

* [doc]bounded box revamp

* grammatical fixes in bounded box

* [doc]button revamp

* [doc]buttongroup revamp

* updated components schema for forms

---------

Co-authored-by: Shubhendra Singh Chauhan <withshubh@gmail.com>
2023-09-06 21:29:23 +05:30
Kavin Venkatachalam
fe00df1b32 Resolved merge conflicts and version bump 2023-09-05 13:26:51 +05:30
Shubhendra Singh Chauhan
0bb7eb0114
[docs]v2.16.0 (marketplace 1.3) (#7372)
* [docs]revamp mysql

* [doc]restapi ssl

* [docs]added dashboard, import and export

* [docs]v2.16.0 (marketplace 1.3)
2023-09-04 21:31:35 +05:30
Kavin Venkatachalam
c651b5b510 Resolved merge conflicts and version bump 2023-09-04 13:42:50 +05:30
Nakul Nagargade
06b558c84a
Prevent app re-renders on hovering widgets in canvas (#7015)
* Move version manager editor states to zustand

* Update appDataStore to appVersionsManagerStore

* Move released version popup state to global

* Move isVersionReleased to global store

* Rename appVersionsManagerStore to appVersionStore and destructure zustand data inside components

* Move showComments and toggleComments states to zustand store

* Move current layout from editor local states to editor store

* Move hovered component to zustand

* Move selected components to zustand

* Merge branch 'refactor/zustand-edior-store' into zustand-editor-store-2

* Fix

* FIx

* Remove util function

* Reolve code comments

* Resolve code comments
2023-08-31 13:42:32 +05:30
Shubhendra Singh Chauhan
d684377119
[docs] new gds flow and permission (#7331)
* [docs]new gds flow and permission

* docs version 2.15
2023-08-30 13:23:16 +05:30
Karan Rathod
a0347016d8
fix compilation issues (#7319) 2023-08-23 15:39:28 +05:30
Karan Rathod
9043fcbc57
[docs]:add workflows doc (#7309)
* quickstart guide for workflows

* add info for all workflow nodes and workflow usage image

* add docs for logs, nodes and permissions

* add enhancement to workflow docs

* update the beta version caution message

* update types of nodes page and other misc details

* mention the flow builder term in the overvoew

* remove the term instance
2023-08-23 13:49:19 +05:30
Karan Rathod
dc5734dfe6
update harperdb intro in docs (#7313) 2023-08-23 11:27:26 +05:30
Shubhendra Singh Chauhan
e482bab916
[docs]added v2.14.0 (#7299) 2023-08-21 13:00:42 +05:30
Shubhendra Singh Chauhan
0f2fe866ce
[docs]how-to: delete multiple rows in table (#7277) 2023-08-18 11:40:15 +05:30
Utwo
cb3c2ea51b
Update helm.md (#7181)
Fix helm chart link
2023-08-11 08:44:21 +05:30
Shubhendra Singh Chauhan
a59ab66913
[docs]switch page with params (#7243) 2023-08-10 17:16:24 +05:30
Shubhendra Singh Chauhan
76f06810b3
[docs]added v2.13 (#7242)
* [docs]added v2.13

* updated last version
2023-08-10 14:39:10 +05:30
Shubhendra Singh Chauhan
40548d6f31
[docs] constansts and querypanel updates (#7240)
* [docs]harperdb nosql

* [docs]new operations in dynamodb

* [docs] minor changes in dynamodb

* [docs]redis revamp with encode-decode

* [docs]azure blob gds

* [docs]graphql authentication type udpate

* [docs]added v2.12.0

* fixed broken link:workspace overview

* [docs]workspace constants

* Update docs/docs/org-management/workspaces/workspace-variables.md

Co-authored-by: Arpit <arpitnath42@gmail.com>

* Update docs/docs/org-management/workspaces/workspace_constants.md

* Update docs/docs/org-management/workspaces/workspace_constants.md

* Update docs/versioned_docs/version-2.12.0/org-management/workspaces/workspace-variables.md

* Update docs/versioned_docs/version-2.12.0/org-management/workspaces/workspace_constants.md

* Update docs/versioned_docs/version-2.12.0/org-management/workspaces/workspace_constants.md

* [docs]query panel revamp

* env specific config: work const

* minor fix in how to use inspector

* minor fixes

* fix in all qpanel docs

* minor fix in pdf&filepicker

---------

Co-authored-by: Arpit <arpitnath42@gmail.com>
2023-08-10 13:27:54 +05:30
Shubhendra Singh Chauhan
a6c9aae546
fix breaking deployment of 2.12 (#7229) 2023-08-09 13:51:53 +05:30
Shubhendra Singh Chauhan
0be7df2b71
[docs] Marketplace 1.2 (#6969)
* [docs]harperdb nosql

* [docs]new operations in dynamodb

* [docs] minor changes in dynamodb

* [docs]redis revamp with encode-decode

* [docs]azure blob gds

* [docs]graphql authentication type udpate

* [docs]added v2.12.0

* minor fix in how to use inspector

* minor fix in pdf&filepicker
2023-08-09 12:17:43 +05:30
Karan Rathod
5b61550dcd
[docs]: link pdf/images upload and display guide to relevant pages (#7211)
* link load pdf/images guide to related pages

* change includeCurrentVersion to false

* minor fix

---------

Co-authored-by: Shubhendra <withshubh@gmail.com>
2023-08-08 11:42:21 +05:30
Shivang Rawat
4233a004e1
moved Visibility and disable to Styles table (#6807)
* Update text.md

Added visibility and disable in style table.

* Update text.md

* Update text.md

* Update text.md

* Update text.md

* Update text.md

* Update text.md

* Update text.md

* Update text.md

* Update text.md
2023-08-04 08:26:56 +05:30
Paras
1b0dcbdaf0
maked changes throughout all affected versions of the documentation (#7095) 2023-08-04 08:26:41 +05:30
Boluwatife Victor
78287266ed
Update getting-started.md (#6936)
I noticed several punctuation errors and I fixed them for better readability
2023-08-04 08:26:05 +05:30
Shubhendra Singh Chauhan
96a3ac73b8
[docs]updated docker deployment setup (#7184) 2023-08-03 14:57:57 +05:30
Karan Rathod
82b14338eb
[docs]:add contact us info for all setup pages (#7195)
* add contact us info for all setup pages

* fix text alignment issue on tooljet-subpath setup pages

* remove contact us text from the readme file
2023-08-03 13:09:07 +05:30
Abhijeet kumar
39090ce683
fixed broken image links (#7164)
Co-authored-by: Abhijeet kumar <Abhijeet.kumar@goto.com>
2023-08-03 10:46:22 +05:30
Shubhendra Singh Chauhan
6d96217529
udpated title in how-to server side pagination (#7185) 2023-08-02 17:34:34 +05:30
Karan Rathod
aa542494d6
[docs]:fix all broken links and some internal links with versioning issues (#7172)
* fix all broken links and some internal links with versioning issues

* minor fix in kanban doc

---------

Co-authored-by: Shubhendra <withshubh@gmail.com>
2023-08-02 16:59:57 +05:30
Shubhendra Singh Chauhan
7e20d261e3
[docs] using server side pagination to load large data in chunks (#7182)
* how-to:server

* how-to:serverside

* [docs]using serverside pagination
2023-08-02 16:04:41 +05:30
Karan Rathod
465d1cb278
add SOC 2 compliance in Security section of Docs (#7157) 2023-08-02 13:40:50 +05:30
Abd-Rahman-1999
cd0054ffb7
adding changes in getting started docs (#7160)
* adding changes in getting started docs

* adding more changes in getting started docs

* adding width and height in getting started docs images

* made change in docs base directory

---------

Co-authored-by: Syed Abdul Rahman <rahmanabdul10@outlook.com>
Co-authored-by: Shubhendra <withshubh@gmail.com>
2023-08-01 13:09:27 +05:30
Shubhendra Singh Chauhan
3b0c1f0de0
[docs]added share doc in app builder (#7159) 2023-07-28 18:46:10 +05:30
Shubhendra Singh Chauhan
9addc690d1
[docs]SSO:LDAP (#7152)
* [docs]SSO:LDAP

* Update docs/docs/user-authentication/sso/ldap.md

* Update docs/versioned_docs/version-2.11.0/user-authentication/sso/ldap.md
2023-07-27 17:34:20 +05:30
Karan Rathod
a5bed621f2
fix spelling errors across all docs (#7116)
Co-authored-by: Karan Rathod <karanrathod@Karans-MacBook-Pro.local>
2023-07-27 16:14:59 +05:30
Shubhendra Singh Chauhan
dc846bdd01
[docs] Custom styles (#7151)
* [docs]custom styles

* paid plan badge updates in 2.11
2023-07-27 12:21:31 +05:30
Kavin Venkatachalam
52acbf4510
Merge pull request #7022 from ToolJet/docs/appbuilder1.2
[docs] app builder 1.2
2023-07-25 16:35:39 +05:30
Shubhendra
0da14ed83f Added v2.11.0 2023-07-25 14:34:22 +05:30
Shubhendra
7fabff8a56 removed v2.10.3 2023-07-25 14:32:21 +05:30
Shubhendra
9a58e1b0dc [docs]added v2.10.3 2023-07-24 18:39:56 +05:30
Karan Rathod
a34bc624df
fixed broken link in overview of app-builder (#7110)
Co-authored-by: Karan Rathod <karanrathod@Karans-MacBook-Pro.local>
2023-07-24 13:47:52 +05:30
Shubhendra Singh Chauhan
ebd4237350
[docs]badge updates in paid features (#7084) 2023-07-21 17:28:26 +05:30
Shubhendra Singh Chauhan
228b76203e
[docs]licensing (#7057) 2023-07-20 19:28:45 +05:30
Shubhendra
64f75e2b15 [doc]PR #6680(wip) 2023-07-19 15:39:53 +05:30
Shubhendra
b4ac780d90 [docs]changes for #5926 2023-07-18 16:04:45 +05:30
Shubhendra Singh Chauhan
5519cf972b
[docs]globals update (#7034) 2023-07-18 12:13:06 +05:30
Shubhendra
5d11b175d6 [docs] issue #5981 2023-07-17 14:56:29 +05:30
Shubhendra Singh Chauhan
1afe7bc9c4
[docs] added V2.10.0 (#6995)
* [docs] #6883 #6894 #6352 #6417

* [docs]added V2.10.0

* [docs]update supported file types for generate file action

* [docs] updated generate file doc and how-to for generate file for text type
2023-07-12 13:57:13 +05:30
Shubhendra Singh Chauhan
829f29566f
[docs]Added v2.9.4 (#6977)
* [docs]listview grid mode & exposedvars

* [docs]Added v2.9.4
2023-07-11 12:56:56 +05:30
Shubhendra Singh Chauhan
f189475793
[docs] JSON schema for form (#6938) 2023-07-06 18:52:51 +05:30
Shubhendra Singh Chauhan
e9c7cdf57e
[docs] Appbuilder 1.1 (#6874)
* [docs] conditional action #6304

* [docs] plotly bar mode

* [docs] private app embed var

* [doc] table: selectedCell

* [doc]table nested data

* [doc]number-decimal

* [doc]buttontext

* [doc]boundedbox:default data

* [doc]multi-env updates

* [doc]version 2.9.0

* commented: PR5926

* commented: PR5296 minor change
2023-07-05 19:30:20 +05:30
Shubhendra Singh Chauhan
06744be30b
Update docs/versioned_docs/version-2.8.0/marketplace/plugins/harperdb.md 2023-06-28 12:22:50 +05:30
Shubhendra Singh Chauhan
e07b0ad467
Merge branch 'develop' into docs/harperfix 2023-06-27 16:50:37 +05:30
Shubhendra
05131e22a8 [docs] fix harperdb 2023-06-27 16:44:49 +05:30
Shubhendra Singh Chauhan
81f203ac27
[docs] revamped gsheet (#6857) 2023-06-27 16:25:14 +05:30
Shubhendra
dc8cc750a7 [docs] V2.8 2023-06-26 17:27:05 +05:30
Shubhendra Singh Chauhan
1b30cd8106
[docs] setup/helm (#6847) 2023-06-26 17:16:30 +05:30
Shubhendra Singh Chauhan
c084477bb2
[docs] contributing guide/setup/windows (#6846) 2023-06-26 17:14:18 +05:30
Shubhendra Singh Chauhan
0b97023acc
[docs]setup on azure container apps (#6697)
* setup: azure container

* [docs] updated azure setup in all doc versions
2023-06-26 17:13:37 +05:30
Shubhendra Singh Chauhan
52b74f9355
[docs] openapi revamp (#6836) 2023-06-26 14:30:01 +05:30
Deva Chandragiri
c4cb28fb75
[docs] Update toolbar to topbar (#6837) 2023-06-26 14:29:36 +05:30
PJiyush
47c51d3693
FIX #6819 added the missing steps in macos and ubuntu contributing guide (#6822) 2023-06-26 14:29:24 +05:30
Shubhendra Singh Chauhan
56196930b2
updated: how-to use to_py (#6773) 2023-06-22 17:16:36 +05:30
sjoonb
053bd57fa4
Update docker.md (#6709)
I encountered a 'Page not found' error, so I resolved it by replacing it with the appropriate URL
2023-06-21 17:04:09 +05:30
Nikhil Raj
0e7d4916eb
bug fixed : Changed the callout type from tip to warning (#6631)
* bug : replaced tip with warning

* tip to warning

* made required changes
2023-06-21 17:03:59 +05:30
jayway
b0e238784f
just change different spelling, not format file (#6732) 2023-06-21 17:03:43 +05:30
Ishaan Adarsh
8bd6ad4a57
Update form.md #6719 (#6746)
* Update form.md docs/docs #6719

* Update form.md

* Update form.md version 2.4.0

* Update form.md version 2.5.0

* Update form.md
2023-06-21 17:02:35 +05:30
Shubhendra Singh Chauhan
27ca897171
[docs] version 2.7.0 (#6741)
* [docs] version 2.7.0

* [docs] copilot updates

* updated Pages doc and its actions' doc
2023-06-21 16:53:48 +05:30
Shubhendra Singh Chauhan
9775037bfa
[docs] runpy limitation (#6707) 2023-06-15 15:04:31 +05:30
Shubhendra Singh Chauhan
59b94a413c
[docs] audit logs update (#6715) 2023-06-15 15:04:17 +05:30
Shubhendra Singh Chauhan
230962a4f5
[docs] dynamodb revamp (#6736) 2023-06-15 14:48:08 +05:30
Shubhendra Singh Chauhan
5db13b39ac
[doc]mariadb revamp (#6703) 2023-06-14 01:58:30 +05:30
Shubhendra Singh Chauhan
5ba6fcd1f5
[docs] ToolJet CLI v0.0.14 (#6681)
* docs/cli

* improved cli doc

* Update docs/docs/tooljetcli.md

Co-authored-by: Arpit <arpitnath42@gmail.com>

---------

Co-authored-by: Arpit <arpitnath42@gmail.com>
2023-06-14 01:57:53 +05:30
Shubhendra Singh Chauhan
c9f6b90738
added docs for feature #6291 and #6301 (#6566) 2023-06-12 20:51:26 +05:30
Shubhendra Singh Chauhan
21c8b337ff
updated ssouserinfo in openid (#6682) 2023-06-12 14:02:46 +05:30
Karim Guezlane
23c1015ced
updating the INFO section (#6630)
* updating the INFO section

* Update docs/versioned_docs/version-2.6.0/how-to/bulk-update-multiple-rows-in-table.md

Co-authored-by: Shubhendra Singh Chauhan <withshubh@gmail.com>

* removing unnecessary spaces

* Updating all Docs versions

---------

Co-authored-by: Shubhendra Singh Chauhan <withshubh@gmail.com>
2023-06-12 13:01:48 +05:30
Shubhendra Singh Chauhan
586df455b1
Minor fix in copilot doc (#6673)
* Update copilot.md

* Update copilot.md
2023-06-07 18:21:58 +05:30
Kumar Kalyan
f11bfcdc0f
Set max size of contributors grid to 360 on README (#6582)
* Update getting-started.md version-2.0.0

modified contributors image graph max value to 360

* Update getting-started.md version-2.1.0

modified contributors image graph max value to 360

* Update getting-started.md version-2.2.0

modified contributors image graph max value to 360

* Update getting-started.md version-2.3.0

modified contributors image graph max value to 360

* Update getting-started.md version-2.4.0

modified contributors image graph max value to 360

* Update getting-started.md version-2.5.0

modified contributors image graph max value to 360

* Update getting-started.md version-2.6.0

modified contributors image graph max value to 360

* Update getting-started.md

modified contributors image graph max value to 360

* Update README.md

modified contributors image graph max value to 360
2023-05-31 11:19:54 +05:30
Ejaz Ahmad
8093fe06a4
[docs]: link The Ada initiative on slack code of conduct (#6433) 2023-05-29 09:57:02 +05:30
Shubhendra Singh Chauhan
bf48e0b565
[doc] multi-env, postgresl, table and map update (#6553)
* doc: postgres update

* doc: multi-env update

* updated map doc

* updated table column properties
2023-05-25 20:13:22 +05:30
Amal Chandran M V
83d5dc75b0
[docs] fix the link to event handlers in versioned docs (#6497) 2023-05-25 14:48:49 +05:30
Tung Bui (Leo)
263d1c2bb6
fix: broken link in workspace variables doc (#6524)
* Fix broken link in workspace variables doc

* Fix broken links in versioned_docs

* Update workspace-environment-variables.md
2023-05-25 14:48:27 +05:30
Jellychews
2934699bb4
[docs] update URL (#6448)
Fixed broken URL in slack code of conduct 

From Broken URL: http://adainitiative.org/2014/02/18/howto-design-a-code-of-conduct-for-your-community/

To: http://adainitiative.org/
2023-05-18 23:05:31 +05:30
Gwendolyn Asani
04276e3826
[docs] Fixed broken ADA link in slack doc (#6456) 2023-05-18 23:04:02 +05:30
Shubhendra Singh Chauhan
60a9d11a60
howto: use to_py() function in runpy (#6447) 2023-05-18 18:00:12 +05:30
Shubhendra Singh Chauhan
dc855edd3a
removed copilot from 2.5 (#6441) 2023-05-17 16:39:57 +05:30
Shubhendra Singh Chauhan
e012991a07
added docs v2.6 (#6439) 2023-05-17 15:34:38 +05:30
Shubhendra Singh Chauhan
f76168963a
[docs] global datasource restapi revamp (#6394)
* docs: restapi revamp

* Update docs/docs/data-sources/restapi.md
2023-05-17 13:18:52 +05:30
Shubhendra Singh Chauhan
9cc0e964eb
[docs]copilot (#6310)
* [docs]copilot

* added detailed example of using copilot

* Update docs/docs/copilot.md

Co-authored-by: Arpit <arpitnath42@gmail.com>

* Update docs/docs/copilot.md

Co-authored-by: Arpit <arpitnath42@gmail.com>

* Update docs/docs/copilot.md

* updated copilot doc

* Update docs/versioned_docs/version-2.5.0/copilot.md

Co-authored-by: Arpit <arpitnath42@gmail.com>

* Update docs/versioned_docs/version-2.5.0/copilot.md

Co-authored-by: Arpit <arpitnath42@gmail.com>

* Update docs/versioned_docs/version-2.5.0/copilot.md

Co-authored-by: Arpit <arpitnath42@gmail.com>

* minor changes

* Update docs/docs/copilot.md

Co-authored-by: Arpit <arpitnath42@gmail.com>

* Update docs/docs/copilot.md

Co-authored-by: Arpit <arpitnath42@gmail.com>

* Update docs/docs/copilot.md

* Update docs/versioned_docs/version-2.5.0/copilot.md

* Update docs/docs/copilot.md

* Update docs/versioned_docs/version-2.5.0/copilot.md

* Update docs/docs/copilot.md

* Update docs/docs/copilot.md

* Update docs/versioned_docs/version-2.5.0/copilot.md

* Update docs/versioned_docs/version-2.5.0/copilot.md

---------

Co-authored-by: Arpit <arpitnath42@gmail.com>
2023-05-17 13:18:31 +05:30
Shubhendra Singh Chauhan
af9109ddd5
[docs] Removed docker-local (#6349) 2023-05-16 01:09:04 +05:30
Shubhendra Singh Chauhan
f1cf6fc289
[docs] v2.5.1 (#6351)
* docs:App version creation flow enhancement #5947

* docs: entry point to Global datasource page from Query Manager #6092
2023-05-16 01:07:15 +05:30
Shobhit Gupta
8d343ff9f5
[docs] Update google-cloud-run.md fixes #6312 (#6388) 2023-05-16 01:06:12 +05:30
Hassan Tanveer
7246b318f8
[docs] Updated img URL and alt text (#6333) 2023-05-13 22:22:47 +05:30
Mohit Bisht
1d75254a6b
[docs] Update getting-started.md (#6350)
Corrected grammar error in document.
2023-05-12 00:27:07 +05:30
Shubhendra Singh Chauhan
34f803cdf5
[doc]updated dropdown exposed var (#6311) 2023-05-10 11:08:52 +05:30
Shubhendra
3943dec246 updated info 2023-05-05 13:18:27 +05:30
Shubhendra
f4d53827e1 added docs v2.5.0 2023-05-04 18:03:49 +05:30
Shubhendra Singh Chauhan
424bb7f871
Merge branch 'develop' into docs/newmarketplace 2023-05-04 15:10:13 +05:30
Shubham Gupta
af7e329458
Merge pull request #6181 from ToolJet/docs/csa
[docs] updated all components with exposed vars and csa
2023-05-01 17:22:14 +05:30
snehal741
328df6c85b
Change the text of CTA for first application (#6087)
Co-authored-by: Snehal Bobade <snehal.bobade@thoughtworks.com>
2023-04-29 20:07:58 +05:30
Shubhendra Singh Chauhan
066f959ce3
Update docs/versioned_docs/version-2.4.0/contributing-guide/marketplace/marketplace-setup.md 2023-04-28 17:18:59 +05:30
Shubhendra Singh Chauhan
cf0e743b89
Update docs/versioned_docs/version-2.3.0/contributing-guide/marketplace/marketplace-setup.md 2023-04-28 17:18:36 +05:30
Shubhendra
e14da9b9ad corrections 2023-04-28 17:14:03 +05:30
Shubhendra Singh Chauhan
3e477fbef7
Update docs/versioned_docs/version-2.4.0/widgets/kanban-board.md 2023-04-28 11:07:46 +05:30
Shubhendra Singh Chauhan
39460d3d1b
Update docs/versioned_docs/version-2.3.0/widgets/kanban-board.md 2023-04-28 11:07:40 +05:30
Shubhendra
6b49c0dfac updated all components with vars and csa 2023-04-27 20:23:33 +05:30
Akshay
8772cff54c
Merge pull request #6165 from ToolJet/fix/tracking-vars
Fix: Telemetry flag check
2023-04-27 14:29:23 +05:30
Akshay Sasidharan
c995a39cbd fix telemetry flag check 2023-04-27 12:24:01 +05:30
Shubhendra
11878ceacd added schema description 2023-04-20 19:16:24 +05:30
Shubhendra Singh Chauhan
a05e66573b
Update docs/versioned_docs/version-2.4.0/contributing-guide/marketplace/marketplace-setup.md 2023-04-20 11:29:47 +05:30
Shubhendra Singh Chauhan
a65ac08933
Update docs/versioned_docs/version-2.3.0/contributing-guide/marketplace/marketplace-setup.md 2023-04-20 11:29:16 +05:30
Shubhendra Singh Chauhan
d191520f2c
Update docs/versioned_docs/version-2.4.0/contributing-guide/marketplace/marketplace-setup.md 2023-04-20 11:26:49 +05:30
Shubhendra Singh Chauhan
bc43fee3b4
Update docs/versioned_docs/version-2.3.0/contributing-guide/marketplace/marketplace-setup.md 2023-04-20 11:25:56 +05:30
Shubhendra Singh Chauhan
0a3d1a94da
Update docs/versioned_docs/version-2.4.0/contributing-guide/marketplace/marketplace-setup.md 2023-04-20 11:18:41 +05:30
Shubhendra Singh Chauhan
1ec506da10
Update docs/versioned_docs/version-2.3.0/contributing-guide/marketplace/marketplace-setup.md 2023-04-20 11:18:11 +05:30
Shubhendra Singh Chauhan
d8eace9b40
Update docs/versioned_docs/version-2.4.0/contributing-guide/marketplace/marketplace-setup.md 2023-04-20 11:15:35 +05:30
Shubhendra Singh Chauhan
987ab3f57f
Update docs/versioned_docs/version-2.3.0/contributing-guide/marketplace/marketplace-setup.md 2023-04-20 11:15:09 +05:30
Shubhendra Singh Chauhan
2ba3136772
Update docs/versioned_docs/version-2.4.0/contributing-guide/marketplace/marketplace-setup.md 2023-04-20 11:12:36 +05:30
Shubhendra Singh Chauhan
9a7bb04fe4
Update docs/versioned_docs/version-2.3.0/contributing-guide/marketplace/marketplace-setup.md 2023-04-20 11:12:12 +05:30
Shubhendra Singh Chauhan
5218a9220d
Update docs/versioned_docs/version-2.4.0/contributing-guide/marketplace/creating-a-plugin.md 2023-04-19 18:42:44 +05:30
Shubhendra Singh Chauhan
d20b139844
Update docs/versioned_docs/version-2.3.0/contributing-guide/marketplace/creating-a-plugin.md 2023-04-19 18:41:56 +05:30
Shubhendra Singh Chauhan
fbf82a2358
Update docs/versioned_docs/version-2.4.0/contributing-guide/marketplace/creating-a-plugin.md 2023-04-19 14:37:08 +05:30
Shubhendra Singh Chauhan
604a33023f
Update docs/versioned_docs/version-2.4.0/contributing-guide/marketplace/creating-a-plugin.md 2023-04-19 14:36:17 +05:30
Shubhendra Singh Chauhan
fa89976728
Update docs/versioned_docs/version-2.3.0/contributing-guide/marketplace/creating-a-plugin.md 2023-04-19 14:34:31 +05:30
Shubhendra Singh Chauhan
3b3694e5bf
Update docs/versioned_docs/version-2.3.0/contributing-guide/marketplace/creating-a-plugin.md 2023-04-19 14:34:05 +05:30
Shubhendra
a566b5a4d8 marketplace plugins 2023-04-19 12:59:58 +05:30
Shubhendra
2b33fa6f3a new marketplace docs 2023-04-17 18:35:02 +05:30
Shubhendra Singh Chauhan
d4e914bf60
[docs] updates in version 2.4.0 (#6048)
* added global datasource in 2.4.0

* udpate eslint

* added how:to-use s3 signed url

* updated how:to-fail js

* hide next version
2023-04-17 12:32:34 +05:30
Shubhendra Singh Chauhan
32029661cf
[docs] how-to: use s3 pre-signed url to upload docs (#5917)
* how-to: use s3 presigned url to upload docs

* updated how to

* minor changes

* minor fix
2023-04-14 12:45:26 +05:30
Shubhendra Singh Chauhan
15cf829a75
[doc] global datasources (#5965)
* [doc] global datasources

* permissions for global ds

* Update docs/docs/data-sources/overview.md
2023-04-14 12:45:17 +05:30
Shubhendra Singh Chauhan
69e8188a7f
[how-to] fail a RunJS query (#5976) 2023-04-14 12:45:02 +05:30
Shubhendra Singh Chauhan
a8c8280896
updated session expiry var (#5996) 2023-04-11 17:24:32 +05:30