Skip to content

Commit 1884e2a

Browse files
committed
quick fixes of loki() destination (#18)
external link elements have a forbidden whitespace before the named keys Signed-off-by: Hofi <hofione@gmail.com>
1 parent 11171dc commit 1884e2a

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

_data/external_links.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -152,23 +152,23 @@ lunr-search-help:
152152
id: lunr-search-help
153153
url: https://lunrjs.com/guides/searching.html
154154
title: [ "Lunar search help" ]
155-
156-
grafana-loki:
155+
156+
grafana-loki:
157157
id: grafana-loki
158158
url: https://grafana.com/docs/loki/latest/
159159
title: [ "Grafana Loki" ]
160160

161-
grafana-loki-endpoint:
161+
grafana-loki-endpoint:
162162
id: grafana-loki-endpoint
163163
url: https://grafana.com/docs/loki/latest/reference/loki-http-api/#push-log-entries-to-loki
164164
title: [ "Grafana Loki HTTP endpoint" ]
165-
166-
app-default-cred:
165+
166+
app-default-cred:
167167
id: app-default-cred
168168
url: https://cloud.google.com/docs/authentication/application-default-credentials
169169
title: [ "Application Default Credentials" ]
170-
171-
grpc-core:
170+
171+
grpc-core:
172172
id: grpc-core
173173
url: https://grpc.github.io/grpc/core/group__grpc__arg__keys.html
174174
title: [ "GRPC Core library documentation" ]

_data/navigation.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@ admin-guide-nav:
152152
subnav:
153153
- title: "wildcard-file() source options"
154154
url: /admin-guide/060_Sources/030_Wildcard-file/000_Wildcard-file_options
155+
- title: "Jellyfin"
156+
url: /admin-guide/060_Sources/035_Jellyfin/README
157+
subnav:
155158
- title: "kubernetes"
156159
url: /admin-guide/060_Sources/040_Kubernetes/README
157160
subnav:
@@ -384,6 +387,11 @@ admin-guide-nav:
384387
subnav:
385388
- title: "logmatic() destination options"
386389
url: /admin-guide/070_Destinations/120_Logmatic_io/000_Logmatic_options
390+
- title: "Loki"
391+
url: /admin-guide/070_Destinations/125_Loki/README
392+
subnav:
393+
- title: "loki() destination options"
394+
url: /admin-guide/070_Destinations/125_Loki/001_Loki_options
387395
- title: "mongodb"
388396
url: /admin-guide/070_Destinations/130_MongoDB/README
389397
subnav:

0 commit comments

Comments
 (0)