Update nav-kibana-dev.docnav.json (#186192)

Attempt to force a nav rebuild.
This commit is contained in:
Brandon Morelli 2024-06-17 03:25:09 -06:00 committed by GitHub
parent f6968f3091
commit 34b052c12b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,6 @@ id: kibDevTutorialAddingCustomPerformanceMetrics
slug: /kibana-dev-docs/tutorial/performance/adding_custom_performance_metrics
title: Adding Performance Metrics
summary: Learn how to instrument your code and analyze performance
date: 2023-01-13
tags: ['kibana', 'onboarding', 'setup', 'performance', 'development', 'telemetry']
---
@ -241,7 +240,7 @@ const MyApp = () => {
if (fetchedData.status === 'success') {
setData(fetchedData);
// Call onPageReady once the meaningful data has rendered and visible to the user
// Call onPageReady once the meaningful data has rendered and visible to the user
onPageReady();
}

View file

@ -115,7 +115,8 @@
"label": "Tutorials",
"items": [
{
"id": "kibDevTutorialAddingCustomPerformanceMetrics"
"id": "kibDevTutorialAddingCustomPerformanceMetrics",
"label": "Adding Performance Metrics"
},
{
"id": "kibDevTutorialSetupWindowsDevWSL"