Skip to content

Commit b35c642

Browse files
Add subcategories to docs (#617)
* Add subcategories to docs Closes #227 With alerting being added, resources are getting more confused. By adding a subcategory, we can split them off in an `Alerting` section in the docs Docs are still generated with `go generate` and will fail if a new resource doesn't have a category set in the `subcategories.json` file * Add echos * Install jq * Fixes for macOS execution Signed-off-by: Leandro López (inkel) <[email protected]> Signed-off-by: Leandro López (inkel) <[email protected]> Co-authored-by: Leandro López (inkel) <[email protected]>
1 parent 216997a commit b35c642

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+150
-62
lines changed

.drone/drone.jsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ local pipeline(name, steps, services=[]) = {
6060
name: 'check for drift',
6161
image: images.go,
6262
commands: [
63+
'apt update && apt install -y jq',
6364
'go generate',
6465
'gitstatus="$(git status --porcelain)"',
6566
'if [ -n "$gitstatus" ]; then',

.drone/drone.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ platform:
2929
services: []
3030
steps:
3131
- commands:
32+
- apt update && apt install -y jq
3233
- go generate
3334
- gitstatus="$(git status --porcelain)"
3435
- if [ -n "$gitstatus" ]; then
@@ -348,6 +349,6 @@ workspace:
348349
path: /drone/terraform-provider-grafana
349350
---
350351
kind: signature
351-
hmac: 337e340b40f3e6e6fa45e74e98a2e4881bd7e45e1849b234042a39f94a0934e7
352+
hmac: 5305c32d78ea4fd8751e54de562674e698f9b4d415934d03568881933a7921f9
352353

353354
...

docs/data-sources/cloud_ips.md

Lines changed: 1 addition & 1 deletion

docs/data-sources/cloud_stack.md

Lines changed: 1 addition & 1 deletion

docs/data-sources/dashboard.md

Lines changed: 1 addition & 1 deletion

docs/data-sources/dashboards.md

Lines changed: 1 addition & 1 deletion

docs/data-sources/folder.md

Lines changed: 1 addition & 1 deletion

docs/data-sources/folders.md

Lines changed: 1 addition & 1 deletion

docs/data-sources/library_panel.md

Lines changed: 1 addition & 1 deletion

docs/data-sources/oncall_action.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)