Skip to content

linq2db/docs

Repository files navigation

Build Status

This repository hosts documentation sources and build scripts for all Linq To DB projects: linq2db.github.io.

Documentation generated using DocFX generator.

Local Build

  1. Run submodules.cmd to update submodules to recent release. Submodules link other Linq To DB repositories and used as source for API documentation.
  2. Run local.cmd build script to generate static documentation site in _site folder (you will need nuget.exe in repository root or in path)
  3. Open the _site\index.html (or you can configure web-server, e.g. IIS to this folder)