Skip to content

Commit

Permalink
Merge branch 'main' into jdb/2023-10-data-source-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbaldry authored Oct 24, 2023
2 parents c5c251f + d6d2474 commit 3141023
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/sources/write/shortcodes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,15 +466,14 @@ For more information about Grafana dashboards, refer to the [Dashboards document

### Other use cases

The `docs/reference` shortcode is also useful when you want to link to the same destination multiple times in one file.
It allows you to specify the link destination once while you use the label multiple times. For example:
Markdown reference-style links are also useful when you want to link to the same destination multiple times in one file.
It allows you to specify the link destination once while you use the label multiple times.
For example:

**Reference:**

```markdown
{{%/* docs/reference */%}}
[Grafana website]: "/ -> www.grafana.com"
{{%/* /docs/reference */%}}
[Grafana website]: www.grafana.com
```

**Body text:**
Expand Down
7 changes: 7 additions & 0 deletions vale/Grafana/Acronyms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ first: '\b([A-Z]{3,5})\b'
second: '(?:\b[A-Z][a-z]+ )+\(([A-Z]{3,5})\)'
# ... with the exception of these:
exceptions:
- API
- AWS
- CLI
- HTTP
- JSON
- SDK
- SQL
- TSDB
- WIP
- YAML

0 comments on commit 3141023

Please sign in to comment.