docs: adding ask ai widget inline on homepage#2652
Open
unatasha8 wants to merge 11 commits into
Open
Conversation
* docs: rewrites to intro to standardize * autogen(docs): generate cli docs * docs: bump to 79e05a2469a39381d507936e72baed37b8300afc * chore: update v2 thresholds (#2638) chore(rate-limits): update thresholds for v2 base-limit changes Sync the rate-limit CSVs from cloud (ory-corp/cloud) and regenerate rate-limits.json: HydraPublicHigh/KratosAdminHigh increases plus the 50->60 / 900->950 / 800->850 ratchets. * docs: bump to 9073260639be9811f21421e46d20948cb5a2952f * docs: set redirects to premanent = true (#2635) * docs: set redirects to premanent = true * docs: split /keto/docs/(|v0.5/):engine redirect into 2 redirects * feat: ory network cta for oss only (#2634) * feat: Ory Network CTA for OSS deployment only * refactor: simplify image source handling in OryNetworkCta component * docs: bump to 79e05a2469a39381d507936e72baed37b8300afc * docs: bump to 79e05a2469a39381d507936e72baed37b8300afc * feat: improve actions ux docs (#2615) * feat: improve actions ux docs * feat: apply suggestion remove bold * feat: apply suggestion on for one * docs: move talos redirects to vercel file * docs: ran make format * docs: changed to true * chore(docs): update of OEL images (#2637) * docs: deviceauthn relaxed attestation (#2630) --------- Co-authored-by: Wassim Bougarfa <12980387+wassimoo@users.noreply.github.com> Co-authored-by: aeneasr <3372410+aeneasr@users.noreply.github.com> Co-authored-by: Michelle Sagnelli <ing.sagnelli@gmail.com> Co-authored-by: ory-bot <60093411+ory-bot@users.noreply.github.com> Co-authored-by: Pierre Caillaud <93587351+pcaillaudm@users.noreply.github.com> * fix: update installation guides and sidebar paths (#2613) * fix: update installation guides and sidebar paths for kratos * fix: move kratos oss setup instruction path * fix: update installation paths to shared component for consistency * fix: reorganize keto installation docs * fix: formatting * fix: update installation and upgrade guides across deployment models * fix: format * fix: revert to master * fix: update installation link format in quickstart guide * fix: remove outdated redirect for keto quickstart guide * docs: remove old intro files * docs: added import files * Update docs/oel/getting-started/index.mdx Co-authored-by: Vincent <vincent@ory.sh> * docs: added review feedback --------- Co-authored-by: ory-bot <60093411+ory-bot@users.noreply.github.com> Co-authored-by: aeneasr <3372410+aeneasr@users.noreply.github.com> Co-authored-by: Andreas Bucksteeg <tricky42@users.noreply.github.com> Co-authored-by: Wassim Bougarfa <12980387+wassimoo@users.noreply.github.com> Co-authored-by: Michelle Sagnelli <ing.sagnelli@gmail.com> Co-authored-by: Pierre Caillaud <93587351+pcaillaudm@users.noreply.github.com> Co-authored-by: Vincent <vincent@ory.sh>
* feat: inject TypeScript and Go SDK code samples into API reference Replaces the auto-generated axios/curl examples in the OpenAPI reference with idiomatic snippets pulled directly from the Ory SDK clients (@ory/client TypeScript and client-go). - Add scripts/inject-sdk-code-samples.mjs: reads TypeScript request interfaces from the TS SDK and Go examples from the pre-generated docs in the Go SDK (sdk/clients/client/go/docs/), then writes x-codeSamples into src/static/api.json for all 149 operations - Configure docusaurus.config.ts: add TypeScript and Go language tabs with correct codeSampleLanguage matching; include all Postman languages for the interactive explorer - Swizzle CodeSnippets and CodeTabs theme components to guard against empty variants arrays crashing <Tabs> - Regenerate docs/reference/openapi/ MDX from the updated spec Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * feat: add sdk reference for typescript and golang * fix: build and format * feat: use generated ts sdk docs * chore: fix format * feat: update sdk description and usage on language switch * feat: add python sdk reference * feat: update SDK documentation and code samples * feat: add sdk reference search * fix: switching lang tab breaks sdk page * feat: enhance SDK reference with new ApiExplorer component and styling updates * fix: update instruction for navigating SDK operations --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Update the logout logic diagram and add a section explaining that each logout request is processed at most once. When a logout_verifier is reused or the login session is already gone, Ory only redirects to the post_logout_redirect_uri and does not re-run front- or back-channel logout callbacks, so clients are notified at most once per session. Documents the behavior introduced in ory-corp/cloud#11260.
* docs: rewrite OPL as practical guide * copilot reviews * address review comments * make final example better * address review comments of una
* docs: recommend HTTP/2 for HTTP event sinks Recommend that HTTP event stream endpoints support HTTP/2, since multiplexing allows for more efficient throughput of event delivery. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * chore: format --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Wassim Bougarfa <12980387+wassimoo@users.noreply.github.com> Co-authored-by: vinckr <vincent@ory.sh>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Issue or Design Document
Checklist
If this pull request addresses a security vulnerability,
I confirm that I got approval (please contact security@ory.com) from the maintainers to push the changes.
Further comments