mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-21 08:45:03 +00:00
docs: fix missing code block languages in counters setup guide
This commit is contained in:
parent
f66b19994f
commit
268438ea5c
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
||||||
<Expandable class="wide">
|
<Expandable class="wide">
|
||||||
<template v-slot:title>Click to view example</template>
|
<template v-slot:title>Click to view example</template>
|
||||||
<template v-slot:content>
|
<template v-slot:content>
|
||||||
<CodeBlock>
|
<CodeBlock code-lang="yaml">
|
||||||
plugins:
|
plugins:
|
||||||
|
|
||||||
counters:
|
counters:
|
||||||
|
@ -150,7 +150,7 @@
|
||||||
<Expandable class="wide">
|
<Expandable class="wide">
|
||||||
<template v-slot:title>Click to view example</template>
|
<template v-slot:title>Click to view example</template>
|
||||||
<template v-slot:content>
|
<template v-slot:content>
|
||||||
<CodeBlock>
|
<CodeBlock code-lang="yaml">
|
||||||
plugins:
|
plugins:
|
||||||
|
|
||||||
counters:
|
counters:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue