Nano Banana Pro
Agent skill for nano-banana-pro
This repository contains the documentation website for Subsets, built with Docusaurus 3.7.0.
Sign in to like and favorite skills
This repository contains the documentation website for Subsets, built with Docusaurus 3.7.0.
Subsets is an AI-driven retention experimentation and automation platform for subscription businesses. This documentation site explains how businesses can:
# Install dependencies yarn # Start development server (with hot reload) yarn start # Build for production yarn build # Serve production build locally yarn serve # Type checking yarn typecheck # Clear Docusaurus cache yarn clear
├── docs/ # Documentation content (Markdown files) │ ├── overview.md # Main overview page (routes to /) │ ├── Data Connections/ # Data integration methods │ ├── Data Delivery/ # Data format specifications │ └── Integrations/ # Marketing automation integrations ├── src/ │ └── css/ │ └── custom.css # Custom styling ├── docusaurus.config.ts # Main Docusaurus configuration ├── sidebars.ts # Sidebar navigation structure └── package.json # Dependencies and scripts
/ (docs serve as root)The documentation is organized into three main sections:
/data-connections/)Methods for connecting external data sources to Subsets platform.
/Data%20Delivery/)Specifications and formats for delivering data samples, including behavioral data.
/integrations/)Available marketing automation tool integrations including:
.md files in appropriate docs/ subdirectoriessidebar_position: Nsidebars.ts if adding new sectionsThe site uses GitHub Actions for automatic deployment:
main branchyarn typecheck to identify TypeScript issuesonBrokenLinks: 'throw')yarn clear to reset Docusaurus cacheyarn startWhen making changes:
yarn typecheck before committingyarn start