-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9f7350d
commit 9bd25fe
Showing
3 changed files
with
31 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,35 @@ | ||
title: 'nuxt-applicationinsights' | ||
title: nuxt-applicationinsights | ||
description: nuxt-applicationinsights is a module for both server side and client side integration of Azure applicationinsights | ||
navigation: false | ||
hero: | ||
title: 'nuxt-applicationinsights' | ||
description: 'A nuxt module for both server and client side applicationinsights integration' | ||
title: nuxt-applicationinsights | ||
description: A nuxt module for both server and client side applicationinsights integration | ||
orientation: horizontal | ||
links: | ||
- label: Get started | ||
icon: i-heroicons-arrow-right-20-solid | ||
trailing: true | ||
to: '/getting-started' | ||
to: /getting-started | ||
size: lg | ||
code: | | ||
```bash [Terminal] | ||
npx nuxi modules add nuxt-applicationinsights | ||
``` | ||
features: | ||
title: 'A ready to use module for applicationinsights' | ||
title: A ready to use module for applicationinsights | ||
items: | ||
- title: 'Server side integration of applicationinsights' | ||
description: 'Integrated with nitro-applicationinsights' | ||
icon: 'i-mdi-server' | ||
to: 'https://github.com/huang-julien/nitro-applicationinsights' | ||
target: '_blank' | ||
- title: 'Server side integration of applicationinsights' | ||
description: 'Client side integration with @microsoft/applicationinsights-web' | ||
icon: 'i-ph-browser' | ||
to: 'https://github.com/microsoft/ApplicationInsights-JS' | ||
target: '_blank' | ||
- title: Server side integration of applicationinsights | ||
description: Integrated with nitro-applicationinsights | ||
icon: i-mdi-server | ||
to: https://github.com/huang-julien/nitro-applicationinsights | ||
target: _blank | ||
- title: OpenTelemetry integration server side with nitro-opentelemetry | ||
description: To modify your traces easily | ||
icon: i-devicon-opentelemetry | ||
to: https://github.com/huang-julien/nitro-opentelemetry | ||
target: _blank | ||
- title: Server side integration of applicationinsights | ||
description: Client side integration with @microsoft/applicationinsights-web | ||
icon: i-ph-browser | ||
to: https://github.com/microsoft/ApplicationInsights-JS | ||
target: _blank |