Skip to content

Commit

Permalink
Stubbed out basic search content
Browse files Browse the repository at this point in the history
  • Loading branch information
robearlam committed Mar 29, 2023
1 parent 9d2b81b commit 4a4384c
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
14 changes: 14 additions & 0 deletions apps/devportal/data/data-navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ export const mainNavigation: NavigationData[] = [
title: 'Sitecore Content Hub ONE',
url: '/content-management/content-hub-one',
},
{
title: 'Sitecore Search',
url: '/content-management/search',
},
{
title: 'Sitecore Experience Manager',
url: '/content-management/experience-manager',
Expand Down Expand Up @@ -400,6 +404,16 @@ export const mainNavigation: NavigationData[] = [
},
],
},
{
title: 'Sitecore Search',
url: '/content-management/search',
children: [
{
title: 'Intelligent, blazing-fast search',
url: '/content-management/search',
},
],
},
{
title: 'Sitecore Experience Manager',
children: [
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
solution: ['content-management']
product: ['search']
title: 'Sitecore Search'
productLogo: 'Search'
description: 'Intelligent, blazing-fast search.'
twitter: ['#SitecoreSearch']
stackexchange: ['#Sitecore-Search']
partials: ['solution/content-management/search']
youtube: PL1jJVFm_lGnzqYagW1UahIBeqTIYSBQMc
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
solution: ['content-management']
product: ['search']
title: 'Sitecore Search'
description: 'Intelligent, blazing-fast search.'
---

## Introduction

Predict search intent and display individualized results with a personalized search experience. Unifying easy-to-find content, Driving visitor engagement & displaying results fast\.

To learn more about [Sitecore Search](https://www.sitecore.com/products/search) and how it can help your clients please visit [Sitecore.com](https://www.sitecore.com/products/search).

## Getting Started

<Row columns={2}>
<Link title="Overview of Sitecore Search" link="https://doc.sitecore.com/search/en/developers/search-developer-guide/overview-of-sitecore-search.html" />
<Link title="Getting started with Sitecore Search" link="https://doc.sitecore.com/search/en/developers/search-developer-guide/getting-started-with-sitecore-search.html" />
<Link title="Sitecore Search REST API" link="https://doc.sitecore.com/search/en/developers/search-developer-guide/using-rest-apis.html" />
<Link title="Search and Recommendation API" link="https://doc.sitecore.com/search/en/developers/search-developer-guide/using-rest-apis.html" />
<Link title="Tracking Events in Sitecore Search" link="https://doc.sitecore.com/search/en/developers/search-developer-guide/tracking-events.html" />
</Row>

0 comments on commit 4a4384c

Please sign in to comment.