mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
Docs Should Not Contain Staging Repo #20
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jamesward on GitHub (Feb 4, 2024).
Doc pages like:
https://pkl-lang.org/main/current/kotlin-binding/codegen.html
Contain the unnecessary staging repo config which seems like it should have been filtered out with:
But maybe some underlying setting wasn't set when the release was created?
@bioball commented on GitHub (Feb 13, 2024):
Fixed in #106