// @ts-check /** * Declare data and information to be injected into the * TypeDoc generated API reference's index files */ export const typedocPageIndexData = { gill: { frontmatter: { title: "gill", description: "A modern JavaScript/TypeScript client library for interacting with the Solana blockchain.", }, }, "gill-node": { frontmatter: { title: "gill/node", description: "Functions and utilities designed for interacting with the Solana blockchain using JavaScript server backends and runtimes.", }, }, "gill-programs": { frontmatter: { title: "gill/programs", description: "Utilize the compatible Solana program clients that ship directly within gill. Including common programs from the official Solana Program Library (SPL), Metaplex, and others.", }, }, react: { frontmatter: { title: "gill-react", description: "A React hooks library for easily interacting with the Solana blockchain. Built on top of gill and TanStack Query.", }, }, };