Skip to content

Conversation

@tamalchowdhury
Copy link
Collaborator

@tamalchowdhury tamalchowdhury commented Nov 26, 2025

Description (required)

A case where many code examples lacked closing quotes. Fixed across multiple file instances.

Related issues & labels (optional)

  • Closes #
  • Suggested label:

Summary by CodeRabbit

  • Documentation
    • Fixed numerous syntax errors in documentation code examples across design and SDK guides (Elixir, Java, Next.js, Python, React, Android, .NET, and others).
    • Corrected missing closing quotes, attribute formatting, and malformed snippets so examples render correctly and copy/paste without syntax issues.
    • Minor content clarity improvements in sample configuration and markup examples.

✏️ Tip: You can customize this high-level summary in your review settings.

@github-actions github-actions bot added the sdk label Nov 26, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 26, 2025

Walkthrough

Fixed syntax errors in multiple documentation code examples by adding missing closing quotes and correcting attribute formatting across HTML, JSX, XML, shell/Elixir exports, and language-specific snippets.

Changes

Cohort / File(s) Summary
Design documentation
src/content/docs/design/customize-with-code/manage-design-assets.mdx, src/content/docs/design/customize-with-code/style-with-style-hooks.mdx
Completed a missing quote in a media="(prefers-color-scheme: dark)" source and fixed unclosed/misaligned HTML class/data- attributes in example snippets.
Backend SDK docs (Elixir / Java / Next.js / Python)
src/content/docs/developer-tools/sdks/backend/elixir-sdk.mdx, src/content/docs/developer-tools/sdks/backend/java-sdk.mdx, src/content/docs/developer-tools/sdks/backend/nextjs-prev-sdkv1.mdx, src/content/docs/developer-tools/sdks/backend/nextjs-sdk.mdx, src/content/docs/developer-tools/sdks/backend/python-sdk.mdx
Closed missing quotes in environment variable export examples (KINDE_*), fixed XML namespace/schemaLocation quotes, corrected JSX attribute syntax, and added closing quotes to Python string literals in code examples.
Frontend SDK docs (React)
src/content/docs/developer-tools/sdks/frontend/react-sdk.mdx
Added missing closing quotes to JSX attribute examples for audience and scope values.
Native SDK docs (Android)
src/content/docs/developer-tools/sdks/native/android-sdk.mdx
Closed missing quotation marks on android:name meta-data attributes in AndroidManifest snippets.
Your APIs docs
src/content/docs/developer-tools/your-apis/dotnet-based-apis.mdx, src/content/docs/developer-tools/your-apis/register-manage-apis.mdx
Fixed unclosed string in a Bearer error example and completed string literals in KindeProvider JSX props in examples.
Properties docs
src/content/docs/properties/work-with-properties/marketing-tags-properties.mdx
Closed a missing className string quote in a React RegisterLink example.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Areas requiring attention:

  • Verify each fixed snippet parses correctly in its target language (HTML/JSX/XML/shell/Python/Java).
  • Ensure no surrounding whitespace or characters were accidentally altered when closing quotes.
  • Confirm multi-line attributes retain intended formatting and readability.

Poem

🐰 I nibbled through docs, found quotes astray,
I stitched them back tidy, then hopped off to play.
Strings now snug, examples gleam bright,
Tiny fixes — a rabbit's delight! ✨

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'fix: close the missing end-quotes in code examples' clearly and concisely describes the main change: adding missing closing quotation marks to code examples across documentation files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch tamal/fix/close-unopened-quotes

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 201cb9e and 3c81cb5.

📒 Files selected for processing (1)
  • src/content/docs/developer-tools/your-apis/dotnet-based-apis.mdx (1 hunks)
🔇 Additional comments (1)
src/content/docs/developer-tools/your-apis/dotnet-based-apis.mdx (1)

215-215: Fix correctly addresses both spacing and closing quote.

The Bearer token error example now has proper spacing after the comma and includes the missing closing quote. This aligns with the prior review feedback and the PR's objective to close missing end-quotes in code examples.


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 and usage tips.

Corrected formatting of error message in documentation.
@tamalchowdhury tamalchowdhury requested a review from a team as a code owner December 15, 2025 12:50
@tamalchowdhury
Copy link
Collaborator Author

@Arobce fixed the formatting. ready to review.

@cloudflare-workers-and-pages
Copy link

Deploying kinde-docs-preview with  Cloudflare Pages  Cloudflare Pages

Latest commit: 3c81cb5
Status: ✅  Deploy successful!
Preview URL: https://0491e947.kinde-docs-preview.pages.dev
Branch Preview URL: https://tamal-fix-close-unopened-quo.kinde-docs-preview.pages.dev

View logs

Copy link
Contributor

@alex72508 alex72508 left a comment

Choose a reason for hiding this comment

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

Looks good to me

@alex72508 alex72508 merged commit 7241ea6 into main Jan 8, 2026
6 checks passed
@alex72508 alex72508 deleted the tamal/fix/close-unopened-quotes branch January 8, 2026 02:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants