SiteConfigRecord
PackageFsLiveDocs.Core
Build-time configuration for the generated documentation site.
Fields
| Name | Type | Description |
|---|---|---|
| RepoUrl | RepoUrl | Optional repository URL used to build source links for members. |
| SiteName | SiteName | Optional consumer name used in the navbar and page titles. |
| LogoText | LogoText | Optional short consumer mark used in the navbar. |
| LogoPath | LogoPath | Optional root-relative or absolute image used as the navbar logo. |
| LogoDarkPath | LogoDarkPath | Optional dark-theme variant of LogoPath. |
| ShowSiteName | ShowSiteName | Whether to display the site name beside the navbar mark. |
| Stylesheet | Stylesheet | Optional root-relative or absolute consumer stylesheet loaded after FsLiveDocs styles. |
| Themes | Themes | Optional DaisyUI themes exposed by the theme picker. |
| Navigation | Navigation | Optional top-level navigation. |
| FSharpPrelude | FSharpPrelude | Repository-owned F# setup compiled and shown on every page containing checked F#. |