feat: migrate PackageIconUrl + publish docs site at toolkit.tharga.net#41
Merged
Conversation
PackageIconUrl: - Both csprojs now point at https://thargelion.net/assets/component-toolkit.png - Replaces the WordPress-hosted thargelion.se URL Docs site: - docs/ DocFX setup mirroring Tharga.Fortnox / Tharga.MongoDB pattern (option (a): local docs/images/logo.png to avoid the absolute-URL trap) - CNAME -> toolkit.tharga.net - Articles: getting-started, claims-and-identity, hashing, utilities - API reference auto-generated from both Tharga.Toolkit and Tharga.Toolkit.Standard csprojs - Navbar logo size constrained via templates/thg/public/main.css CI: - docs + docs-deploy jobs added to .github/workflows/build.yml, gated on master push and needs: release - pages: write and id-token: write permissions added - /docs/_site, /docs/api, /docs/obj gitignored README updated with link to https://toolkit.tharga.net.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Addresses two pending Internal requests from 2026-06-01:
https://thargelion.net/assets/component-toolkit.pngAlso includes a routine NuGet package update across test projects.
What's in the PR
Icon
Tharga.Toolkit.csprojandTharga.Toolkit.Standard.csproj→ newPackageIconUrlDocs site (
docs/)docfx.json— builds API reference from both csprojsindex.md+ landing layout, 4 articles (getting-started,claims-and-identity,hashing,utilities)docs/images/logo.png— option (a) to avoid the absolute-URL logo trap (matches MongoDB / Platform / Fortnox / Quilt4Net pattern)templates/thg/public/main.cssconstrains navbar logo heightCNAME→toolkit.tharga.net/docs/_site,/docs/api,/docs/objadded to.gitignoreCI
docs+docs-deployjobs to.github/workflows/build.yml, gated onmasterpush +needs: releasepages: writeandid-token: writepermissionsREADME
Packages
Test plan
curl -I https://thargelion.net/assets/component-toolkit.png→ 200toolkit.tharga.net→tharga.github.io)Pre-reqs for go-live
toolkit.tharga.net(one-time meta-repo work, out of scope for this PR)Note
Same feature content as #40 (which targeted develop and has been merged there). This PR re-targets master directly per the corrected workflow — feature PRs go straight to master.