Skip to content

Update NuGet metadata to point to fsprojects docs and surface documentation links#16

Draft
Copilot wants to merge 2 commits into
masterfrom
copilot/fix-documentation-for-nuget
Draft

Update NuGet metadata to point to fsprojects docs and surface documentation links#16
Copilot wants to merge 2 commits into
masterfrom
copilot/fix-documentation-for-nuget

Conversation

Copy link
Copy Markdown

Copilot AI commented Jun 6, 2026

NuGet package metadata currently points to an outdated project URL and does not expose enough documentation entry points. This PR updates package metadata so the NuGet page links to the fsprojects site and includes direct docs links in the package description.

  • Metadata link correction

    • Updated projectUrl in src/Zander/paket.template from the legacy repository URL to the fsprojects documentation site:
      • https://fsprojects.github.io/Zander/
  • NuGet description enrichment

    • Extended the package description to include direct links for:
      • main documentation
      • tutorial
      • API reference
      • source repository

Example of the updated metadata block:

description
    ...
    Documentation: https://fsprojects.github.io/Zander/
    Tutorial: https://fsprojects.github.io/Zander/tutorial.html
    API Reference: https://fsprojects.github.io/Zander/reference/index.html
    Source: https://github.com/fsprojects/Zander
projectUrl
    https://fsprojects.github.io/Zander/

Copilot AI linked an issue Jun 6, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Fix documentation and add links to fsproject site Update NuGet metadata to point to fsprojects docs and surface documentation links Jun 6, 2026
Copilot AI requested a review from wallymathieu June 6, 2026 09:23
@wallymathieu
Copy link
Copy Markdown
Member

wallymathieu commented Jun 6, 2026

There is no site https://fsprojects.github.io/Zander/ @copilot

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.

NuGet links and documentation

2 participants