Skip to content

Fix missing product name template in docs#3741

Closed
sumedhe wants to merge 1 commit into
thunder-id:mainfrom
sumedhe:fix/product-name-template
Closed

Fix missing product name template in docs#3741
sumedhe wants to merge 1 commit into
thunder-id:mainfrom
sumedhe:fix/product-name-template

Conversation

@sumedhe

@sumedhe sumedhe commented Jul 5, 2026

Copy link
Copy Markdown

Purpose

Fix missing product name template in docs

Related Issues

  • N/A

Related PRs

  • N/A

Checklist

  • Followed the contribution guidelines.
  • Manual test round performed and verified.
  • Documentation provided. (Add links if there are any)
    • Ran Vale and fixed all errors and warnings
  • Tests provided. (Add links if there are any)
    • Unit Tests
    • Integration Tests
  • Breaking changes. (Fill if applicable)
    • Breaking changes section filled.
    • breaking change label added.

Security checks

  • Followed secure coding standards in WSO2 Secure Coding Guidelines
  • Confirmed that this PR doesn't commit any keys, passwords, tokens, usernames, or other secrets.

Summary by CodeRabbit

  • Documentation
    • Updated product terminology across guides and use-case docs to consistently use <ProductName /> instead of the previous name.
    • Clarified quickstart and integration instructions for web, mobile, and framework-specific setup flows.
    • Refreshed AI, B2C, and B2B documentation wording to match current branding and references.

@coderabbitai

coderabbitai Bot commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 12ae5186-7d61-45db-ba5d-89fbd20aa1fa

📥 Commits

Reviewing files that changed from the base of the PR and between 449db73 and 54d9528.

📒 Files selected for processing (24)
  • docs/content/guides/deployment-patterns/observability.mdx
  • docs/content/guides/getting-started/connect-your-application/browser.mdx
  • docs/content/guides/getting-started/connect-your-application/express.mdx
  • docs/content/guides/getting-started/connect-your-application/flutter.mdx
  • docs/content/guides/getting-started/connect-your-application/index.mdx
  • docs/content/guides/getting-started/connect-your-application/ios.mdx
  • docs/content/guides/getting-started/connect-your-application/nextjs.mdx
  • docs/content/guides/getting-started/connect-your-application/node.mdx
  • docs/content/guides/getting-started/connect-your-application/nuxt.mdx
  • docs/content/guides/getting-started/connect-your-application/react.mdx
  • docs/content/guides/getting-started/connect-your-application/vue.mdx
  • docs/content/guides/getting-started/register-an-application.mdx
  • docs/content/guides/guides/trusted-issuer.mdx
  • docs/content/guides/working-with-ai/mcp-server.mdx
  • docs/content/guides/working-with-ai/skills.mdx
  • docs/content/use-cases/ai-agents/overview.mdx
  • docs/content/use-cases/ai-agents/solution-patterns.mdx
  • docs/content/use-cases/b2b/multi-tenant-saas.mdx
  • docs/content/use-cases/b2c/architecture-decisions.mdx
  • docs/content/use-cases/b2c/index.mdx
  • docs/content/use-cases/b2c/integration-patterns.mdx
  • docs/content/use-cases/b2c/overview.mdx
  • docs/content/use-cases/b2c/tokens-and-apis.mdx
  • docs/content/use-cases/b2c/try-it-out/index.mdx

📝 Walkthrough

Walkthrough

Documentation-only rebranding change replacing hard-coded "ThunderID" text with the <ProductName /> placeholder across getting-started quickstarts, deployment/observability guides, AI/skills guides, and B2B/B2C/AI-agents use-case MDX files. No code, structure, or exported entities are changed.

Changes

Product Name Placeholder Rebranding

Layer / File(s) Summary
Getting-started quickstart guides
docs/content/guides/getting-started/connect-your-application/*, docs/content/guides/getting-started/register-an-application.mdx
Run/setup instructions, headings, and intro text across browser, express, flutter, index, ios, nextjs, node, nuxt, react, vue, and register-an-application guides replace "ThunderID" with <ProductName />.
Deployment, trusted-issuer, and AI working guides
docs/content/guides/deployment-patterns/observability.mdx, docs/content/guides/guides/trusted-issuer.mdx, docs/content/guides/working-with-ai/mcp-server.mdx, docs/content/guides/working-with-ai/skills.mdx
Observability, trusted-issuer, MCP server, and Skills documentation swap "ThunderID" mentions for <ProductName /> in headings, tool descriptions, and prompt examples.
AI agents use-case docs
docs/content/use-cases/ai-agents/overview.mdx, docs/content/use-cases/ai-agents/solution-patterns.mdx
Token-issuer reference and four "How ... Helps" subheadings updated to <ProductName />.
B2B multi-tenant SaaS doc
docs/content/use-cases/b2b/multi-tenant-saas.mdx
Introduction text and numerous "How ... Helps" section headings/body sentences updated to <ProductName />.
B2C use-case docs
docs/content/use-cases/b2c/*
Architecture-decisions, index, integration-patterns, overview, tokens-and-apis, and try-it-out pages replace "ThunderID" with <ProductName /> in descriptions of identity provider behavior, integration flows, and token handling.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Possibly related PRs

  • thunder-id/thunderid#1703: Both PRs touch docs/content/use-cases/b2b/multi-tenant-saas.mdx, with this PR rebranding text introduced by that PR's use-cases docs work.
  • thunder-id/thunderid#2493: Both PRs are part of the same docs rebranding effort replacing "ThunderID" with <ProductName /> across MDX guide/use-case content.
  • thunder-id/thunderid#3266: Both PRs touch the same B2C use-case docs, with this PR applying <ProductName /> branding substitutions to content restructured in that PR.

Suggested labels: skip-changelog

Suggested reviewers: brionmario, DonOmalVindula, ThaminduDilshan

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title is concise and directly matches the main documentation branding update.
Description check ✅ Passed The description follows the template's main sections and includes purpose, related items, checklist, and security checks, with only the Approach section left minimal.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 ESLint

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

docs/content/guides/deployment-patterns/observability.mdx

ESLint skipped: missing config or dependency (missing-dependency). The ESLint configuration references a package that is not available in the sandbox.

docs/content/guides/getting-started/connect-your-application/browser.mdx

ESLint skipped: the ESLint configuration for this file references a package that is not available in the sandbox.

docs/content/guides/getting-started/connect-your-application/express.mdx

ESLint skipped: the ESLint configuration for this file references a package that is not available in the sandbox.

  • 21 others

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

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

@coderabbitai coderabbitai Bot added the skip-changelog Skip generating changelog for a particular PR label Jul 5, 2026
@sumedhe sumedhe force-pushed the fix/product-name-template branch 3 times, most recently from fa7dfc2 to 47f8a0e Compare July 15, 2026 06:29
@sumedhe sumedhe force-pushed the fix/product-name-template branch from 47f8a0e to a43632f Compare July 15, 2026 07:02
@sumedhe

sumedhe commented Jul 15, 2026

Copy link
Copy Markdown
Author

Covered with #4000

@sumedhe sumedhe closed this Jul 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changelog Skip generating changelog for a particular PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant