mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
## Summary Epic: https://github.com/elastic/kibana-team/issues/1435 New Dev Docs for Core Rendering Service <img width="902" alt="image" src="https://github.com/user-attachments/assets/aa1b8bdb-751d-4ab1-a0e1-8bf62c1c8d96" /> --------- Co-authored-by: Anton Dosov <dosantappdev@gmail.com> Co-authored-by: Jean-Louis Leysens <jloleysens@gmail.com>
75 lines
2.3 KiB
Text
75 lines
2.3 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: 'kibDevReactKibanaContext',
|
|
title: 'Kibana React Contexts',
|
|
description: 'Learn how to use common React contexts in Kibana',
|
|
},
|
|
{
|
|
pageId: 'kibDevDocsChromeRecentlyAccessed',
|
|
title: 'Chrome Recently Viewed',
|
|
description: 'Learn how to add recently viewed items to the side navigation',
|
|
},
|
|
]}
|
|
/>
|