Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Docs workspace

This folder contains the Docusaurus documentation site for @gmisoftware/react-native-pay.

Run locally

From the repository root:

bun run docs:start

Or directly from this folder:

bun install
bun run start

Build

From the repository root:

bun run docs:build

Or directly from this folder:

bun run build

Notes

  • Docs content lives under docs/docs/.
  • Sidebar/navigation config is in docs/sidebars.ts.
  • Site config is in docs/docusaurus.config.ts.