feat(pages): add public releases option for landing pages
Allow private repositories to enable public release downloads on their landing pages. When enabled, unauthenticated users can download release attachments without accessing the repository. Adds download sections to all landing page templates with styling.
This commit is contained in:
@@ -4466,6 +4466,8 @@
|
||||
"repo.settings.pages.secondary_cta": "Secondary Call to Action",
|
||||
"repo.settings.pages.cta_label": "Button Label",
|
||||
"repo.settings.pages.cta_url": "Button URL",
|
||||
"repo.settings.pages.public_releases": "Public Releases",
|
||||
"repo.settings.pages.public_releases_desc": "Allow unauthenticated users to download releases. Useful for landing pages on private repositories.",
|
||||
"repo.settings.pages.stats": "Stats",
|
||||
"repo.settings.pages.value_props": "Value Propositions",
|
||||
"repo.settings.pages.features": "Features",
|
||||
|
||||
Reference in New Issue
Block a user