Skip to content

Commit a7aaa0f

Browse files
authored
Workspace Home launch: unhide, add to nav, add products grid (#1460)
* unhide, add to nav, add products grid * hide plan grid while we fix
1 parent 967acbe commit a7aaa0f

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

src/_data/products.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,11 @@ items:
9090
team: true
9191
business: true
9292
add-on: false
93+
- product_display_name: Workspace Home page
94+
slug: workspace-home
95+
plan-note: "The Workspace Home page is currently available in Business plan workspaces, to workspace Owners only."
96+
plans:
97+
free: false
98+
team: false
99+
business: true
100+
add-on: false

src/_data/sidenav/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ sections:
164164
- path: /connections/functions/source-functions
165165
title: Source Functions
166166
- path: /connections/functions/destination-functions
167-
title: Destination Functions
167+
title: Destination Functions
168168
- path: /connections/functions/environment
169169
title: Functions environment
170170
- path: /connections/functions/usage
@@ -258,7 +258,7 @@ sections:
258258
title: SQL Traits
259259
- section_title: Audiences
260260
slug: /personas/audiences
261-
section:
261+
section:
262262
- path: /personas/audiences
263263
title: Overview
264264
- path: /personas/audiences/account-audiences
@@ -343,6 +343,8 @@ sections:
343343
section:
344344
- path: /segment-app
345345
title: Introducing the Segment Web App
346+
- path: /segment-app/workspace-home
347+
title: Workspace Home
346348
- section_title: Access Management
347349
slug: segment-app/iam
348350
section:

src/segment-app/workspace-home.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
22
title: Workspace Home
3-
hidden: true
43
---
4+
<!--
5+
{% include content/plan-grid.md name="workspace-home" %}
6+
-->
7+
58

69
Segment's Workspace Home serves as a dashboard that gives you a single consolidated view of the workspace, its health and status, and metrics for specific integrations over time.
710

0 commit comments

Comments
 (0)