Skip to content

Conversation

@dannyroosevelt
Copy link
Collaborator

@dannyroosevelt dannyroosevelt commented Aug 26, 2025

WHY

Summary by CodeRabbit

  • Documentation
    • Marked docs-v2 as deprecated with a concise README and removed legacy docs pages, demos, and assets.
  • Chores
    • Removed the docs-v2 app and tooling (build config, package manifest, environment examples, ignore and npm settings, tool versions).
    • Deleted internal demo API routes previously used by docs-v2.
    • Removed the CI workflow that validated MDX links.
  • Impact
    • Public documentation has moved to a new repository; MDX link validation no longer runs in this repo.

@vercel
Copy link

vercel bot commented Aug 26, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

2 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
pipedream-docs Ignored Ignored Aug 26, 2025 5:05pm
pipedream-docs-redirect-do-not-edit Ignored Ignored Aug 26, 2025 5:05pm

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Aug 26, 2025

Walkthrough

This pull request removes the entire docs-v2 Next.js documentation project and its CI link-validation workflow. It deletes project configuration, components, API demo routes, metadata maps, and all MDX content across sections (connect, components, apps, deprecated, account), leaving a minimal deprecation notice in README.

Changes

Cohort / File(s) Summary
CI Workflow removal
.github/workflows/docs-pr.yaml
Deleted MDX link validation GitHub Actions workflow.
Docs project scaffolding/config
docs-v2/package.json, docs-v2/next.config.mjs, docs-v2/next-sitemap.config.js, docs-v2/.npmrc, docs-v2/.tool-versions, docs-v2/.gitignore, docs-v2/.env.example, docs-v2/LICENSE
Removed project definition, Next.js/Nextra config, sitemap, package manager/tooling settings, env example, and license file.
App wrapper and root meta/readme
docs-v2/pages/_app.tsx, docs-v2/pages/_meta.tsx, docs-v2/README.md
Deleted custom App and nav metadata; replaced README with a deprecation notice.
Demo API routes (Connect)
docs-v2/pages/api/demo-connect/*, docs-v2/pages/api/demo-connect/accounts/[id].js, .../apps.js, .../token.js, .../utils.js
Removed all demo API endpoints and shared utilities for Connect token/app/account flows.
Components and utilities
docs-v2/components/* (JS/TS/TSX/CSS/JSON)
Deleted all UI components, helpers, analytics loaders, data JSON, and styles used by docs-v2.
Site-level configs/data
docs-v2/components/publicNodeIps.json, docs-v2/components/python-mappings.json, docs-v2/components/SlackLogo.module.css, docs-v2/components/VideoPlayer.module.css
Removed static data and styles referenced by docs site.
Account pages
docs-v2/pages/account/*.mdx, docs-v2/pages/account/_meta.tsx
Deleted User Settings and Billing Settings pages and their metadata.
Apps section
docs-v2/pages/apps/*.mdx, docs-v2/pages/apps/_meta.tsx
Removed “Integrated Apps” docs (overview, connected accounts, partners, oauth clients) and metadata.
Components section
docs-v2/pages/components/**
Deleted Components overview and entire contributing guides (quickstarts, API reference, CLI docs) and metadata.
Connect section
docs-v2/pages/connect/**
Removed Connect landing, managed auth (quickstart, users, tokens, link, oauth clients, env, webhooks, troubleshooting), components (overview, files, custom tools), MCP (index, developers, openai, users), API proxy, and related metadata.
Deprecated section
docs-v2/pages/deprecated/**
Deleted migration/FAQ pages and associated metadata files.
Root metadata cleanups
docs-v2/pages/**/_meta.tsx
Removed multiple navigation metadata maps across sections.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~25 minutes

Poem

I tidied the burrow, swept every nook,
Packed up the docs and closed the book.
Footprints fade where pages were,
Silent links no longer purr.
Ears up—new trails to map and chart,
Thump-thump: a clean slate, a hopping start. 🐇✨

Tip

🔌 Remote MCP (Model Context Protocol) integration is now available!

Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats.

✨ Finishing Touches
  • 📝 Generate Docstrings
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch danny/removing-docs-v2

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🧹 Nitpick comments (3)
docs-v2/README.md (3)

3-5: Fix callout syntax so it renders correctly on GitHub and most Markdown processors

The current line inlines two blockquote markers, which breaks callout rendering. Split the label onto its own line.

- > [!WARNING] > **⚠️ THIS PROJECT IS DEPRECATED ⚠️**
- >
- > Pipedream public docs have moved to a new repo. Please contact the team for the current documentation repository.
+> [!WARNING]
+> ⚠️ THIS PROJECT IS DEPRECATED ⚠️
+>
+> Pipedream public docs have moved to a new repository. Please contact the team for the current documentation repository.

3-5: Make the deprecation actionable: add effective date, definitive links, and a public contact path

Include the exact deprecation date, the new docs repository URL, the public docs site, and where to file issues. Avoid “contact the team” without a link.

-> Pipedream public docs have moved to a new repository. Please contact the team for the current documentation repository.
+> Effective date: 2025-08-26.
+>
+> New docs repository: <INSERT_NEW_REPO_URL>
+> Public docs site: https://docs.pipedream.com
+> Questions / issues: <INSERT_PUBLIC_CONTACT_OR_ISSUES_URL>

I can update this with the correct links if you confirm the new repo slug and preferred support channel.


3-5: Preserve discoverability for historical content: point to an archived tag/branch

If consumers need to reference old docs, add a link to a read-only archive tag/branch that captures the last state of docs-v2.

 > Effective date: 2025-08-26.
 >
 > New docs repository: <INSERTNEWREPOURL>
 > Public docs site: https://docs.pipedream.com
 > Questions / issues: <INSERTPUBLICCONTACTURL>
+>
+> Historical snapshot of this folder: see tag/branch <INSERT_ARCHIVE_TAG_OR_BRANCH> (read-only).

If you want, I can propose the exact tag name (e.g., v2-docs-archive-2025-08-26) and open a follow-up PR to create it.

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 5403da4 and 20d4502.

⛔ Files ignored due to path filters (88)
  • docs-v2/package-lock.json is excluded by !**/package-lock.json
  • docs-v2/public/favicon.ico is excluded by !**/*.ico
  • docs-v2/public/images/account/daily-invocations-tooltip.png is excluded by !**/*.png
  • docs-v2/public/images/account/usage-by-resource.png is excluded by !**/*.png
  • docs-v2/public/images/actions/update-action-button.png is excluded by !**/*.png
  • docs-v2/public/images/active.png is excluded by !**/*.png
  • docs-v2/public/images/apps/select-external-auth.png is excluded by !**/*.png
  • docs-v2/public/images/archive-workflow.png is excluded by !**/*.png
  • docs-v2/public/images/auth/refresh-fields-after-connecting-slack.png is excluded by !**/*.png
  • docs-v2/public/images/auth/slack-field-rendered.png is excluded by !**/*.png
  • docs-v2/public/images/code/nodejs/auth/auths-property.png is excluded by !**/*.png
  • docs-v2/public/images/code/nodejs/auth/run-node-js-code-with-slack.png is excluded by !**/*.png
  • docs-v2/public/images/code/nodejs/auth/run-node-with-slack.png is excluded by !**/*.png
  • docs-v2/public/images/code/nodejs/auth/search-for-slack.png is excluded by !**/*.png
  • docs-v2/public/images/code/nodejs/auth/slack-auth-prop-example.png is excluded by !**/*.png
  • docs-v2/public/images/code/nodejs/auth/slack-test-request.png is excluded by !**/*.png
  • docs-v2/public/images/code/nodejs/auth/slack-token.png is excluded by !**/*.png
  • docs-v2/public/images/code/nodejs/user-input-props-example.png is excluded by !**/*.png
  • docs-v2/public/images/components/image-20200819210516311.png is excluded by !**/*.png
  • docs-v2/public/images/components/image-20210326151557417.png is excluded by !**/*.png
  • docs-v2/public/images/components/image-20210326151706682.png is excluded by !**/*.png
  • docs-v2/public/images/components/image-20210326151930885.png is excluded by !**/*.png
  • docs-v2/public/images/components/info-alert-prop-github.png is excluded by !**/*.png
  • docs-v2/public/images/components/quickstart/hello-world-1.gif is excluded by !**/*.gif
  • docs-v2/public/images/components/quickstart/hello-world-2.gif is excluded by !**/*.gif
  • docs-v2/public/images/components/quickstart/hello-world-3.gif is excluded by !**/*.gif
  • docs-v2/public/images/components/quickstart/hello-world-4.gif is excluded by !**/*.gif
  • docs-v2/public/images/components/quickstart/uncompressed/hello-world-1.gif is excluded by !**/*.gif
  • docs-v2/public/images/components/quickstart/uncompressed/hello-world-2.gif is excluded by !**/*.gif
  • docs-v2/public/images/components/quickstart/uncompressed/hello-world-3.gif is excluded by !**/*.gif
  • docs-v2/public/images/components/quickstart/uncompressed/hello-world-4.gif is excluded by !**/*.gif
  • docs-v2/public/images/components/spotify-$summary-example.png is excluded by !**/*.png
  • docs-v2/public/images/components/trello-board-example.png is excluded by !**/*.png
  • docs-v2/public/images/components/trello-props.png is excluded by !**/*.png
  • docs-v2/public/images/components/v3/using-private-actions.png is excluded by !**/*.png
  • docs-v2/public/images/components/v3/using-private-sources.png is excluded by !**/*.png
  • docs-v2/public/images/concurrency-and-throttling/amazon-v-google-sheets.png is excluded by !**/*.png
  • docs-v2/public/images/concurrency-and-throttling/gsheets-1.png is excluded by !**/*.png
  • docs-v2/public/images/concurrency-and-throttling/gsheets-2.png is excluded by !**/*.png
  • docs-v2/public/images/concurrency-and-throttling/image-20201007113139913.png is excluded by !**/*.png
  • docs-v2/public/images/concurrency-and-throttling/image-20201027120141750.png is excluded by !**/*.png
  • docs-v2/public/images/concurrency-and-throttling/image-20201027124356486.png is excluded by !**/*.png
  • docs-v2/public/images/concurrency-and-throttling/image-20201027124419520.png is excluded by !**/*.png
  • docs-v2/public/images/concurrency-and-throttling/image-20201027124745363.png is excluded by !**/*.png
  • docs-v2/public/images/concurrency-and-throttling/image-20201027124755082.png is excluded by !**/*.png
  • docs-v2/public/images/concurrency-and-throttling/image-20201027124959905.png is excluded by !**/*.png
  • docs-v2/public/images/concurrency-and-throttling/image-20201027125010252.png is excluded by !**/*.png
  • docs-v2/public/images/concurrency-and-throttling/image-20201027132901691.png is excluded by !**/*.png
  • docs-v2/public/images/concurrency-and-throttling/image-20201027133308888.png is excluded by !**/*.png
  • docs-v2/public/images/concurrency-and-throttling/image-20201027145818255.png is excluded by !**/*.png
  • docs-v2/public/images/concurrency-and-throttling/image-20201027145847752.png is excluded by !**/*.png
  • docs-v2/public/images/concurrency-and-throttling/queue-size.png is excluded by !**/*.png
  • docs-v2/public/images/control-flow/2024-07-21_20.51.37.gif is excluded by !**/*.gif
  • docs-v2/public/images/control-flow/2024-07-21_20.55.09.gif is excluded by !**/*.gif
  • docs-v2/public/images/control-flow/Inspect.gif is excluded by !**/*.gif
  • docs-v2/public/images/control-flow/add_if_else.gif is excluded by !**/*.gif
  • docs-v2/public/images/control-flow/add_step_to_branch.gif is excluded by !**/*.gif
  • docs-v2/public/images/control-flow/billing_1credit_a.png is excluded by !**/*.png
  • docs-v2/public/images/control-flow/billing_1credit_b.png is excluded by !**/*.png
  • docs-v2/public/images/control-flow/billing_3credits.png is excluded by !**/*.png
  • docs-v2/public/images/control-flow/change_in_state.gif is excluded by !**/*.gif
  • docs-v2/public/images/control-flow/delay-step-props.png is excluded by !**/*.png
  • docs-v2/public/images/control-flow/end_workflow.png is excluded by !**/*.png
  • docs-v2/public/images/control-flow/executed_path.png is excluded by !**/*.png
  • docs-v2/public/images/control-flow/execution_path_a_linear.png is excluded by !**/*.png
  • docs-v2/public/images/control-flow/execution_path_b_nonlinear.png is excluded by !**/*.png
  • docs-v2/public/images/control-flow/ifelse-configuration.png is excluded by !**/*.png
  • docs-v2/public/images/control-flow/nesting.png is excluded by !**/*.png
  • docs-v2/public/images/control-flow/out_of_date.gif is excluded by !**/*.gif
  • docs-v2/public/images/control-flow/parallel/01_trigger.gif is excluded by !**/*.gif
  • docs-v2/public/images/control-flow/parallel/02_add_parallel.gif is excluded by !**/*.gif
  • docs-v2/public/images/control-flow/parallel/03_configure_and_test.gif is excluded by !**/*.gif
  • docs-v2/public/images/control-flow/parallel/04_add_steps.gif is excluded by !**/*.gif
  • docs-v2/public/images/control-flow/parallel/05_test_end_phase.gif is excluded by !**/*.gif
  • docs-v2/public/images/control-flow/parallel/06_use_exports_in_parent_flow.gif is excluded by !**/*.gif
  • docs-v2/public/images/control-flow/parallel/07_deploy_and_run.gif is excluded by !**/*.gif
  • docs-v2/public/images/control-flow/parallel/add_branch.png is excluded by !**/*.png
  • docs-v2/public/images/control-flow/parallel/add_parallel_block.png is excluded by !**/*.png
  • docs-v2/public/images/control-flow/parallel/parallel.png is excluded by !**/*.png
  • docs-v2/public/images/control-flow/parallel/rename_branch.png is excluded by !**/*.png
  • docs-v2/public/images/control-flow/passing_data.png is excluded by !**/*.png
  • docs-v2/public/images/control-flow/reason.png is excluded by !**/*.png
  • docs-v2/public/images/control-flow/reference_end_exports.gif is excluded by !**/*.gif
  • docs-v2/public/images/control-flow/referencing_data.png is excluded by !**/*.png
  • docs-v2/public/images/control-flow/return_response_after_block.png is excluded by !**/*.png
  • docs-v2/public/images/control-flow/return_response_conditional.png is excluded by !**/*.png
  • docs-v2/public/images/control-flow/return_response_in_block.png is excluded by !**/*.png
  • docs-v2/public/images/control-flow/rule_builder_groups.png is excluded by !**/*.png
📒 Files selected for processing (103)
  • .github/workflows/docs-pr.yaml (0 hunks)
  • docs-v2/.env.example (0 hunks)
  • docs-v2/.gitignore (0 hunks)
  • docs-v2/.npmrc (0 hunks)
  • docs-v2/.tool-versions (0 hunks)
  • docs-v2/LICENSE (0 hunks)
  • docs-v2/README.md (1 hunks)
  • docs-v2/components/AccountConnectionDemo.jsx (0 hunks)
  • docs-v2/components/AppSearchDemo.jsx (0 hunks)
  • docs-v2/components/ArcadeEmbed.tsx (0 hunks)
  • docs-v2/components/CR.tsx (0 hunks)
  • docs-v2/components/Callout.tsx (0 hunks)
  • docs-v2/components/CodeBlock.js (0 hunks)
  • docs-v2/components/ConnectCodeSnippets.js (0 hunks)
  • docs-v2/components/ConnectLinkDemo.jsx (0 hunks)
  • docs-v2/components/DocSearch.tsx (0 hunks)
  • docs-v2/components/GA4.tsx (0 hunks)
  • docs-v2/components/GlobalConnectProvider.jsx (0 hunks)
  • docs-v2/components/LanguageLink.tsx (0 hunks)
  • docs-v2/components/PipedreamCode.tsx (0 hunks)
  • docs-v2/components/PipedreamImg.tsx (0 hunks)
  • docs-v2/components/PipedreamLink.tsx (0 hunks)
  • docs-v2/components/PipedreamTextLogo.tsx (0 hunks)
  • docs-v2/components/PublicIPs.tsx (0 hunks)
  • docs-v2/components/PythonMappings.tsx (0 hunks)
  • docs-v2/components/RB2B.tsx (0 hunks)
  • docs-v2/components/RocketShip.tsx (0 hunks)
  • docs-v2/components/SDKButton.js (0 hunks)
  • docs-v2/components/SlackLogo.module.css (0 hunks)
  • docs-v2/components/SlackLogo.tsx (0 hunks)
  • docs-v2/components/TemporaryTokenGenerator.jsx (0 hunks)
  • docs-v2/components/TokenGenerationDemo.jsx (0 hunks)
  • docs-v2/components/Vector.tsx (0 hunks)
  • docs-v2/components/VectorConnect.tsx (0 hunks)
  • docs-v2/components/VideoPlayer.module.css (0 hunks)
  • docs-v2/components/VideoPlayer.tsx (0 hunks)
  • docs-v2/components/api.js (0 hunks)
  • docs-v2/components/publicNodeIps.json (0 hunks)
  • docs-v2/components/python-mappings.json (0 hunks)
  • docs-v2/next-sitemap.config.js (0 hunks)
  • docs-v2/next.config.mjs (0 hunks)
  • docs-v2/package.json (0 hunks)
  • docs-v2/pages/_app.tsx (0 hunks)
  • docs-v2/pages/_meta.tsx (0 hunks)
  • docs-v2/pages/account/_meta.tsx (0 hunks)
  • docs-v2/pages/account/billing-settings.mdx (0 hunks)
  • docs-v2/pages/account/user-settings.mdx (0 hunks)
  • docs-v2/pages/api/demo-connect/accounts/[id].js (0 hunks)
  • docs-v2/pages/api/demo-connect/apps.js (0 hunks)
  • docs-v2/pages/api/demo-connect/token.js (0 hunks)
  • docs-v2/pages/api/demo-connect/utils.js (0 hunks)
  • docs-v2/pages/apps/_meta.tsx (0 hunks)
  • docs-v2/pages/apps/app-partners.mdx (0 hunks)
  • docs-v2/pages/apps/connected-accounts.mdx (0 hunks)
  • docs-v2/pages/apps/external-auth.mdx (0 hunks)
  • docs-v2/pages/apps/index.mdx (0 hunks)
  • docs-v2/pages/apps/oauth-clients.mdx (0 hunks)
  • docs-v2/pages/components/_meta.tsx (0 hunks)
  • docs-v2/pages/components/contributing/_meta.tsx (0 hunks)
  • docs-v2/pages/components/contributing/actions-quickstart.mdx (0 hunks)
  • docs-v2/pages/components/contributing/api.mdx (0 hunks)
  • docs-v2/pages/components/contributing/cli/_meta.tsx (0 hunks)
  • docs-v2/pages/components/contributing/cli/install.mdx (0 hunks)
  • docs-v2/pages/components/contributing/cli/login.mdx (0 hunks)
  • docs-v2/pages/components/contributing/cli/reference.mdx (0 hunks)
  • docs-v2/pages/components/contributing/guidelines.mdx (0 hunks)
  • docs-v2/pages/components/contributing/index.mdx (0 hunks)
  • docs-v2/pages/components/contributing/sources-quickstart.mdx (0 hunks)
  • docs-v2/pages/components/contributing/typescript.mdx (0 hunks)
  • docs-v2/pages/components/index.mdx (0 hunks)
  • docs-v2/pages/connect/_meta.tsx (0 hunks)
  • docs-v2/pages/connect/api-proxy.mdx (0 hunks)
  • docs-v2/pages/connect/components/_meta.tsx (0 hunks)
  • docs-v2/pages/connect/components/custom-tools.mdx (0 hunks)
  • docs-v2/pages/connect/components/files.mdx (0 hunks)
  • docs-v2/pages/connect/components/index.mdx (0 hunks)
  • docs-v2/pages/connect/index.mdx (0 hunks)
  • docs-v2/pages/connect/managed-auth/_meta.tsx (0 hunks)
  • docs-v2/pages/connect/managed-auth/connect-link.mdx (0 hunks)
  • docs-v2/pages/connect/managed-auth/customization.mdx (0 hunks)
  • docs-v2/pages/connect/managed-auth/environments.mdx (0 hunks)
  • docs-v2/pages/connect/managed-auth/oauth-clients.mdx (0 hunks)
  • docs-v2/pages/connect/managed-auth/quickstart.mdx (0 hunks)
  • docs-v2/pages/connect/managed-auth/tokens.mdx (0 hunks)
  • docs-v2/pages/connect/managed-auth/troubleshooting.mdx (0 hunks)
  • docs-v2/pages/connect/managed-auth/users.mdx (0 hunks)
  • docs-v2/pages/connect/managed-auth/webhooks.mdx (0 hunks)
  • docs-v2/pages/connect/mcp/_meta.tsx (0 hunks)
  • docs-v2/pages/connect/mcp/developers.mdx (0 hunks)
  • docs-v2/pages/connect/mcp/index.mdx (0 hunks)
  • docs-v2/pages/connect/mcp/openai.mdx (0 hunks)
  • docs-v2/pages/connect/mcp/users.mdx (0 hunks)
  • docs-v2/pages/connect/migrating-from-project-keys-to-oauth.mdx (0 hunks)
  • docs-v2/pages/connect/use-cases.mdx (0 hunks)
  • docs-v2/pages/connect/workflows.mdx (0 hunks)
  • docs-v2/pages/deprecated/airtable/_meta.tsx (0 hunks)
  • docs-v2/pages/deprecated/airtable/oauth-migration-2024-02/_meta.tsx (0 hunks)
  • docs-v2/pages/deprecated/airtable/oauth-migration-2024-02/index.mdx (0 hunks)
  • docs-v2/pages/deprecated/migrate-from-v1/_meta.tsx (0 hunks)
  • docs-v2/pages/deprecated/migrate-from-v1/index.mdx (0 hunks)
  • docs-v2/pages/deprecated/nodejs20-faq-2024-02/_meta.tsx (0 hunks)
  • docs-v2/pages/deprecated/nodejs20-faq-2024-02/index.mdx (0 hunks)
  • docs-v2/pages/deprecated/shopify-faq-2023-10/_meta.tsx (0 hunks)
⛔ Files not processed due to max files limit (41)
  • docs-v2/pages/deprecated/shopify-faq-2023-10/index.mdx
  • docs-v2/pages/glossary.mdx
  • docs-v2/pages/hidden/abuse/_meta.tsx
  • docs-v2/pages/hidden/abuse/index.mdx
  • docs-v2/pages/hidden/scheduling-future-tasks/_meta.tsx
  • docs-v2/pages/hidden/scheduling-future-tasks/index.mdx
  • docs-v2/pages/hidden/status/_meta.tsx
  • docs-v2/pages/hidden/status/index.mdx
  • docs-v2/pages/hidden/subprocessors/_meta.tsx
  • docs-v2/pages/hidden/subprocessors/index.mdx
  • docs-v2/pages/index.mdx
  • docs-v2/pages/pricing/_meta.tsx
  • docs-v2/pages/pricing/faq.mdx
  • docs-v2/pages/pricing/index.mdx
  • docs-v2/pages/privacy-and-security/_meta.tsx
  • docs-v2/pages/privacy-and-security/best-practices.mdx
  • docs-v2/pages/privacy-and-security/hipaa.mdx
  • docs-v2/pages/privacy-and-security/index.mdx
  • docs-v2/pages/privacy-and-security/pgp-key.mdx
  • docs-v2/pages/projects/_meta.tsx
  • docs-v2/pages/projects/access-controls.mdx
  • docs-v2/pages/projects/index.mdx
  • docs-v2/pages/projects/secrets.mdx
  • docs-v2/pages/rest-api/_meta.tsx
  • docs-v2/pages/rest-api/auth.mdx
  • docs-v2/pages/rest-api/index.mdx
  • docs-v2/pages/rest-api/rss.mdx
  • docs-v2/pages/rest-api/webhooks.mdx
  • docs-v2/pages/rest-api/workflows.mdx
  • docs-v2/pages/troubleshooting.mdx
  • docs-v2/pages/workflows/_meta.tsx
  • docs-v2/pages/workflows/building-workflows/_meta.tsx
  • docs-v2/pages/workflows/building-workflows/actions.mdx
  • docs-v2/pages/workflows/building-workflows/code/_meta.tsx
  • docs-v2/pages/workflows/building-workflows/code/bash.mdx
  • docs-v2/pages/workflows/building-workflows/code/go.mdx
  • docs-v2/pages/workflows/building-workflows/code/index.mdx
  • docs-v2/pages/workflows/building-workflows/code/nodejs/_meta.tsx
  • docs-v2/pages/workflows/building-workflows/code/nodejs/ai-code-generation.mdx
  • docs-v2/pages/workflows/building-workflows/code/nodejs/async.mdx
  • docs-v2/pages/workflows/building-workflows/code/nodejs/auth.mdx
💤 Files with no reviewable changes (102)
  • docs-v2/components/SlackLogo.module.css
  • docs-v2/LICENSE
  • docs-v2/pages/connect/components/custom-tools.mdx
  • docs-v2/components/PipedreamLink.tsx
  • docs-v2/pages/deprecated/shopify-faq-2023-10/_meta.tsx
  • docs-v2/pages/connect/components/_meta.tsx
  • docs-v2/components/AccountConnectionDemo.jsx
  • docs-v2/pages/deprecated/airtable/oauth-migration-2024-02/_meta.tsx
  • docs-v2/pages/apps/connected-accounts.mdx
  • docs-v2/components/ConnectCodeSnippets.js
  • docs-v2/components/GA4.tsx
  • docs-v2/components/CR.tsx
  • docs-v2/pages/deprecated/airtable/_meta.tsx
  • docs-v2/pages/components/contributing/index.mdx
  • docs-v2/components/DocSearch.tsx
  • docs-v2/components/Callout.tsx
  • docs-v2/.env.example
  • docs-v2/pages/connect/mcp/openai.mdx
  • docs-v2/components/api.js
  • docs-v2/components/VideoPlayer.tsx
  • docs-v2/pages/deprecated/airtable/oauth-migration-2024-02/index.mdx
  • docs-v2/pages/connect/use-cases.mdx
  • docs-v2/pages/connect/components/index.mdx
  • docs-v2/pages/components/_meta.tsx
  • docs-v2/pages/apps/external-auth.mdx
  • docs-v2/.tool-versions
  • docs-v2/pages/apps/app-partners.mdx
  • docs-v2/pages/deprecated/nodejs20-faq-2024-02/index.mdx
  • docs-v2/pages/_meta.tsx
  • docs-v2/pages/api/demo-connect/token.js
  • docs-v2/components/PythonMappings.tsx
  • docs-v2/pages/connect/managed-auth/_meta.tsx
  • docs-v2/components/publicNodeIps.json
  • docs-v2/pages/connect/managed-auth/environments.mdx
  • docs-v2/components/RB2B.tsx
  • docs-v2/pages/connect/_meta.tsx
  • docs-v2/next-sitemap.config.js
  • docs-v2/pages/connect/mcp/users.mdx
  • docs-v2/pages/account/_meta.tsx
  • docs-v2/pages/_app.tsx
  • docs-v2/pages/apps/oauth-clients.mdx
  • docs-v2/components/AppSearchDemo.jsx
  • docs-v2/pages/api/demo-connect/accounts/[id].js
  • docs-v2/pages/connect/components/files.mdx
  • docs-v2/pages/apps/index.mdx
  • docs-v2/components/SDKButton.js
  • docs-v2/pages/connect/managed-auth/users.mdx
  • docs-v2/pages/components/contributing/cli/_meta.tsx
  • docs-v2/components/SlackLogo.tsx
  • docs-v2/pages/deprecated/migrate-from-v1/_meta.tsx
  • docs-v2/components/python-mappings.json
  • docs-v2/components/VideoPlayer.module.css
  • docs-v2/components/TokenGenerationDemo.jsx
  • docs-v2/pages/components/contributing/cli/login.mdx
  • docs-v2/components/ArcadeEmbed.tsx
  • docs-v2/components/PipedreamImg.tsx
  • docs-v2/components/GlobalConnectProvider.jsx
  • docs-v2/pages/components/contributing/sources-quickstart.mdx
  • docs-v2/package.json
  • docs-v2/pages/connect/api-proxy.mdx
  • docs-v2/pages/connect/managed-auth/webhooks.mdx
  • docs-v2/components/RocketShip.tsx
  • docs-v2/components/ConnectLinkDemo.jsx
  • docs-v2/pages/components/contributing/cli/reference.mdx
  • docs-v2/pages/components/contributing/typescript.mdx
  • docs-v2/pages/account/user-settings.mdx
  • docs-v2/pages/deprecated/nodejs20-faq-2024-02/_meta.tsx
  • docs-v2/pages/components/index.mdx
  • docs-v2/pages/connect/mcp/_meta.tsx
  • docs-v2/pages/connect/mcp/developers.mdx
  • docs-v2/pages/api/demo-connect/utils.js
  • docs-v2/pages/connect/managed-auth/tokens.mdx
  • .github/workflows/docs-pr.yaml
  • docs-v2/pages/connect/managed-auth/quickstart.mdx
  • docs-v2/pages/components/contributing/cli/install.mdx
  • docs-v2/components/LanguageLink.tsx
  • docs-v2/pages/connect/workflows.mdx
  • docs-v2/components/PipedreamCode.tsx
  • docs-v2/pages/components/contributing/actions-quickstart.mdx
  • docs-v2/pages/components/contributing/guidelines.mdx
  • docs-v2/components/TemporaryTokenGenerator.jsx
  • docs-v2/.npmrc
  • docs-v2/components/VectorConnect.tsx
  • docs-v2/pages/connect/migrating-from-project-keys-to-oauth.mdx
  • docs-v2/pages/account/billing-settings.mdx
  • docs-v2/pages/connect/index.mdx
  • docs-v2/pages/connect/managed-auth/customization.mdx
  • docs-v2/.gitignore
  • docs-v2/pages/api/demo-connect/apps.js
  • docs-v2/pages/connect/managed-auth/troubleshooting.mdx
  • docs-v2/components/Vector.tsx
  • docs-v2/pages/components/contributing/_meta.tsx
  • docs-v2/pages/connect/mcp/index.mdx
  • docs-v2/components/PipedreamTextLogo.tsx
  • docs-v2/next.config.mjs
  • docs-v2/components/PublicIPs.tsx
  • docs-v2/pages/components/contributing/api.mdx
  • docs-v2/components/CodeBlock.js
  • docs-v2/pages/apps/_meta.tsx
  • docs-v2/pages/connect/managed-auth/oauth-clients.mdx
  • docs-v2/pages/connect/managed-auth/connect-link.mdx
  • docs-v2/pages/deprecated/migrate-from-v1/index.mdx
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
  • GitHub Check: pnpm publish
  • GitHub Check: Lint Code Base

Comment on lines +3 to +5
> [!WARNING] > **⚠️ THIS PROJECT IS DEPRECATED ⚠️**
>
> Pipedream public docs have moved to a new repo. Please contact the team for the current documentation repository.
Copy link
Contributor

Choose a reason for hiding this comment

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

💡 Verification agent

🧩 Analysis chain

Double-check for dead links to docs-v2 across the repo before merging

Removing docs-v2 can break internal links and CI references. Run this to find any remaining references and decide whether to update or remove them.


🏁 Script executed:

#!/bin/bash
# Find references to docs-v2 paths and pages
rg -nP -C2 '(?:^|/|")docs-v2(?:/|")' -g '!**/node_modules/**' -g '!**/dist/**' -g '!**/build/**'

# Find Markdown links pointing into docs-v2
rg -nP -C2 '\[[^\]]*\]\((?:\./|\.\./|/)?docs-v2/[^)]+\)' -g '!**/node_modules/**'

# Optional: find GitHub Actions or scripts referencing docs-v2
rg -nP -C2 'docs-?v2' .github/ || true

Length of output: 981


Remove residual docs-v2 references from lint config and CI workflows

There are still hardcoded docs-v2 patterns in your ESLint config and GitHub Actions workflow that need to be removed or updated now that the directory is gone:

eslint.config.mjs (around line 335)
Current:

  files: [
    "docs-v2/**/*.{js,jsx,ts,tsx}",
    // …
  ],

Suggestion: remove the "docs-v2/**/*.{js,jsx,ts,tsx}" entry (or replace with the new docs path if applicable).

.github/workflows/publish-packages.yaml (lines 7 and 13)
Current:

paths-ignore:
  - 'docs/**'
  - 'docs-v2/**'

Suggestion: delete the - 'docs-v2/**' line (and ensure you’re still ignoring any intended docs paths).

These changes are required to prevent ESLint from erroring on a non-existent directory and to keep your CI workflow clean.

🤖 Prompt for AI Agents
In docs-v2/README.md around lines 3 to 5: update project-wide configs to remove
hardcoded docs-v2 references; specifically edit eslint.config.mjs (around line
~335) to remove the "docs-v2/**/*.{js,jsx,ts,tsx}" entry (or replace it with the
correct new docs path), and edit .github/workflows/publish-packages.yaml (around
lines 7 and 13) to delete the '- 'docs-v2/**'' entry from paths-ignore (ensuring
other intended docs ignores remain), then run lint/CI locally to confirm no
references to docs-v2 remain.

@dannyroosevelt dannyroosevelt merged commit d6a9fa1 into master Aug 26, 2025
6 of 7 checks passed
@dannyroosevelt dannyroosevelt deleted the danny/removing-docs-v2 branch August 26, 2025 17:05
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.

3 participants