mirror of https://github.com/grafana/grafana.git
Docs: Add shared (#28411)
* added content * Update example.md * Update example.md
This commit is contained in:
parent
3f39b4b601
commit
e471a491a2
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
title: Shared Content
|
||||
---
|
||||
|
||||
```
|
||||
npm i
|
||||
```
|
||||
|
||||
Syntax to invoke this file would be:
|
||||
|
||||
```
|
||||
{{< docs/shared "example" >}}
|
||||
```
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
headless: true
|
||||
---
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue