This repository hosts documentation sources and build scripts for all Linq To DB projects: linq2db.github.io.
Documentation generated using DocFX generator.
- Run
submodules.cmd
to update submodules to recent release. Submodules link other Linq To DB repositories and used as source for API documentation. - Run
local.cmd
build script to generate static documentation site in_site
folder (you will neednuget.exe
in repository root or in path) - Open the
_site\index.html
(or you can configure web-server, e.g. IIS to this folder)