mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Add Core Rendering Service to SharedUX Dev Docs sidenav (#220176)
A documentation structure update was unintentionally missed in https://github.com/elastic/kibana/pull/218630 This update promotes the Core Rendering Service and offsets the prior documentation of Kibana React Contexts. ## Summary <img width="1800" alt="image" src="https://github.com/user-attachments/assets/9c7634c9-2a1e-43d8-8bb7-850bbf96fc53" />
This commit is contained in:
parent
538fb191e6
commit
6b2e8ff714
2 changed files with 2 additions and 7 deletions
|
@ -283,8 +283,8 @@
|
|||
"label": "Kibana Page Template"
|
||||
},
|
||||
{
|
||||
"id": "kibDevReactKibanaContext",
|
||||
"label": "Kibana React Contexts"
|
||||
"id": "kibDevRenderingService",
|
||||
"label": "Core Rendering Service"
|
||||
},
|
||||
{
|
||||
"id": "kibDevDocsChromeRecentlyAccessed",
|
||||
|
|
|
@ -61,11 +61,6 @@ layout: landing
|
|||
title: 'Core Rendering Service',
|
||||
description: 'Learn how to provide the Kibana global context in your React apps',
|
||||
},
|
||||
{
|
||||
pageId: 'kibDevReactKibanaContext',
|
||||
title: 'Kibana React Contexts',
|
||||
description: 'Learn how to use common React contexts in Kibana',
|
||||
},
|
||||
{
|
||||
pageId: 'kibDevDocsChromeRecentlyAccessed',
|
||||
title: 'Chrome Recently Viewed',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue