mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
Fix broken page id (#149240)
## Summary [This change](https://github.com/elastic/kibana/pull/147533/files#diff-7855e9b3a9d0239ce2c0344047c2f83ee459436b2a2da839d3b5db43e8757451R2) has [broken](https://vercel.com/elastic-dev/docs-elastic-dev/ABfUE8aEtaSUUqQ4LRLgcKJ4MuEW) the internal docs builds because the changed page ID was not updated in the navigation. This PR fixes that change
This commit is contained in:
parent
d5f6fe84c7
commit
a31d844318
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@
|
|||
"label": "Tutorials",
|
||||
"items": [
|
||||
{
|
||||
"id": "kibDevTutorialAddingPerformanceMetrics"
|
||||
"id": "kibDevTutorialAddingCustomPerformanceMetrics"
|
||||
},
|
||||
{
|
||||
"id": "kibDevTutorialSetupWindowsDevWSL"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue