Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Key concepts in SEI 2.0
description: The new experience for measuring engineering insights in Harness SEI
sidebar_label: Key concepts
sidebar_label: Key Concepts
sidebar_position: 10
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ To add a search filter to drill into specific events, click the **Filters** icon

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.

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).
Use Activity Logs to keep your organization audit-ready and ensure that all critical changes are fully tracked.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: SEI 2.0 Overview
description: The new experience for measuring engineering insights in Harness SEI
sidebar_label: SEI 2.0 Overview
sidebar_label: Overview
sidebar_position: 1
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: What's supported by Harness SEI
description: Platforms and technologies supported by Harness SEI
sidebar_label: What's supported
sidebar_label: What's Supported
sidebar_position: 1
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This transition is your opportunity to start fresh, remove technical debt, and a

1. **Insights Activation**

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

1. **Validation & Feedback**
Expand Down
4 changes: 4 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,10 @@ const config: Config = {
label: 'Feature Flags',
to: 'https://harness.io/products/feature-flags',
},
{
label: 'Feature Management & Experimentation',
to: 'https://www.harness.io/products/feature-management-experimentation',
},
{
label: 'Cloud Cost Management',
to: 'https://harness.io/products/cloud-cost',
Expand Down
46 changes: 37 additions & 9 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1432,7 +1432,7 @@ const sidebars: SidebarsConfig = {
},
{
type: 'category',
label: 'Release monitoring',
label: 'Release Monitoring',
link: {
type: 'generated-index',
slug: 'feature-management-experimentation/release-monitoring',
Expand Down Expand Up @@ -3331,13 +3331,16 @@ const sidebars: SidebarsConfig = {
collapsed: true,
items: [
{
type: 'doc',
id: 'software-engineering-insights/sei-supported-platforms',
label: 'Supported Platforms',
type: "html",
value: "New to Harness SEI?",
className: "horizontal-bar",
},
'software-engineering-insights/harness-sei/sei-overview',
'software-engineering-insights/harness-sei/get-started/sei-key-concepts',
'software-engineering-insights/harness-sei/transition',
{
type: 'html',
value: 'SEI (Current)',
value: 'Use SEI 2.0',
className: 'horizontal-bar',
},
{
Expand All @@ -3349,19 +3352,43 @@ const sidebars: SidebarsConfig = {
},
items: [
{
type: 'autogenerated',
dirName: 'software-engineering-insights/harness-sei',
type: 'category',
label: 'Get started with SEI 2.0',
items: [
{ type: 'autogenerated', dirName: 'software-engineering-insights/harness-sei/get-started' },
],
},
{
type: 'category',
label: 'Set up SEI 2.0',
items: [
{ type: 'autogenerated', dirName: 'software-engineering-insights/harness-sei/setup-sei' },
],
},
{
type: 'category',
label: 'Manage SEI 2.0',
items: [
{ type: 'autogenerated', dirName: 'software-engineering-insights/harness-sei/manage' },
],
},
{
type: 'category',
label: 'Analytics and Reporting',
items: [
{ type: 'autogenerated', dirName: 'software-engineering-insights/harness-sei/analytics-and-reporting' },
],
},
],
},
{
type: 'html',
value: 'SEI (Legacy)',
value: 'Use SEI 1.0',
className: 'horizontal-bar',
},
{
type: 'category',
label: 'SEI 1.0',
label: 'SEI 1.0 (Legacy)',
link: {
type: 'generated-index',
slug: '/category/sei-current',
Expand All @@ -3378,6 +3405,7 @@ const sidebars: SidebarsConfig = {
value: 'Troubleshooting & Resources',
className: 'horizontal-bar',
},
'software-engineering-insights/sei-supported-platforms',
{
type: 'category',
label: 'Troubleshooting',
Expand Down