-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'docker:main' into laravel-compose
- Loading branch information
Showing
667 changed files
with
13,485 additions
and
7,189 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema | ||
name: New guide | ||
description: Propose a new guide for Docker docs | ||
labels: | ||
- area/guides | ||
- kind/proposal | ||
|
||
body: | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: | | ||
Briefly describe the topic that you would like us to cover. | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: Would you like to contribute this guide? | ||
description: | | ||
If you select this checkbox, you indicate that you're willing to | ||
contribute this guide. If not, we will treat this issue as a request, | ||
and someone (a Docker employee, Docker captain, or community member) | ||
may pick it up and start working on it. | ||
options: | ||
- label: "Yes" |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
.PHONY: vendor | ||
vendor: ## vendor hugo modules | ||
./scripts/vendor.sh | ||
./hack/vendor |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.