typedoc-data.mjs 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. // @ts-check
  2. /**
  3. * Declare data and information to be injected into the
  4. * TypeDoc generated API reference's index files
  5. */
  6. export const typedocPageIndexData = {
  7. gill: {
  8. frontmatter: {
  9. title: "gill",
  10. description:
  11. "A modern JavaScript/TypeScript client library for interacting with the Solana blockchain.",
  12. },
  13. },
  14. "gill-node": {
  15. frontmatter: {
  16. title: "gill/node",
  17. description:
  18. "Functions and utilities designed for interacting with the Solana blockchain using JavaScript server backends and runtimes.",
  19. },
  20. },
  21. "gill-programs": {
  22. frontmatter: {
  23. title: "gill/programs",
  24. description:
  25. "Utilize the compatible Solana program clients that ship directly within gill. Including common programs from the official Solana Program Library (SPL), Metaplex, and others.",
  26. },
  27. },
  28. react: {
  29. frontmatter: {
  30. title: "@gillsdk/react",
  31. description:
  32. "A React hooks library for easily interacting with the Solana blockchain. Built on top of gill and TanStack Query.",
  33. },
  34. },
  35. };