We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2f9a71 commit e13ec5aCopy full SHA for e13ec5a
1 file changed
cmd/gen-docs/main.go
@@ -201,7 +201,7 @@ navOrder: {{.Position}}
201
import SamplesInstance from 'src/shared-content/samples/samples-instance.include.md';
202
203
{{.Command.Long}}
204
-` + "\n```" + `{{define "T1"}}Usage:{{if .Runnable}}
+` + "\n```bash" + `{{define "T1"}}Usage:{{if .Runnable}}
205
{{.UseLine}}{{end}}{{if .HasAvailableSubCommands}}
206
{{.CommandPath}} [command]{{end}}{{if gt (len .Aliases) 0}}
207
@@ -233,7 +233,7 @@ Use "{{.CommandPath}} [command] --help" for more information about a command.{{e
233
## Examples
234
235
<SamplesInstance />
236
-` + "\n```" + `
+` + "\n```bash" + `
237
{{ .Command.Example }}
238
` + "\n```\n" + `
239
{{- end }}
0 commit comments