Skip to content

Commit

Permalink
Move Tutorials to a top-level guides section (#991)
Browse files Browse the repository at this point in the history
* wip move tutorials

* move to guides

* move tutorials to Guides section

* stuff

* test with link checker

* Update vercel-preview.yaml

* Update vercel-preview.yaml

* Update vercel-preview.yaml

* Update vercel-preview.yaml

* revert changes to workflow yaml
  • Loading branch information
ranic authored Apr 10, 2024
1 parent 606ad99 commit 431a7fa
Show file tree
Hide file tree
Showing 24 changed files with 36 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- name: Link Checker
uses: hashicorp/[email protected]
7 changes: 7 additions & 0 deletions pages/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"title": "Docs",
"type": "page"
},
"guides": {
"title": "Guides",
"type": "page",
"theme": {
"sidebar": true
}
},
"changelogs": {
"title": "Changelog",
"type": "page",
Expand Down
1 change: 0 additions & 1 deletion pages/docs/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
},
"what-is-mixpanel": "What is Mixpanel?",
"quickstart": "Quickstart",
"tutorials": "Onboarding Tutorial",
"data-in": {
"type": "separator",
"title": "DATA IN"
Expand Down
6 changes: 5 additions & 1 deletion pages/docs/tutorials/_meta.json → pages/guides/_meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"onboarding-overview": "Onboarding Overview",
"enterprise": {
"type": "separator",
"title": "ENTERPRISE"
},
"onboarding-overview": "Enterprise Onboarding",
"plan": "Plan",
"implement": "Implement",
"launch": "Launch",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Onboarding Tutorial Overview
# Enterprise Onboarding Overview

<p style={{ position: 'relative', paddingBottom: '56.25%', height: 0, overflow: 'hidden' }}>
<iframe src="https://www.youtube.com/embed/b_cIqQ5vgSI?rel=0" title="Onboarding Overview" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowFullScreen style={{position: 'absolute', top: 0, left: 0, width: '100%', height: '100%'}}></iframe>
</p>

## Onboarding Methodology
## Methodology

We recommend an iterative 3-step sprint approach to implementing Mixpanel, with each sprint ranging between 1 to 3 weeks. Once you've completed the onboarding, this same process should be repeated in subsequent sprints where you refine and expand your Mixpanel tracking.

Expand All @@ -19,7 +19,7 @@ We recommend an iterative 3-step sprint approach to implementing Mixpanel, with
### Step 3: Launch
[Launch](/docs/tutorials/launch/create-boards): Once your data is in Mixpanel, we’ll teach you how to create your first Mixpanel [Boards](/docs/boards/overview), walking through each Mixpanel Core Report ([Insights](/docs/reports/insights), [Funnels](/docs/reports/funnels), [Flows](/docs/reports/flows), and [Retention](/docs/reports/retention)) to help you start gaining insights; and finally, guiding you to define user [Cohorts](/docs/users/cohorts) to you track and monitor your key users.

## Onboarding Goals, Objectives, and Stakeholders
## Goals, Objectives, and Stakeholders

As you plan for Mixpanel onboarding, here are some key pointers to help you succeed.

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 16 additions & 0 deletions redirects/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -216,3 +216,19 @@
/docs/best-practices/analytics-strategy /docs/tutorials/analytics-strategy
/docs/best-practices/adoption https://mixpanel.com/blog/establish-a-product-analytics-practice/
/docs/best-practices/project-setup /docs/orgs-and-projects/managing-projects
/guides /guides/onboarding-overview/
/docs/tutorials/onboarding-overview /guides/onboarding-overview
/docs/tutorials/plan/setup /guides/plan/setup
/docs/tutorials/plan/framework /guides/plan/framework
/docs/tutorials/plan/tracking-strategy /guides/plan/tracking-strategy
/docs/tutorials/implement/send-your-data /guides/implement/send-your-data
/docs/tutorials/implement/qa-data-audit /guides/implement/qa-data-audit
/docs/tutorials/implement/establish-governance /guides/implement/establish-governance
/docs/tutorials/launch/create-boards /guides/launch/create-boards
/docs/tutorials/launch/discover-insights /guides/launch/discover-insights
/docs/tutorials/launch/analyze-conversions /guides/launch/analyze-conversions
/docs/tutorials/launch/build-user-flows /guides/launch/build-user-flows
/docs/tutorials/launch/track-user-retention /guides/launch/track-user-retention
/docs/tutorials/launch/define-cohorts /guides/launch/define-cohorts
/docs/tutorials/beyond-onboarding /guides/beyond-onboarding
/docs/tutorials/analytics-strategy /guides/analytics-strategy
3 changes: 3 additions & 0 deletions theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ const config: DocsThemeConfig = {
case `SUPPORT`:
icon = <SupportIcon />
break;
case `ENTERPRISE`:
icon = <IntroIcon />
break;
}
return (
<>{icon} {title}</>
Expand Down

0 comments on commit 431a7fa

Please sign in to comment.