Skip to content

docs: move SDK version compatibility matrix to self-hosted installation#3020

Open
atharvadeosthale wants to merge 1 commit into
mainfrom
move-compatibility-matrix
Open

docs: move SDK version compatibility matrix to self-hosted installation#3020
atharvadeosthale wants to merge 1 commit into
mainfrom
move-compatibility-matrix

Conversation

@atharvadeosthale
Copy link
Copy Markdown
Member

Moves the SDK version compatibility matrix from the SDKs page into the Post-installation section of the self-hosted installation docs, where it's relevant.
Also drops backticks from version numbers and the Cloud note, since the matrix is self-hosted only.

The matrix is self-hosted specific, so it belongs in the self-hosted
installation docs rather than the general SDKs page.
@appwrite
Copy link
Copy Markdown

appwrite Bot commented May 22, 2026

Appwrite Website

Project ID: 69d7efb00023389e8d27

Sites (1)
Site Status Logs Preview QR
 website
69d7f2670014e24571ca
Failed Failed View Logs Preview URL QR Code

Tip

Trigger functions via HTTP, SDKs, events, webhooks, or scheduled cron jobs

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 22, 2026

Greptile Summary

This PR moves the SDK version compatibility matrix from the SDKs overview page into the Post-installation section of the self-hosted installation guide, where it is more contextually relevant. Backticks are stripped from version numbers and the Appwrite Cloud advisory note is dropped, since the matrix now lives exclusively in self-hosted docs.

  • The content itself is faithfully transferred, but no forwarding note or link was added to the SDKs page, leaving users who navigate there for version compatibility with no indication of where the table moved.
  • Both tables carry a pre-existing out-of-order row sequence (1.8.0 appears before 1.7.5); the move is a good opportunity to fix the sort order.

Confidence Score: 4/5

Safe to merge; changes are documentation-only with no impact on application logic.

The SDKs page loses the version compatibility section with no cross-reference to its new home, which will silently break the experience for users who navigated there for that information. The out-of-order table rows (1.8.0 before 1.7.5) are pre-existing but worth cleaning up while the content is being moved.

src/routes/docs/sdks/+page.markdoc — the removed section leaves no forwarding note for users.

Important Files Changed

Filename Overview
src/routes/docs/advanced/self-hosting/installation/+page.markdoc Adds the SDK version compatibility matrix (Client + Server SDKs) under a new "## SDK version compatibility" subsection of "Post-installation". Content is accurate but rows 1.8.0/1.7.5 remain out of chronological order, inherited from the source page.
src/routes/docs/sdks/+page.markdoc Removes the "Version compatibility" section entirely; no cross-reference or forwarding note was added, leaving users with no hint that the table moved to the self-hosted installation docs.

Reviews (1): Last reviewed commit: "docs: move SDK version compatibility mat..." | Re-trigger Greptile

@@ -122,172 +122,6 @@ Server libraries for integrating with Appwrite to build server side integrations

If you would like to help us extend our platforms and SDKs stack, you are more than welcome to contact us or contribute to the [Appwrite SDK Generator](https://github.com/appwrite/sdk-generator) project GitHub repository and read our contribution guide.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P2 Missing cross-reference to relocated section

The entire "Version compatibility" section was removed from this page without leaving any pointer to where it now lives. Users who navigate to the SDKs page looking for version compatibility information — a common need — will find nothing and have no indication that the table was moved to the self-hosted installation docs. A short note after the SDK Generator paragraph (e.g., "For self-hosted deployments, see the SDK version compatibility table in the installation guide.") would prevent confusion for both self-hosted and Cloud users.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Hasn't been long since it was there

Comment thread src/routes/docs/advanced/self-hosting/installation/+page.markdoc
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