Skip to content

navalabs-dev/docs

Repository files navigation

Nava Docs

The official documentation site for Nava, built with Docusaurus.

Sections

The docs are organized by topic under docs/:

  • Introduction — what Nava is, architecture overview, and core concepts (Arbiter, Navachain, execution escrow).
  • Guides — practical walkthroughs: quickstart, authentication, SDK integration, MCP server, skills, and Nava Claw.
  • Arbiter — deep dive on the Arbiter: overview, validation API, and extension points.
  • Network — on-chain contracts, Navachain details, and public endpoints.
  • API Reference — authentication, account management, transactions, and environment variables.

Running locally

Requires Node.js 18+ and pnpm.

pnpm install      # install dependencies
pnpm start        # run the dev server with hot reload
pnpm build        # build a production bundle into ./build
pnpm serve        # serve the production build locally

Project layout

docs/           Markdown content, organized by section
src/            Custom React components and page overrides
static/         Static assets (images, favicons, etc.)
sidebars.ts     Sidebar configuration
docusaurus.config.ts   Site-wide Docusaurus config

Contributing

Contributions to docs are welcome — typo fixes, clarifications, new guides, or restructuring.

  1. Fork the repo and create a branch off main (e.g. docs/fix-quickstart-typo).
  2. Edit or add Markdown files under the relevant section in docs/. New pages are picked up automatically; if you need to reorder or rename, update sidebars.ts.
  3. Preview locally with pnpm start and make sure pnpm build passes without broken links or warnings.
  4. Open a pull request with a short description of what changed and why. Screenshots help for visual changes.

Style notes

  • Prefer short, scannable sentences and code examples over long prose.
  • Use relative links between doc pages so they survive restructuring.
  • Put images in static/img/ and reference them with /img/your-image.png.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors