Skip to content

Conversation

@waleedlatif1
Copy link
Collaborator

Description

Updated docs with new videos, new tools

Type of change

  • Documentation update

How Has This Been Tested?

NA

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added tests that prove my fix is effective or that my feature works
  • All tests pass locally and in CI (bun run test)
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules
  • I have updated version numbers as needed (if needed)
  • I confirm that I have read and agree to the terms outlined in the Contributor License Agreement (CLA)

Security Considerations:

  • My changes do not introduce any new security vulnerabilities
  • I have considered the security implications of my changes

@vercel
Copy link

vercel bot commented Jul 22, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs 🔄 Building (Inspect) Visit Preview 💬 Add feedback Jul 22, 2025 3:16am
sim 🔄 Building (Inspect) Visit Preview 💬 Add feedback Jul 22, 2025 3:16am

@waleedlatif1 waleedlatif1 merged commit 919cf0b into staging Jul 22, 2025
2 of 5 checks passed
Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Greptile Summary

This PR significantly enhances the documentation with several key improvements:

  1. Reorganizes documentation structure by creating a dedicated 'triggers' section, separating trigger-related content from blocks
  2. Replaces static images with interactive video demonstrations across multiple sections (variables, execution basics)
  3. Adds comprehensive documentation for new tools and features:
    • New Slack capabilities (canvas creation, message reading)
    • Enhanced Supabase integration with more granular database operations
    • New Exa AI research functionality
    • Expanded Notion integration with database operations
    • Firecrawl website crawling capabilities
  4. Improves visual elements with proper branding (e.g., Typeform logo update)

Confidence score: 4/5

  1. This PR is safe to merge as it only contains documentation changes with no code modifications
  2. High confidence due to well-structured documentation changes and proper organization, slightly reduced due to some incomplete sections in new trigger documentation
  3. Files needing attention:
    • apps/docs/content/docs/triggers/webhook.mdx (incomplete security documentation)
    • apps/docs/content/docs/tools/schedule.mdx (missing detailed configuration examples)
    • apps/docs/content/docs/tools/supabase.mdx (incomplete PostgREST filter examples)

18 files reviewed, 12 comments

Edit Code Review Bot Settings | Greptile


| Parameter | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `webhookProvider` | dropdown | Yes | Webhook Provider |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style: Description for webhookProvider parameter is too vague. Should include available providers and their specific use cases.

Comment on lines +24 to +28





Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style: Large empty gap between BlockInfoCard and Block Configuration section. Remove extra newlines.

Suggested change
/>
## Block Configuration

Comment on lines +116 to +118
| `pages` | string |
| `total` | string |
| `creditsUsed` | string |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

logic: Output types for pages, total, and creditsUsed should be specified more precisely. Consider using array<string>, number, and number respectively instead of string.


| Parameter | Type |
| --------- | ---- |
| `messages` | string |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

logic: Output type for messages should be 'json[] | object[]' instead of 'string' since it returns structured message data

Comment on lines +90 to +92
<Callout>
Starter blocks are ideal for testing workflows and user-initiated tasks. For automated execution, use Schedule or Webhook triggers.
</Callout> No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style: consider adding links to the Schedule and Webhook trigger documentation mentioned in the Callout

Comment on lines +45 to +46
| `scheduleConfig` | schedule-config | Yes | Schedule Status |
| `scheduleType` | dropdown | Yes | Frequency |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style: Add details about valid values for scheduleConfig and scheduleType. What frequencies are supported? What format is expected?


import { Callout } from 'fumadocs-ui/components/callout'
import { Tab, Tabs } from 'fumadocs-ui/components/tabs'
import { ThemeImage } from '@/components/ui/theme-image'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style: ThemeImage is imported but never used in the document

Suggested change
import { ThemeImage } from '@/components/ui/theme-image'
import { Callout } from 'fumadocs-ui/components/callout'
import { Tab, Tabs } from 'fumadocs-ui/components/tabs'

| `table` | string | Yes | The name of the Supabase table to query |
| `filter` | object | No | Filter to apply to the query |
| `apiKey` | string | Yes | Your Supabase client anon key |
| `filter` | string | No | PostgREST filter \(e.g., |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

logic: Filter example is incomplete - add example format for PostgREST filter syntax to help users understand the expected format

| --------- | ---- | -------- | ----------- |
| `projectId` | string | Yes | Your Supabase project ID \(e.g., jdrkgepadsdopsntdlom\) |
| `table` | string | Yes | The name of the Supabase table to query |
| `filter` | string | Yes | PostgREST filter to find the specific row \(e.g., |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

logic: Missing example for filter criteria in single row lookup - add example to clarify expected format

| --------- | ---- | -------- | ----------- |
| `projectId` | string | Yes | Your Supabase project ID \(e.g., jdrkgepadsdopsntdlom\) |
| `table` | string | Yes | The name of the Supabase table to update |
| `filter` | string | Yes | PostgREST filter to identify rows to update \(e.g., |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

logic: Filter example missing in update operation - add example format for consistency with other operations

@delve-auditor
Copy link

delve-auditor bot commented Jul 22, 2025

No security or compliance issues detected. Reviewed everything up to 9a84bfb.

Security Overview
  • 🔎 Scanned files: 41 changed file(s)
Detected Code Changes
Change Type Relevant files
Enhancement ► tools/typeform.mdx
    Update Typeform icon SVG
► components/icons.tsx
    Update Typeform icon SVG

Reply to this PR with @delve-auditor followed by a description of what change you want and we'll auto-submit a change to this PR to implement it.

@waleedlatif1 waleedlatif1 deleted the feat/docs branch July 22, 2025 19:57
waleedlatif1 added a commit that referenced this pull request Jul 23, 2025
* updated docs with new videos, new tools

* update typeform icon
waleedlatif1 added a commit that referenced this pull request Jul 23, 2025
* improvement(docs): updated docs with new videos, new tools (#744)

* updated docs with new videos, new tools

* update typeform icon

* add qdrant docs
arenadeveloper02 pushed a commit to arenadeveloper02/p2-sim that referenced this pull request Sep 19, 2025
…ai#744)

* updated docs with new videos, new tools

* update typeform icon
arenadeveloper02 pushed a commit to arenadeveloper02/p2-sim that referenced this pull request Sep 19, 2025
…ai#770)

* improvement(docs): updated docs with new videos, new tools (simstudioai#744)

* updated docs with new videos, new tools

* update typeform icon

* add qdrant docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants