This folder contains the Docusaurus documentation site for @gmisoftware/react-native-pay.
From the repository root:
bun run docs:startOr directly from this folder:
bun install
bun run startFrom the repository root:
bun run docs:buildOr directly from this folder:
bun run build- Docs content lives under
docs/docs/. - Sidebar/navigation config is in
docs/sidebars.ts. - Site config is in
docs/docusaurus.config.ts.