mirror of https://github.com/grafana/grafana.git
Chore: Fix feature flags template for docs gen
This commit is contained in:
parent
8d0f911cfe
commit
cfee3b01df
|
@ -393,6 +393,7 @@ func generateDocsMD() string {
|
||||||
buf := `---
|
buf := `---
|
||||||
aliases:
|
aliases:
|
||||||
- /docs/grafana/latest/setup-grafana/configure-grafana/feature-toggles/
|
- /docs/grafana/latest/setup-grafana/configure-grafana/feature-toggles/
|
||||||
|
- ../../administration/feature-toggles/ # /docs/grafana/latest/administration/feature-toggles/
|
||||||
description: Learn about feature toggles, which you can enable or disable.
|
description: Learn about feature toggles, which you can enable or disable.
|
||||||
title: Configure feature toggles
|
title: Configure feature toggles
|
||||||
weight: 150
|
weight: 150
|
||||||
|
|
Loading…
Reference in New Issue