Skip to content

Commit 6707adb

Browse files
committed
docs: add docs for module analytics and cookbook portal-analytics
1 parent da9258e commit 6707adb

File tree

4 files changed

+36
-0
lines changed

4 files changed

+36
-0
lines changed

vue-press/src/.vuepress/sidebar.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ export default sidebar({
130130
text: 'Portal',
131131
link: 'app-portal.md',
132132
},
133+
{
134+
text: 'Portal Analytics',
135+
link: 'portal-analytics.md',
136+
},
133137
],
134138
},
135139
],
@@ -308,6 +312,10 @@ export default sidebar({
308312
text: 'Telemetry',
309313
link: 'telemetry/',
310314
},
315+
{
316+
text: 'Analytics',
317+
link: 'analytics/',
318+
},
311319
{
312320
text: 'Services',
313321
prefix: 'services/',

vue-press/src/cookbooks/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Our React cookbooks demonstrate how to build applications using the Fusion Frame
4646

4747
- **[Vanilla JavaScript](app-vanilla.md)** - Framework usage without React
4848
- **[Portal](app-portal.md)** - Portal framework demonstration
49+
- **[Portal analytics](portal-analytics.md)** - Portal framework with analytics module demonstration
4950

5051
## Getting Started
5152

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Portal Analytics
3+
category: Cookbook
4+
tag:
5+
- cookbook
6+
- react
7+
- portal
8+
- analytics
9+
---
10+
11+
This cookbook demonstrates the analytics module usage in a portal.
12+
13+
<!-- @include: ../../../cookbooks/portal-analytics/README.md -->
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Module analytics
3+
4+
category: Module
5+
tag:
6+
- telemetry
7+
- observability
8+
- analytics
9+
- monitoring
10+
---
11+
12+
<ModuleBadge module="modules/analytics" />
13+
14+
<!-- @include: ../../../../packages/modules/analytics/README.md -->

0 commit comments

Comments
 (0)