Skip to content
/ docs Public

Documentation sources and build scripts

Notifications You must be signed in to change notification settings

linq2db/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e9f5690 · Mar 15, 2025
Mar 15, 2025
Apr 7, 2024
May 25, 2019
Dec 28, 2023
Feb 24, 2023
Sep 26, 2022
Oct 12, 2023
Oct 12, 2023
Apr 29, 2023
May 26, 2019
May 18, 2023
Aug 8, 2019

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)