Skip to content

docs: adding ask ai widget inline on homepage#2652

Open
unatasha8 wants to merge 11 commits into
masterfrom
una-disc-askai
Open

docs: adding ask ai widget inline on homepage#2652
unatasha8 wants to merge 11 commits into
masterfrom
una-disc-askai

Conversation

@unatasha8

Copy link
Copy Markdown
Contributor

Related Issue or Design Document

Checklist

  • I have read the contributing guidelines and signed the CLA.
  • I have referenced an issue containing the design document if my change introduces a new feature.
  • I have read the security policy.
  • I confirm that this pull request does not address a security vulnerability.
    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.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have added the necessary documentation within the code base (if appropriate).

Further comments

aeneasr and others added 7 commits July 3, 2026 11:04
* 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>
@unatasha8 unatasha8 self-assigned this Jul 3, 2026
@unatasha8 unatasha8 marked this pull request as ready for review July 3, 2026 20:02
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.

6 participants