forked from plausible/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsidebars.js
More file actions
125 lines (125 loc) · 2.88 KB
/
sidebars.js
File metadata and controls
125 lines (125 loc) · 2.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
module.exports = {
someSidebar: {
"Get Started": [
'introduction',
'register-account',
'add-website',
'plausible-script',
'script-extensions',
'integration-guides',
'troubleshoot-integration',
'your-plausible-experience'
],
"Website Settings": [
'landing-page',
'website-settings',
'change-domain-name',
'general',
'users-roles',
'visibility',
'shared-links',
'embed-dashboard',
'email-reports',
'traffic-spikes',
'slack-reports',
'excluding-pages',
'transfer-ownership',
'reset-site-data',
'delete-site-data',
'excluding'
],
"Stats Dashboard": [
'guided-tour',
'compare-stats',
'filters-segments',
'manual-link-tagging',
'google-analytics-import',
'google-search-console-integration',
'realtime-dashboard',
'top-referrers',
'top-pages',
'countries',
'devices',
'export-stats',
'metrics-definitions',
'keyboard-shortcuts',
'dashboard-faq'
],
"Events, Funnels and Ecommerce": [
'goal-conversions',
'funnel-analysis',
'ecommerce-revenue-tracking',
'outbound-link-click-tracking',
'file-downloads-tracking',
'error-pages-tracking-404',
'pageview-goals',
'custom-event-goals',
{
type: 'category',
label: 'Custom properties',
items: [
'custom-props/introduction',
'custom-props/for-pageviews',
'custom-props/for-custom-events',
'custom-props/props-dashboard',
]
},
{
type: 'category',
label: 'Custom events CMS guides',
items: [
'webflow-integration',
'shopify-integration',
'carrd-integration'
],
}
],
"API": [
'stats-api',
'events-api',
'sites-api'
],
"Adblockers": [
'proxy/introduction',
{
type: 'category',
label: 'Guides',
items: [
'proxy/guides/cloudflare',
'proxy/guides/wordpress',
'proxy/guides/akamai',
'proxy/guides/netlify',
'proxy/guides/vercel',
'proxy/guides/nextjs',
'proxy/guides/cloudfront',
'proxy/guides/nginx',
'proxy/guides/caddy',
'proxy/guides/apache'
],
}
],
"Account Settings": [
'change-email',
'reset-password',
'dashboard-appearance',
'delete-account'
],
"Billing and Subscription": [
'trial-to-paid',
'subscription-plans',
'change-plan',
'cancel-subscription',
'download-invoices',
'billing'
],
"Self-Hosting": [
'self-hosting',
'self-hosting-configuration'
],
"Contribute": [
'contribute',
'plausible-analytics-reviews',
'authors'
],
},
};