kibana/dev_docs/shared_ux/shared_ux_landing.mdx
Tim Sullivan 6b2e8ff714
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"
/>
2025-05-06 07:29:30 -07:00

70 lines
2.1 KiB
Text

---
id: kibDevDocsSharedUxOverview
slug: /kibana-dev-docs/shared-ux
title: Shared UX Team
description: Links to all the documentation maintained by the Shared UX team.
tags: ['kibana', 'dev', 'shared-ux']
layout: landing
---
<DocLandingHero
title="Welcome to Shared UX team docs!"
description="👋 Here you will find documentation about all the things the Shared UX team manages. Feel free to look around and ask questions!"
/>
<DocRelatedArticles
sectionTitle="About the team"
items={[
{
title: 'Team Wiki',
description: 'Learn more about the team and what we do.',
href: 'https://wiki.elastic.co/display/DEV/AppEx+SharedUX+Team',
},
]}
/>
<DocRelatedArticles
sectionTitle="Our Catalog"
items={[
{
pageId: 'kibDevTutorialsSolutionNavigation',
title: 'Serverless Project Navigation',
description: 'Learn how to work with the new chrome navigation in serverless projects',
},
{
pageId: 'kibDevTutorialFileService',
title: 'File service',
description: 'Learn how to add files uploading and downloading to your plugin',
},
{
pageId: 'kibDevSharePluginReadme',
title: 'Sharing',
description: 'Learn how to add short URLs to your plugin',
},
{
title: 'Content Management',
pageId: 'kibContentManagement',
description: 'Learn about the content management system in Kibana',
},
{
pageId: 'kibDevTutorialAdvancedSettings',
title: 'Advanced Settings (uiSettings)',
description: 'Learn how to register advanced settings for your plugin',
},
{
pageId: 'kibDevDocsKPTTutorial',
title: 'Kibana Page Template',
description: "Learn how to use Kibana Page Template for your app's page layout",
},
{
pageId: 'kibDevRenderingService',
title: 'Core Rendering Service',
description: 'Learn how to provide the Kibana global context in your React apps',
},
{
pageId: 'kibDevDocsChromeRecentlyAccessed',
title: 'Chrome Recently Viewed',
description: 'Learn how to add recently viewed items to the side navigation',
},
]}
/>