Fix dev docs (#194229)

`kibDevTutorialsServerlessProjectNavigation`
was changed to
`kibDevTutorialsSolutionNavigation`
in
https://github.com/elastic/kibana/pull/193988

but they missed one. This PR fixes the failing docs.elastic.dev build.
This commit is contained in:
Brandon Morelli 2024-09-26 14:32:03 -07:00 committed by GitHub
parent b79dee5ec1
commit 4bebd2539f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ layout: landing
sectionTitle="Our Catalog"
items={[
{
pageId: 'kibDevTutorialsServerlessProjectNavigation',
pageId: 'kibDevTutorialsSolutionNavigation',
title: 'Serverless Project Navigation',
description: 'Learn how to work with the new chrome navigation in serverless projects',
},