Skip to content

Commit 448b6f5

Browse files
Merge pull request #680 from plausible/sidebar
sidebar
2 parents d5bf601 + e7fed7f commit 448b6f5

2 files changed

Lines changed: 19 additions & 22 deletions

File tree

docs/your-plausible-experience.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Get the most out of your Plausible experience
2+
title: Feature Overview
33
---
44

55
import useBaseUrl from '@docusaurus/useBaseUrl';

sidebars.js

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,19 @@ module.exports = {
88
'plausible-script',
99
'integration-guides',
1010
'troubleshoot-integration',
11+
'landing-page',
1112
'your-plausible-experience',
1213
],
1314
'Website Settings': [
14-
'landing-page',
1515
'website-settings',
1616
'change-domain-name',
1717
'general',
18-
'users-roles',
1918
'visibility',
2019
'shared-links',
2120
'embed-dashboard',
2221
'email-reports',
2322
'traffic-spikes',
2423
'slack-reports',
25-
'transfer-ownership',
2624
'reset-site-data',
2725
'delete-site-data',
2826
'excluding',
@@ -54,7 +52,7 @@ module.exports = {
5452
],
5553
},
5654
],
57-
'Events, Funnels and Ecommerce': [
55+
'Goals and Events': [
5856
'goal-conversions',
5957
'funnel-analysis',
6058
'ecommerce-revenue-tracking',
@@ -84,13 +82,7 @@ module.exports = {
8482
],
8583
},
8684
],
87-
'API': [
88-
'stats-api',
89-
'stats-api-playground',
90-
'events-api',
91-
'sites-api',
92-
],
93-
Adblockers: [
85+
'Bypass Adblockers': [
9486
{ type: 'doc', id: 'proxy/introduction', label: 'Overview' },
9587
{
9688
type: 'category',
@@ -107,6 +99,12 @@ module.exports = {
10799
],
108100
},
109101
],
102+
'API': [
103+
'stats-api',
104+
'stats-api-playground',
105+
'events-api',
106+
'sites-api',
107+
],
110108
'Account Settings': [
111109
'2fa',
112110
'change-email',
@@ -115,15 +113,7 @@ module.exports = {
115113
'dashboard-appearance',
116114
'delete-account',
117115
],
118-
'Billing and Subscription': [
119-
'trial-to-paid',
120-
'subscription-plans',
121-
'change-plan',
122-
'cancel-subscription',
123-
'download-invoices',
124-
'billing',
125-
],
126-
'Team and Organization': [
116+
'Team': [
127117
'users-roles',
128118
'transfer-ownership',
129119
{
@@ -137,6 +127,13 @@ module.exports = {
137127
],
138128
}
139129
],
140-
Contribute: ['contribute', 'plausible-analytics-reviews', 'authors'],
130+
'Billing': [
131+
'trial-to-paid',
132+
'subscription-plans',
133+
'change-plan',
134+
'cancel-subscription',
135+
'download-invoices',
136+
'billing',
137+
],
141138
},
142139
}

0 commit comments

Comments
 (0)