Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

ScyllaDB C# Driver Documentation

This directory contains the documentation for the ScyllaDB C# Driver, built with Sphinx and integrated with DocFX for API reference generation.

Prerequisites

Quickstart

Install dependencies (first time only):

# Install poetry and docfx
make setupenv

Preview the documentation locally:

make preview

API Documentation

The API reference is generated with DocFX and available at:

  • Local preview: http://localhost:5500/api-docs/
  • Build output: _build/dirhtml/api-docs/

Note: If DocFX is not installed, the build will succeed but skip API documentation generation.