docs: move SDK version compatibility matrix to self-hosted installation#3020
docs: move SDK version compatibility matrix to self-hosted installation#3020atharvadeosthale wants to merge 1 commit into
Conversation
The matrix is self-hosted specific, so it belongs in the self-hosted installation docs rather than the general SDKs page.
Appwrite WebsiteProject ID: Tip Trigger functions via HTTP, SDKs, events, webhooks, or scheduled cron jobs |
Greptile SummaryThis 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.
Confidence Score: 4/5Safe 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
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. | |||
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Hasn't been long since it was there

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.