Skip to content

fix(docs): regen docs - #2393

Merged
waleedlatif1 merged 1 commit into
stagingfrom
feat/docs
Dec 16, 2025
Merged

fix(docs): regen docs#2393
waleedlatif1 merged 1 commit into
stagingfrom
feat/docs

Conversation

@waleedlatif1

Copy link
Copy Markdown
Collaborator

Summary

regen docs

Type of Change

  • Bug fix

Testing

Tested locally

Checklist

  • Code follows project style guidelines
  • Self-reviewed my changes
  • Tests added/updated and passing
  • No new warnings introduced
  • I confirm that I have read and agree to the terms outlined in the Contributor License Agreement (CLA)

@vercel

vercelBot commented Dec 16, 2025

Copy link
Copy Markdown

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

ProjectDeploymentReviewUpdated (UTC)
docsReadyReadyPreview, CommentDec 16, 2025 2:23am

@greptile-apps

Copy link
Copy Markdown
Contributor

Greptile Overview

Greptile Summary

Regenerated documentation to reflect recent feature additions:

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • Documentation regeneration that accurately reflects implementation changes from prior PRs. All changes are auto-generated or straightforward documentation updates with no logic changes.
  • No files require special attention

Important Files Changed

File Analysis

FilenameScoreOverview
apps/docs/components/ui/icon-mapping.ts5/5Auto-generated file reordering block type to icon mappings, no functional changes
apps/docs/content/docs/en/tools/jira.mdx5/5Updated API response documentation to reflect more detailed output structure from PR #2392
apps/docs/content/docs/en/tools/slack.mdx5/5Added documentation for new DM capability with userId parameter from PR #2388

Sequence Diagram

sequenceDiagram
participant Dev as Developer
participant Script as generate-docs.ts
participant Tools as Tool Definitions
participant Docs as Documentation Files
Dev->>Script: Run doc generation
Script->>Tools: Read Jira tool outputs
Tools-->>Script: Return detailed output schemas
Script->>Docs: Update jira.mdx
Note over Docs: Replace generic success/output<br/>with specific fields (ts, issueKey, etc.)
Script->>Tools: Read Slack tool params
Tools-->>Script: Return params with userId
Script->>Docs: Update slack.mdx
Note over Docs: Add userId parameter for DM support
Script->>Tools: Read all block types
Tools-->>Script: Return block type list
Script->>Docs: Generate icon-mapping.ts
Note over Docs: Alphabetically sort mappings
Script-->>Dev: Documentation updated
Loading

@greptile-appsgreptile-appsBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

3 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@waleedlatif1
waleedlatif1 merged commit 12d42e2 into stagingDec 16, 2025
10 checks passed
@waleedlatif1
waleedlatif1 deleted the feat/docs branch December 16, 2025 02:30
Sign up for freeto 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.

1 participant

@waleedlatif1