-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update getting started and config
- Loading branch information
1 parent
d699dec
commit a1506d8
Showing
3 changed files
with
27 additions
and
143 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
title: Usage | ||
description: Learn how to write and customize your documentation. | ||
--- | ||
|
||
## \`nuxt.config.ts\` | ||
|
||
**connectionString** | ||
|
||
- type: **string** | ||
|
||
Your applicationinsights connection string. Can be overriden by the runtime config if you need to have a different value for the client or server instance. | ||
|
||
**serverEnabled** | ||
|
||
- type: **boolean** | ||
- default: **true** | ||
|
||
Enable \`nitro-applicationinsights\`, adding the server instance of \`applicationinsights\` to each server request and to each nuxt instance. | ||
|
||
**clientEnabled** | ||
|
||
- type: **boolean** | ||
- default: **true** | ||
|
||
Add a client-side plugin to initialize the ApplicationInsights instance and provide it to your nuxt instance. |
This file was deleted.
Oops, something went wrong.