Skip to content

feat: add talos docs#2516

Draft
aeneasr wants to merge 8 commits intomasterfrom
add-talos
Draft

feat: add talos docs#2516
aeneasr wants to merge 8 commits intomasterfrom
add-talos

Conversation

@aeneasr
Copy link
Copy Markdown
Member

@aeneasr aeneasr commented Apr 20, 2026

This adds docs for Ory Talos. Early work!

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 20, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 3cbb2f6e-5669-4632-8da9-452cf5341d98

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch add-talos

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

The talos `.api.mdx` pages import `MethodEndpoint` and related components
from `docusaurus-theme-openapi-docs`, which read from a Redux store that
is only provisioned when `docusaurus-plugin-openapi-docs` is registered
and `docItemComponent: "@theme/ApiItem"` is set on the content-docs
plugin. Without those, SSR failed with
`Cannot destructure property 'store' of 'i' as it is null` on every
talos API route, breaking `test-build` and the Vercel preview deploy.

Register the plugin with a `talos` config pointing at the committed
OpenAPI spec, set `docItemComponent: "@theme/ApiItem"`, and apply
prettier to the talos docs that had drifted from the project style.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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