File tree Expand file tree Collapse file tree 4 files changed +36
-0
lines changed
Expand file tree Collapse file tree 4 files changed +36
-0
lines changed Original file line number Diff line number Diff 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/' ,
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 -->
Original file line number Diff line number Diff line change 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 -->
You can’t perform that action at this time.
0 commit comments