Skip to content

Commit fae6645

Browse files
Merge branch 'main' into chore/add-rate-limit-env-variable
2 parents ab523f8 + 0654434 commit fae6645

File tree

7 files changed

+121
-11
lines changed

7 files changed

+121
-11
lines changed

website/docs/connect-data/reference/amplitude.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
1-
# Amplitude
1+
---
2+
title: Amplitude
3+
hide_title: true
4+
---
25

6+
<!-- vale off -->
7+
8+
<div className="tag-wrapper">
9+
<h1>Amplitude</h1>
10+
11+
<Tags
12+
tags={[
13+
{ name: "Business", link: "https://www.appsmith.com/pricing", additionalClass: "business" }
14+
]}
15+
/>
16+
17+
</div>
18+
19+
<!-- vale on -->
320

421
This page provides information for connecting Appsmith to Amplitude, which allows you to query analytics data, export event data, search for users, send events, and retrieve chart results from your Amplitude project.
522

website/docs/connect-data/reference/asana.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
# Asana
1+
---
2+
title: Asana
3+
hide_title: true
4+
---
5+
6+
<!-- vale off -->
7+
8+
<div className="tag-wrapper">
9+
<h1>Asana</h1>
10+
11+
<Tags
12+
tags={[
13+
{ name: "Business", link: "https://www.appsmith.com/pricing", additionalClass: "business" }
14+
]}
15+
/>
16+
17+
</div>
18+
19+
<!-- vale on -->
220

321
This page provides information on how to connect to Asana. This integration enables you to automate project and task management operations such as creating tasks, updating task details, commenting on tasks, and fetching workspace, team, and project data.
422

website/docs/connect-data/reference/dropbox.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
# Dropbox
1+
---
2+
title: Dropbox
3+
hide_title: true
4+
---
5+
6+
<!-- vale off -->
7+
8+
<div className="tag-wrapper">
9+
<h1>Dropbox</h1>
10+
11+
<Tags
12+
tags={[
13+
{ name: "Business", link: "https://www.appsmith.com/pricing", additionalClass: "business" }
14+
]}
15+
/>
16+
17+
</div>
18+
19+
<!-- vale on -->
220

321
This page provides information on how to connect Appsmith to Dropbox. Use this integration to automate file-heavy workflows such as listing folder contents, searching shared spaces, creating or moving folders, downloading assets, and running custom Dropbox API calls.
422

website/docs/connect-data/reference/mixpanel.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
# Mixpanel
1+
---
2+
title: Mixpanel
3+
hide_title: true
4+
---
5+
6+
<!-- vale off -->
7+
8+
<div className="tag-wrapper">
9+
<h1>Mixpanel</h1>
10+
11+
<Tags
12+
tags={[
13+
{ name: "Business", link: "https://www.appsmith.com/pricing", additionalClass: "business" }
14+
]}
15+
/>
16+
17+
</div>
18+
19+
<!-- vale on -->
220

321
This page provides information on how to connect to Mixpanel. It enables users to perform actions such as querying event data, tracking events, managing user profiles, and analyzing insights from your Mixpanel project.
422

website/docs/connect-data/reference/monday.com.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
# Monday.com
1+
---
2+
title: Monday.com
3+
hide_title: true
4+
---
5+
6+
<!-- vale off -->
7+
8+
<div className="tag-wrapper">
9+
<h1>Monday.com</h1>
10+
11+
<Tags
12+
tags={[
13+
{ name: "Business", link: "https://www.appsmith.com/pricing", additionalClass: "business" }
14+
]}
15+
/>
16+
17+
</div>
18+
19+
<!-- vale on -->
220

321
Use the Monday.com SaaS integration to orchestrate boards, items, subitems, and user directories directly from Appsmith. The built-in commands wrap common GraphQL mutations so you can create, update, search, or archive Monday records without wiring custom HTTP requests.
422

website/docs/connect-data/reference/trello.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
# Trello
1+
---
2+
title: Trello
3+
hide_title: true
4+
---
5+
6+
<!-- vale off -->
7+
8+
<div className="tag-wrapper">
9+
<h1>Trello</h1>
10+
11+
<Tags
12+
tags={[
13+
{ name: "Business", link: "https://www.appsmith.com/pricing", additionalClass: "business" }
14+
]}
15+
/>
16+
17+
</div>
18+
19+
<!-- vale on -->
220

321
Integrate Trello with Appsmith to create, update, search, and delete cards or boards without leaving your app. Each Trello action returns JSON so you can bind card metadata to widgets, trigger follow-up workflows, or keep your boards in sync with other datasources.
422

website/docs/getting-started/setup/instance-configuration/user-management.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,17 @@ For more details, see [Restrict Query Access](/advanced-concepts/granular-access
4040
<!-- vale off -->
4141

4242
<div className="tag-wrapper">
43-
<h4>Session Timeout</h4>
4443

44+
#### Session Timeout
4545
<Tags
46-
tags={[
47-
{ name: "Enterprise", link: "https://www.appsmith.com/pricing", additionalClass: "enterprise" }
48-
]}
46+
tags={[
47+
{
48+
name: "Enterprise",
49+
link: "https://www.appsmith.com/pricing",
50+
additionalClass: "enterprise",
51+
}
52+
]}
4953
/>
50-
5154
</div>
5255

5356
<!-- vale on -->

0 commit comments

Comments
 (0)