Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion docs/your-plausible-experience.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Get the most out of your Plausible experience
title: Feature Overview
---

import useBaseUrl from '@docusaurus/useBaseUrl';
Expand Down
39 changes: 18 additions & 21 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,19 @@ module.exports = {
'plausible-script',
'integration-guides',
'troubleshoot-integration',
'landing-page',
'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',
Expand Down Expand Up @@ -54,7 +52,7 @@ module.exports = {
],
},
],
'Events, Funnels and Ecommerce': [
'Goals and Events': [
'goal-conversions',
'funnel-analysis',
'ecommerce-revenue-tracking',
Expand Down Expand Up @@ -84,13 +82,7 @@ module.exports = {
],
},
],
'API': [
'stats-api',
'stats-api-playground',
'events-api',
'sites-api',
],
Adblockers: [
'Bypass Adblockers': [
{ type: 'doc', id: 'proxy/introduction', label: 'Overview' },
{
type: 'category',
Expand All @@ -107,6 +99,12 @@ module.exports = {
],
},
],
'API': [
'stats-api',
'stats-api-playground',
'events-api',
'sites-api',
],
'Account Settings': [
'2fa',
'change-email',
Expand All @@ -115,15 +113,7 @@ module.exports = {
'dashboard-appearance',
'delete-account',
],
'Billing and Subscription': [
'trial-to-paid',
'subscription-plans',
'change-plan',
'cancel-subscription',
'download-invoices',
'billing',
],
'Team and Organization': [
'Team': [
'users-roles',
'transfer-ownership',
{
Expand All @@ -137,6 +127,13 @@ module.exports = {
],
}
],
Contribute: ['contribute', 'plausible-analytics-reviews', 'authors'],
'Billing': [
'trial-to-paid',
'subscription-plans',
'change-plan',
'cancel-subscription',
'download-invoices',
'billing',
],
},
}
Loading