Skip to content

Commit 3950098

Browse files
foramt (site): update navigation for hosting section
1 parent 903c5ae commit 3950098

2 files changed

Lines changed: 5 additions & 19 deletions

File tree

src/components/common/NavBar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ const NavBar = ({ theme, setThemeType, themeType }) => {
204204
Access Control
205205
</Link>
206206
<Link
207-
to="/docs/hosting/clusters/"
207+
to="/docs/hosting/open-source/"
208208
className={`${themeClasses[theme].menuItem} nowrap f5 pa3 mr1 mr3-l nl3 dropdown-link link-container`}
209209
>
210210
<Icon

src/pages/index.js

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -404,25 +404,11 @@ const HomePage = ({ data, location }) => {
404404
),
405405
chapters: [
406406
{
407-
title: 'Clusters',
408-
link: '/docs/hosting/clusters/',
409-
duration: 3,
410-
description:
411-
'Deploy Elasticsearch or OpenSearch with ReactiveSearch Cloud',
412-
},
413-
{
414-
title: 'Bring your own Cluster',
415-
link: '/docs/hosting/byoc/',
416-
duration: 11,
417-
description:
418-
'Deploy reactivesearch with your own search cluster, supports Elasticsearch and OpenSearch',
419-
},
420-
{
421-
title: 'Deploy OpenSearch',
422-
link: '/docs/hosting/opensearch/',
423-
duration: 1,
407+
title: 'Open Source Deployment',
408+
link: '/docs/hosting/open-source/',
409+
duration: 5,
424410
description:
425-
'Deploy OpenSearch with appbase for all your app search needs',
411+
'Run ReactiveSearch in Open Source mode with Docker alongside your own Elasticsearch or OpenSearch cluster',
426412
},
427413
],
428414
},

0 commit comments

Comments
 (0)