Skip to content

Commit

Permalink
Remove docfx (#4036)
Browse files Browse the repository at this point in the history
DocFx v3 is no longer available and not intended to be used externally.

The feature it provided that we don't have from other tooling is
cross-file anchor reference check, see
open-telemetry/semantic-conventions#1009 for
the details. It seems there is no popular (or even not popular)
replacement for it.

DocFx v2 only check anchors within the same file which markdownlint does
as well.

Related:
open-telemetry/semantic-conventions#1008

Closes #4026.
  • Loading branch information
lmolkova authored May 7, 2024
1 parent 7627644 commit 2d6456a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,3 @@ jobs:

- name: run misspell
run: make misspell

docfx:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x

- name: install docfx
run: dotnet tool update -g docfx --version "3.0.0-*" --add-source https://docfx.pkgs.visualstudio.com/docfx/_packaging/docs-public-packages/nuget/v3/index.json

- name: run docfx
run: docfx build --dry-run
7 changes: 0 additions & 7 deletions docfx.json

This file was deleted.

0 comments on commit 2d6456a

Please sign in to comment.