Skip to content

Commit e13ec5a

Browse files
committed
lang
1 parent a2f9a71 commit e13ec5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/gen-docs/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ navOrder: {{.Position}}
201201
import SamplesInstance from 'src/shared-content/samples/samples-instance.include.md';
202202
203203
{{.Command.Long}}
204-
` + "\n```" + `{{define "T1"}}Usage:{{if .Runnable}}
204+
` + "\n```bash" + `{{define "T1"}}Usage:{{if .Runnable}}
205205
{{.UseLine}}{{end}}{{if .HasAvailableSubCommands}}
206206
{{.CommandPath}} [command]{{end}}{{if gt (len .Aliases) 0}}
207207
@@ -233,7 +233,7 @@ Use "{{.CommandPath}} [command] --help" for more information about a command.{{e
233233
## Examples
234234
235235
<SamplesInstance />
236-
` + "\n```" + `
236+
` + "\n```bash" + `
237237
{{ .Command.Example }}
238238
` + "\n```\n" + `
239239
{{- end }}

0 commit comments

Comments
 (0)