Skip to content

feat(docs): add AI integrations guide#2234

Merged
brandonroberts merged 2 commits intoanalogjs:alphafrom
benpsnyder:docs/2036-ai-integrations
Apr 13, 2026
Merged

feat(docs): add AI integrations guide#2234
brandonroberts merged 2 commits intoanalogjs:alphafrom
benpsnyder:docs/2036-ai-integrations

Conversation

@benpsnyder
Copy link
Copy Markdown
Contributor

@benpsnyder benpsnyder commented Apr 5, 2026

PR Checklist

Closes #2036

Affected scope

  • Primary scope: docs
  • Secondary scopes:

Recommended merge strategy for maintainer [optional]

  • Squash merge
  • Rebase merge
  • Other

Commit preservation note [optional]

What is the new behavior?

Adds an AI integrations section to the docs under Integrations, documenting the llms.txt and llms-full.txt files that Analog already publishes for AI-assisted workflows.

The PR adds the new English docs page, adds the sidebar entry, and includes translated docs pages for the locales that already localize integration content (de, es, and zh-hans) together with sidebar label updates across the existing locale metadata files.

Test plan

  • nx format:check
  • pnpm build
  • pnpm test
  • Manual verification

Manual verification:

  • pnpm nx build docs-app
  • Verified the docs build succeeds and the new AI integration page resolves in the docs sidebar

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

The docs build still reports pre-existing broken-anchor warnings in unrelated docs pages. This PR does not add any new broken-link failures.

[optional] What gif best describes this PR or how it makes you feel?

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 5, 2026

Deploy Preview for analog-app ready!

Name Link
🔨 Latest commit 2eea27e
🔍 Latest deploy log https://app.netlify.com/projects/analog-app/deploys/69db1cdb2c88d10008dfc550
😎 Deploy Preview https://deploy-preview-2234--analog-app.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 5, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: e7ca9f46-7a03-45ca-b41c-8936c2511e6e

📥 Commits

Reviewing files that changed from the base of the PR and between cf86db8 and dba3c32.

📒 Files selected for processing (12)
  • apps/docs-app/docs/integrations/ai/index.md
  • apps/docs-app/i18n/de/docusaurus-plugin-content-docs/current.json
  • apps/docs-app/i18n/de/docusaurus-plugin-content-docs/current/integrations/ai/index.md
  • apps/docs-app/i18n/es/docusaurus-plugin-content-docs/current.json
  • apps/docs-app/i18n/es/docusaurus-plugin-content-docs/current/integrations/ai/index.md
  • apps/docs-app/i18n/fr/docusaurus-plugin-content-docs/current.json
  • apps/docs-app/i18n/ko/docusaurus-plugin-content-docs/current.json
  • apps/docs-app/i18n/pt-br/docusaurus-plugin-content-docs/current.json
  • apps/docs-app/i18n/tr/docusaurus-plugin-content-docs/current.json
  • apps/docs-app/i18n/zh-hans/docusaurus-plugin-content-docs/current.json
  • apps/docs-app/i18n/zh-hans/docusaurus-plugin-content-docs/current/integrations/ai/index.md
  • apps/docs-app/sidebars.js

📝 Walkthrough

Walkthrough

This PR adds documentation for Analog's AI integration features. It introduces a new documentation page explaining two AI-friendly index files (llms.txt and llms-full.txt) available at the Analog JS docs site, their contents and use cases, and how they are generated during the docs build process. The page includes example workflows for integrating these indices into AI-assisted development. A sidebar entry is added under the Integrations section, and complete translations are provided for German, Spanish, French, Korean, Portuguese-Brazilian, Turkish, and Simplified Chinese locales.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

This is a homogeneous, repetitive set of documentation and translation additions with consistent patterns. No logic changes, API modifications, or structural complexity are present. The sidebar configuration change is minimal and straightforward.

🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The PR title follows Conventional Commit style with the 'docs' scope and clearly describes the addition of AI integrations documentation.
Description check ✅ Passed The PR description is well-structured and directly relates to the changeset, explaining the new AI integrations section, affected files, testing performed, and localization strategy.
Linked Issues check ✅ Passed All objectives from issue #2036 are met: documentation added at the correct path, sidebar entry created, translations provided for de/es/zh-hans locales, and AI workflow integration files documented.
Out of Scope Changes check ✅ Passed All changes are in-scope: new AI integration documentation, sidebar configuration updates, and i18n translations for existing locale files. No unrelated modifications detected.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


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.

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 5, 2026

Deploy Preview for analog-blog ready!

Name Link
🔨 Latest commit 2eea27e
🔍 Latest deploy log https://app.netlify.com/projects/analog-blog/deploys/69db1cdbfeed7c00082cb7f5
😎 Deploy Preview https://deploy-preview-2234--analog-blog.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions Bot added the scope:docs Documentation changes label Apr 5, 2026
@benpsnyder benpsnyder changed the title docs(create-analog): add AI integrations guide docs(docs): add AI integrations guide Apr 5, 2026
@benpsnyder benpsnyder changed the title docs(docs): add AI integrations guide feat(docs): add AI integrations guide Apr 5, 2026
@benpsnyder benpsnyder marked this pull request as ready for review April 5, 2026 07:48
@benpsnyder
Copy link
Copy Markdown
Contributor Author

@brandonroberts ready

@brandonroberts
Copy link
Copy Markdown
Member

Beta branch. This is available now

Copy link
Copy Markdown
Member

@brandonroberts brandonroberts left a comment

Choose a reason for hiding this comment

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

LGTM

@brandonroberts brandonroberts merged commit 29d228b into analogjs:alpha Apr 13, 2026
21 checks passed
@brandonroberts brandonroberts deleted the docs/2036-ai-integrations branch April 13, 2026 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

scope:docs Documentation changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants