Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions dev_docs/nav-kibana-dev.docnav.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,13 @@
"label": "data.search"
},
{
"id": "kibDevTutorialFileService",
"label": "File service"
"id": "kibDevTutorialScreenshotting",
"label": "Screenshotting",
"items": [
{
"id": "kibDevDocsUpdatingPuppeteerAndChromium"
}
]
},
{
"id": "kibDevTutorialDataViews"
Expand Down Expand Up @@ -266,10 +271,6 @@
}
]
},
{
"id": "kibDevTutorialScreenshotting",
"label": "Screenshotting"
},
{
"id": "kibDevTutorialAdvancedSettings",
"label": "Advanced Settings"
Expand Down
10 changes: 0 additions & 10 deletions dev_docs/shared_ux/shared_ux_landing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,6 @@ layout: landing
pageId: 'kibContentManagement',
description: 'Learn about the content management system in Kibana',
},
{
pageId: 'kibDevTutorialScreenshotting',
title: 'Reporting / Screenshotting',
description: 'Learn how to integrate your plugin with reporting',
},
{
pageId: 'kibDevDocsUpdatingPuppeteerAndChromium',
title: 'Reporting / Updating Puppeteer and Chromium',
description: 'Learn how to update the Puppeteer node module and build headless Chromium',
},
{
pageId: 'kibDevTutorialAdvancedSettings',
title: 'Advanced Settings (uiSettings)',
Expand Down