Features Overview

Purpose: provide or link to a document that lists features and which SDK(s) support each feature.

circle-info

This page is a placeholder that should either include the features document or link to it. Do not add feature data here unless it exists in the source document.

How to add the features document to this page:

  • If the document exists as another GitBook page, include it with a content include (recommended for syncing across pages).

  • If the document is an external URL or a downloadable file, add a link or embed it.

  • If you want a simple reference, add a link to the document with query parameters preserved.

Examples

Include another GitBook page (replace the path with the actual page path):

{% include "/path-to-features-document" %}

Embed an external URL (e.g., a public document or page — replace URL with the actual link):

Link to an external document (keeps all query parameters intact):

Features and SDK support — external documentarrow-up-right

If you prefer to keep the content on this page, add the feature list in a clear structure such as a table:

Or use headings per feature with SDK details underneath:

Next steps

1

Add an include

  1. Create or locate the document that lists features and SDK mappings.

  2. Place it in the desired GitBook path.

  3. Replace the include path above with the real path.

2
  1. Verify the external URL and query parameters.

  2. Replace the embed or link example above with the real URL.

FAQ

chevron-rightWhat if I only have a spreadsheet?hashtag

You can export the spreadsheet to Markdown or a public URL and then use one of the methods above (include, embed, or link).

chevron-rightCan I convert a numbered list of steps to a stepper?hashtag

Yes — long numbered steps are better represented with the stepper block. Use the stepper examples above.

Was this helpful?