Skip to content

Repository files navigation

Nvisy Docs

Documentation site for Nvisy, the open-source multimodal redaction API. Built with Mintlify and deployed to docs.nvisy.com.

Warning

Active development: API not stable. This project is under active development. Public APIs, configuration shapes, on-disk formats, and wire protocols may change without notice between releases. Pages here track main and may describe unreleased behavior.

Contents

  • Overview: Introduction, quickstart, and FAQ
  • Features: Redaction workflow, AI detection, supported formats, audit trails, integrations
  • Deployment: Cloud and on-premise setup, requirements, and installation
  • API Reference: REST endpoints generated from api-reference/openapi.json
  • SDKs: TypeScript and Python quickstarts, API references, and examples

Quick Start

Install the Mintlify CLI and start the dev server on localhost:3000:

make install
make dev

Navigation, theming, and tabs are configured in docs.json. Pages are MDX files whose paths match the entries under navigation.

Checks

Validate the OpenAPI spec and check for broken internal links:

make check

Run this before opening a pull request. Deploys happen automatically on merge to main via the Mintlify GitHub app.

License

MIT License, see LICENSE.txt

Support

About

Official documentation for Nvisy. Setup and self-hosting guides, SDK usage, redaction-policy reference, and a full OpenAPI spec. Built with Mintlify.

Topics

Resources

Stars

3 stars

Watchers

0 watching

Forks

Contributors

Languages

Generated from mintlify/starter