Skip to content

docs: Add missing lastModified frontmatter to analytics.mdx#1280

Open
promptless[bot] wants to merge 1 commit intodevfrom
promptless/fix-analytics-lastmodified
Open

docs: Add missing lastModified frontmatter to analytics.mdx#1280
promptless[bot] wants to merge 1 commit intodevfrom
promptless/fix-analytics-lastmodified

Conversation

@promptless
Copy link
Copy Markdown
Contributor

@promptless promptless bot commented Mar 23, 2026

Open this suggestion in Promptless to view citations and reasoning process

Adds the required lastModified field to the new Analytics documentation page. Per project conventions, all new MDX documents must include this field in the frontmatter.

Trigger Events

stack-auth/stack-auth commit (dev): 59a65bb [Docs] [Feat] Enabling client side events for non internal projects, updating docs for payments and analytics (#1250)

Promptless Research (6 files, 1 GitHub PR)

  • Reviewed stack-auth/stack-auth#1250
  • Viewed .long_term_context/doc_workflow/client_instructions.md
  • Viewed .long_term_context/product_knowledge/product_overview.md
  • Viewed docs/content/docs/(guides)/apps/analytics.mdx
  • Viewed docs/content/docs/(guides)/apps/payments.mdx
  • Viewed .long_term_context/style/client_style_guide.md
  • Viewed docs/content/docs/(guides)/meta.json

Agent Response

I've reviewed PR #1250 which adds comprehensive Analytics documentation and improves the Payments documentation.

Summary

PR #1250 introduced:

  • New analytics.mdx - Documents the Analytics app covering Tables (event browsing), Queries (ClickHouse SQL workspace), and Session Replays with SDK configuration examples
  • Updated payments.mdx - Added Quick Setup section, How Payments Works sequence diagram, Core Concepts definitions, and expanded dashboard management sections (Product Lines, Payouts, Settings)
  • Navigation updates - Added Analytics to the sidebar and AppGrid

Documentation Suggestion Created

I found that the new analytics.mdx was missing the required lastModified frontmatter field (per project conventions for new MDX documents).

Suggestion: Add missing lastModified frontmatter to analytics.mdx

Note on Existing Suggestions

There's an existing Session Replays suggestion that created a separate session-replays.mdx file. Since the new analytics.mdx now includes Session Replays documentation inline (covering enabling replays, filters, playback controls, and privacy settings), you may want to review whether the separate Session Replays suggestion is still needed or if its content should be consolidated into the Analytics page.


Tip: Add or adjust Promptless's style guide in Agent Knowledge Base ✍️

title: Analytics
description: Explore events, session replays, and SQL queries in your project's analytics dataset
icon: ChartLine
lastModified: "2026-03-13"
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Citation: The analytics.mdx file was added in PR #1250 but was missing the required lastModified frontmatter field per project documentation conventions.
View source

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 23, 2026

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

Project Deployment Actions Updated (UTC)
stack-auth-hosted-components Ready Ready Preview, Comment Mar 23, 2026 3:09pm
stack-backend Ready Ready Preview, Comment Mar 23, 2026 3:09pm
stack-dashboard Ready Ready Preview, Comment Mar 23, 2026 3:09pm
stack-demo Ready Ready Preview, Comment Mar 23, 2026 3:09pm
stack-docs Ready Ready Preview, Comment Mar 23, 2026 3:09pm

@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Mar 23, 2026

Greptile Summary

This PR adds the missing lastModified frontmatter field to docs/content/docs/(guides)/apps/analytics.mdx, which was introduced in PR #1250 without it. The change aligns the file with the project convention (used in github.mdx, sign-up-rules.mdx, overview.mdx, etc.) of stamping each new MDX document with a lastModified date.

  • Adds lastModified: "2026-03-13" in the correct location within the frontmatter block
  • No functional or content changes; documentation-only fix

Confidence Score: 5/5

  • This PR is safe to merge — it is a one-line documentation fix with no functional impact.
  • The change is minimal and correct: it adds a single lastModified field whose format and value match the existing convention used across the docs. No logic, API, or schema is touched.
  • No files require special attention.

Important Files Changed

Filename Overview
docs/content/docs/(guides)/apps/analytics.mdx Adds the missing lastModified: "2026-03-13" frontmatter field; format and placement match all other MDX docs in the repo.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["analytics.mdx frontmatter"] --> B["title: Analytics"]
    A --> C["description: ..."]
    A --> D["icon: ChartLine"]
    A --> E["lastModified: '2026-03-13' ✅ (added by this PR)"]
    style E fill:#d4edda,stroke:#28a745
Loading

Reviews (1): Last reviewed commit: "Add missing lastModified frontmatter to ..." | Re-trigger Greptile

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.

1 participant