Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhide Use Cases Docs #7127

Merged
merged 5 commits into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from 4 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
11 changes: 11 additions & 0 deletions src/_data/sidenav/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ sections:
title: Testing and Debugging
- path: /getting-started/whats-next
title: What's Next
- section_title: Use Cases
slug: getting-started/use-cases
section:
- path: /getting-started/use-cases/
title: Use Cases Overview
- path: /getting-started/use-cases/guide/
title: Choosing a Use Case
- path: /getting-started/use-cases/setup/
title: Use Cases Setup
- path: /getting-started/use-cases/reference/
title: Use Cases Reference

- section_title: Guides
section:
Expand Down
4 changes: 3 additions & 1 deletion src/getting-started/use-cases/guide.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
---
title: Choosing a Use Case
hidden: true
---

Segment built Use Cases to streamline the process of implementing Segment for specific business objectives.

This guide will help you navigate through the available use cases and select the one that best aligns with your business goals.

> info ""
> You can onboard to Segment with a Use Case if you’re a new business tier user or haven’t yet connected a source and destination.
pwseg marked this conversation as resolved.
Show resolved Hide resolved

## Understanding business goals and use cases

Segment supports 25 use cases, organized into 4 main business goals:
Expand Down
3 changes: 2 additions & 1 deletion src/getting-started/use-cases/index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
title: Use Cases Overview
hidden: true
---

Use Cases are pre-built Segment setup guides tailored to common business goals.

Use Cases eliminate guesswork with a structured approach to onboarding, helping you configure Segment correctly and align its features to your business objectives.

> info ""
> You can onboard to Segment with a Use Case if you’re a new business tier user or haven’t yet connected a source and destination.

## Onboard to Segment with Use Cases

Expand Down
1 change: 0 additions & 1 deletion src/getting-started/use-cases/reference.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Use Cases Reference
hidden: true
---

This reference guide provides detailed information on the suggested events, sources, and destinations for each Segment use case. Use this guide to ensure you're tracking the right events and connecting the best sources and destinations for your specific needs.
Expand Down
4 changes: 3 additions & 1 deletion src/getting-started/use-cases/setup.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Use Cases Setup
hidden: true
---

Use Cases help you onboard quickly and efficiently to Segment by guiding you through specific steps tailored to your business needs.
Expand All @@ -10,6 +9,9 @@ This page walks you through the steps to set up a use case in your Segment insta
> info "Permissions"
> To implement a use case, you'll need to be a Workspace Owner for your Segment account. See the [Roles](/docs/segment-app/iam/roles/) documentation for more information.

> info ""
> You can onboard to Segment with a Use Case if you’re a new business tier user or haven’t yet connected a source and destination.

## Use case setup overview

From a high level, setting Segment up with a use case takes place in four stages:
Expand Down