https://github.com/linq2db/docs
Documentation sources and build scripts
https://github.com/linq2db/docs
Last synced: 4 months ago
JSON representation
Documentation sources and build scripts
- Host: GitHub
- URL: https://github.com/linq2db/docs
- Owner: linq2db
- Created: 2019-05-25T08:05:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-22T12:16:21.000Z (5 months ago)
- Last Synced: 2025-01-22T13:28:33.146Z (5 months ago)
- Language: PowerShell
- Size: 2.12 MB
- Stars: 2
- Watchers: 11
- Forks: 9
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://dev.azure.com/linq2db/linq2db/_build/latest?definitionId=2&branchName=master)
This repository hosts documentation sources and build scripts for all Linq To DB projects: [linq2db.github.io](https://linq2db.github.io).
Documentation generated using [DocFX](https://dotnet.github.io/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.
1. Run `local.cmd` build script to generate static documentation site in `_site` folder (you will need `nuget.exe` in repository root or in path)
1. Open the `_site\index.html` (or you can configure web-server, e.g. IIS to this folder)