Improve new docs site. (#2843)

* Improve parameter padding and add discord link.

* Update xref service for docs.

Reason: https://github.com/dotnet/docfx/issues/9659

* Update docs readme to specify docfx version.

* Update to latest DocFX.

* update action & add manual trigger
This commit is contained in:
Nora
2024-02-13 19:30:22 +01:00
committed by GitHub
parent a1987021fe
commit 61ba44cdce
6 changed files with 23 additions and 10 deletions

View File

@@ -4,6 +4,7 @@ on:
push:
tags:
- '*'
workflow_dispatch:
jobs:
build:
@@ -18,7 +19,7 @@ jobs:
dotnet-version: 8.0.x
- name: Setup DocFX
run: dotnet tool install -g docfx --version 2.71.0
run: dotnet tool install -g docfx --version 2.75.2
- name: Build DNet docs
run: docfx docs/docfx.json