-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove title and increase header types
Signed-off-by: Justin Alvarez <[email protected]>
- Loading branch information
Showing
53 changed files
with
119 additions
and
331 deletions.
There are no files selected for viewing
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,42 +1,38 @@ | ||
--- | ||
title: "{{ .CmdPath }}" | ||
--- | ||
|
||
## {{ .CmdPath }} | ||
# {{ .CmdPath }} | ||
|
||
{{if gt (len .Description) 0}}{{ .Description }} | ||
|
||
{{end}}{{if gt (len .Properties) 0}}### Properties | ||
{{end}}{{if gt (len .Properties) 0}}## Properties | ||
|
||
{{.Properties}} | ||
|
||
{{end}}```bash | ||
{{ .Usage }} | ||
```{{if gt (len .Aliases) 0}} | ||
|
||
### Aliases | ||
## Aliases | ||
|
||
{{.Aliases}} | ||
{{end}}{{if gt (len .Examples) 0}} | ||
|
||
### Examples | ||
## Examples | ||
|
||
{{.Examples}} | ||
{{end}}{{if gt (len .Commands) 0}} | ||
|
||
### Commands | ||
## Commands | ||
|
||
```bash | ||
{{ .Commands }} | ||
```{{end}}{{if gt (len .Options) 0}} | ||
|
||
### Options | ||
## Options | ||
|
||
```bash | ||
{{ .Options }} | ||
```{{end}}{{if gt (len .SeeAlso) 0}} | ||
|
||
### SEE ALSO | ||
## SEE ALSO | ||
|
||
{{ .SeeAlso }} | ||
{{end}} |
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,16 +1,12 @@ | ||
--- | ||
title: "finch commit" | ||
--- | ||
|
||
## finch commit | ||
# finch commit | ||
|
||
Create a new image from a container's changes | ||
|
||
```bash | ||
finch commit [flags] CONTAINER REPOSITORY[:TAG] | ||
``` | ||
|
||
### Options | ||
## Options | ||
|
||
```bash | ||
-a, --author string Author (e.g., "finch contributor <[email protected]>") | ||
|
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
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
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
Oops, something went wrong.