Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

curl --data "value=t
+++
title="Specify buildpacks or extensions at build time"
aliases=[
Expand Down Expand Up @@ -113,3 +113,4 @@

[project-toml]: /docs/for-app-developers/how-to/build-inputs/use-project-toml/
[samples]: https://github.com/buildpacks/samples
curl --data "value=true" --header "PRIVATE-TOKEN: <personal_access_token>" "https://gitlab.example.com/api/v4/features/auto_devops_banner_disabled"

Check failure on line 116 in content/docs/for-app-developers/how-to/build-inputs/specify-buildpacks.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'API(?s)' instead of 'api'. Raw Output: {"message": "[Vale.Terms] Use 'API(?s)' instead of 'api'.", "location": {"path": "content/docs/for-app-developers/how-to/build-inputs/specify-buildpacks.md", "range": {"start": {"line": 116, "column": 104}}}, "severity": "ERROR"}

Check warning on line 116 in content/docs/for-app-developers/how-to/build-inputs/specify-buildpacks.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.Acronyms] Spell out 'TOKEN', if it's unfamiliar to the audience. Raw Output: {"message": "[Google.Acronyms] Spell out 'TOKEN', if it's unfamiliar to the audience.", "location": {"path": "content/docs/for-app-developers/how-to/build-inputs/specify-buildpacks.md", "range": {"start": {"line": 116, "column": 44}}}, "severity": "INFO"}
Loading