mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Update nav-kibana-dev.docnav.json (#186192)
Attempt to force a nav rebuild.
This commit is contained in:
parent
f6968f3091
commit
34b052c12b
2 changed files with 3 additions and 3 deletions
|
@ -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();
|
||||
}
|
||||
|
|
|
@ -115,7 +115,8 @@
|
|||
"label": "Tutorials",
|
||||
"items": [
|
||||
{
|
||||
"id": "kibDevTutorialAddingCustomPerformanceMetrics"
|
||||
"id": "kibDevTutorialAddingCustomPerformanceMetrics",
|
||||
"label": "Adding Performance Metrics"
|
||||
},
|
||||
{
|
||||
"id": "kibDevTutorialSetupWindowsDevWSL"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue