forked from plausible/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsidebars.js
126 lines (126 loc) · 3.46 KB
/
sidebars.js
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
126
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',
'transfer-ownership',
'reset-site-data',
'delete-site-data',
'excluding',
],
'Stats Dashboard': [
'guided-tour',
'compare-stats',
'filters-segments',
'manual-link-tagging',
'google-search-console-integration',
'realtime-dashboard',
'top-referrers',
'top-pages',
'countries',
'devices',
'subdomain-hostname-filter',
'metrics-definitions',
'keyboard-shortcuts',
'dashboard-faq',
{
type: 'category',
label: 'Import & Export',
items: [
'google-analytics-import',
'csv-import',
'export-stats',
],
},
],
'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: [
{ type: 'doc', id: 'proxy/introduction', label: 'Overview' },
{
type: 'category',
label: 'Proxy Guides',
items: [
{ type: 'doc', id: 'proxy/guides/cloudflare', label: 'Cloudflare' },
{ type: 'doc', id: 'proxy/guides/deno', label: 'Deno Deploy' },
{ type: 'doc', id: 'proxy/guides/wordpress', label: 'WordPress' },
{ type: 'doc', id: 'proxy/guides/akamai', label: 'Akamai' },
{ type: 'doc', id: 'proxy/guides/netlify', label: 'Netlify' },
{ type: 'doc', id: 'proxy/guides/vercel', label: 'Vercel' },
{
type: 'doc',
id: 'proxy/guides/nextjs',
label: 'Next.js on Vercel',
},
{ type: 'doc', id: 'proxy/guides/cloudfront', label: 'CloudFront' },
{ type: 'doc', id: 'proxy/guides/nginx', label: 'Nginx' },
{ type: 'doc', id: 'proxy/guides/caddy', label: 'Caddy' },
{ type: 'doc', id: 'proxy/guides/apache', label: 'Apache' },
],
},
],
'Account Settings': [
'2fa',
'change-email',
'reset-password',
'dashboard-appearance',
'delete-account',
],
'Billing and Subscription': [
'trial-to-paid',
'subscription-plans',
'change-plan',
'cancel-subscription',
'download-invoices',
'billing',
],
Contribute: ['contribute', 'plausible-analytics-reviews', 'authors'],
},
}