Files
2025-05-08 12:25:53 -04:00

812 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, description, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords description slug tags
operations Operations Operations Operations operations
transforms
operations
A list of transform operations. /extensibility/transforms/operations
Transforms
Transform Operations

This document lists each type of operation you can perform in a transform. Sometimes you will hear these transforms referred to as Seaspray, the codename for transforms.

Transform operations

Seaspray ships out of the box with a number of primitive operations. The following sections describe the operations.

import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';

<DocCardList items={useCurrentSidebarCategory().items}/>