Skip to content

Commit c20edc8

Browse files
authored
[Screenshotting] Organize dev docs for screenshotting/chromium (#198100)
* Remove duplicated “File service” entry from nav * Move Screenshotting to main Tutorials section in nav * Add “Updating Puppeteer and Chromium” to nav as a sub-item of screenshotting * Move files for Screenshotting/Chromium out of the SharedUX space to `dev_docs/tutorials/screenshotting`
1 parent 354bec4 commit c20edc8

File tree

8 files changed

+7
-16
lines changed

8 files changed

+7
-16
lines changed

dev_docs/nav-kibana-dev.docnav.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,13 @@
183183
"label": "data.search"
184184
},
185185
{
186-
"id": "kibDevTutorialFileService",
187-
"label": "File service"
186+
"id": "kibDevTutorialScreenshotting",
187+
"label": "Screenshotting",
188+
"items": [
189+
{
190+
"id": "kibDevDocsUpdatingPuppeteerAndChromium"
191+
}
192+
]
188193
},
189194
{
190195
"id": "kibDevTutorialDataViews"
@@ -266,10 +271,6 @@
266271
}
267272
]
268273
},
269-
{
270-
"id": "kibDevTutorialScreenshotting",
271-
"label": "Screenshotting"
272-
},
273274
{
274275
"id": "kibDevTutorialAdvancedSettings",
275276
"label": "Advanced Settings"

dev_docs/shared_ux/shared_ux_landing.mdx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,6 @@ layout: landing
4646
pageId: 'kibContentManagement',
4747
description: 'Learn about the content management system in Kibana',
4848
},
49-
{
50-
pageId: 'kibDevTutorialScreenshotting',
51-
title: 'Reporting / Screenshotting',
52-
description: 'Learn how to integrate your plugin with reporting',
53-
},
54-
{
55-
pageId: 'kibDevDocsUpdatingPuppeteerAndChromium',
56-
title: 'Reporting / Updating Puppeteer and Chromium',
57-
description: 'Learn how to update the Puppeteer node module and build headless Chromium',
58-
},
5949
{
6050
pageId: 'kibDevTutorialAdvancedSettings',
6151
title: 'Advanced Settings (uiSettings)',
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)