Skip to content

Commit 0b84f84

Browse files
authored
SEI-13992 Update Harness SEI Left-Hand Navigation Menu (#11598)
* SEI-13992 * Fix Links
1 parent c79e05b commit 0b84f84

File tree

7 files changed

+46
-14
lines changed

7 files changed

+46
-14
lines changed

docs/software-engineering-insights/harness-sei/get-started/sei-key-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Key concepts in SEI 2.0
33
description: The new experience for measuring engineering insights in Harness SEI
4-
sidebar_label: Key concepts
4+
sidebar_label: Key Concepts
55
sidebar_position: 10
66
---
77

docs/software-engineering-insights/harness-sei/manage/activity-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ To add a search filter to drill into specific events, click the **Filters** icon
6060

6161
To export the full list or only the filtered logs, click the **Download** icon next to the **Filters** icon. Harness SEI saves the selected logs as a CSV file for your records.
6262

63-
Use Activity Logs to keep your organization audit-ready and ensure that all critical changes are fully tracked. For related settings, see [Manage SEI 2.0](/docs/category/manage-sei-20).
63+
Use Activity Logs to keep your organization audit-ready and ensure that all critical changes are fully tracked.

docs/software-engineering-insights/harness-sei/sei-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: SEI 2.0 Overview
33
description: The new experience for measuring engineering insights in Harness SEI
4-
sidebar_label: SEI 2.0 Overview
4+
sidebar_label: Overview
55
sidebar_position: 1
66
---
77

docs/software-engineering-insights/sei-supported-platforms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: What's supported by Harness SEI
33
description: Platforms and technologies supported by Harness SEI
4-
sidebar_label: What's supported
4+
sidebar_label: What's Supported
55
sidebar_position: 1
66
---
77

docs/software-engineering-insights/shared/transition-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This transition is your opportunity to start fresh, remove technical debt, and a
4343

4444
1. **Insights Activation**
4545

46-
- Enable and configure [SEI 2.0 insights](/docs/category/analytics--reporting-1) as features roll out.
46+
- Enable and configure [SEI 2.0 insights](/docs/software-engineering-insights/harness-sei/analytics-and-reporting/efficiency) as features roll out.
4747
- Include DORA metrics, Productivity metrics, and Business Alignment widgets.
4848

4949
1. **Validation & Feedback**

docusaurus.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,10 @@ const config: Config = {
372372
label: 'Feature Flags',
373373
to: 'https://harness.io/products/feature-flags',
374374
},
375+
{
376+
label: 'Feature Management & Experimentation',
377+
to: 'https://www.harness.io/products/feature-management-experimentation',
378+
},
375379
{
376380
label: 'Cloud Cost Management',
377381
to: 'https://harness.io/products/cloud-cost',

sidebars.ts

Lines changed: 37 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1530,7 +1530,7 @@ const sidebars: SidebarsConfig = {
15301530
},
15311531
{
15321532
type: 'category',
1533-
label: 'Release monitoring',
1533+
label: 'Release Monitoring',
15341534
link: {
15351535
type: 'generated-index',
15361536
slug: 'feature-management-experimentation/release-monitoring',
@@ -3429,13 +3429,16 @@ const sidebars: SidebarsConfig = {
34293429
collapsed: true,
34303430
items: [
34313431
{
3432-
type: 'doc',
3433-
id: 'software-engineering-insights/sei-supported-platforms',
3434-
label: 'Supported Platforms',
3432+
type: "html",
3433+
value: "New to Harness SEI?",
3434+
className: "horizontal-bar",
34353435
},
3436+
'software-engineering-insights/harness-sei/sei-overview',
3437+
'software-engineering-insights/harness-sei/get-started/sei-key-concepts',
3438+
'software-engineering-insights/harness-sei/transition',
34363439
{
34373440
type: 'html',
3438-
value: 'SEI (Current)',
3441+
value: 'Use SEI 2.0',
34393442
className: 'horizontal-bar',
34403443
},
34413444
{
@@ -3447,19 +3450,43 @@ const sidebars: SidebarsConfig = {
34473450
},
34483451
items: [
34493452
{
3450-
type: 'autogenerated',
3451-
dirName: 'software-engineering-insights/harness-sei',
3453+
type: 'category',
3454+
label: 'Get started with SEI 2.0',
3455+
items: [
3456+
{ type: 'autogenerated', dirName: 'software-engineering-insights/harness-sei/get-started' },
3457+
],
3458+
},
3459+
{
3460+
type: 'category',
3461+
label: 'Set up SEI 2.0',
3462+
items: [
3463+
{ type: 'autogenerated', dirName: 'software-engineering-insights/harness-sei/setup-sei' },
3464+
],
3465+
},
3466+
{
3467+
type: 'category',
3468+
label: 'Manage SEI 2.0',
3469+
items: [
3470+
{ type: 'autogenerated', dirName: 'software-engineering-insights/harness-sei/manage' },
3471+
],
3472+
},
3473+
{
3474+
type: 'category',
3475+
label: 'Analytics and Reporting',
3476+
items: [
3477+
{ type: 'autogenerated', dirName: 'software-engineering-insights/harness-sei/analytics-and-reporting' },
3478+
],
34523479
},
34533480
],
34543481
},
34553482
{
34563483
type: 'html',
3457-
value: 'SEI (Legacy)',
3484+
value: 'Use SEI 1.0',
34583485
className: 'horizontal-bar',
34593486
},
34603487
{
34613488
type: 'category',
3462-
label: 'SEI 1.0',
3489+
label: 'SEI 1.0 (Legacy)',
34633490
link: {
34643491
type: 'generated-index',
34653492
slug: '/category/sei-current',
@@ -3476,6 +3503,7 @@ const sidebars: SidebarsConfig = {
34763503
value: 'Troubleshooting & Resources',
34773504
className: 'horizontal-bar',
34783505
},
3506+
'software-engineering-insights/sei-supported-platforms',
34793507
{
34803508
type: 'category',
34813509
label: 'Troubleshooting',

0 commit comments

Comments
 (0)