docs: add Sourcey-generated API site#656
Open
bbbbzzzzcc-afk wants to merge 1 commit into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #656 +/- ##
=======================================
Coverage 87.48% 87.48%
=======================================
Files 13 13
Lines 2102 2102
=======================================
Hits 1839 1839
Misses 175 175
Partials 88 88 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Add a reproducible Sourcey documentation site
Summary
ftpserverlib, pinned to commitb4c3694ee73399d8a55293d568e5100c25e4d2d4Why
The project README gives a useful overview, but consumers currently have to navigate source and GoDoc to understand the driver contract, settings, and extension points. This adds a browsable project-owned reference with pinned source links and machine-readable
llms.txtoutputs.Verification
All commands pass locally. The generated snapshot reports 92 public API concepts, 9 HTML pages (including the compatibility alias), 65 pinned source links, and 0 broken internal references.
Maintainer action after merge
If GitHub Pages has not been enabled for this repository before, select GitHub Actions as the Pages source once. The workflow then deploys
docs-sourcey/distto the repository-owned Pages site.No library runtime code or Go dependencies are changed.