Skip to content

Point the platforms link where the site can follow it - #7

Merged
Miguel249 merged 1 commit into
mainfrom
docs/platforms-link
Aug 10, 2026
Merged

Point the platforms link where the site can follow it#7
Miguel249 merged 1 commit into
mainfrom
docs/platforms-link

Conversation

@Miguel249

Copy link
Copy Markdown
Owner

The documentation workflow has been failing on main since #6 merged, and the
site has not been republished since.

docs/getting-started.md linked to ../README.md#platforms. docfx only builds
what is under docs/, so the readme is outside the site and the link resolved
to nothing — InvalidFileLink, which --warningsAsErrors turns into a failed
build and a skipped deploy job.

The section it points at lives in the readme on GitHub, so the link now goes
there.

Verified locally with the workflow's own command, dotnet docfx docs/docfx.json --warningsAsErrors: 0 warnings, 0 errors.

🤖 Generated with Claude Code

docfx builds what is under docs/, so ../README.md is outside the site and the
link resolved to nothing: InvalidFileLink, and with --warningsAsErrors the
documentation workflow failed and the deploy job was skipped. The site has
not been republished since.

The section it points at lives in the readme on GitHub, so link it there.
Verified with the workflow's own command: 0 warnings, 0 errors.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@Miguel249
Miguel249 merged commit 2988b1a into main Aug 10, 2026
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant