ApplicationInsights-JS icon indicating copy to clipboard operation
ApplicationInsights-JS copied to clipboard

[Task] Add links for the README.md files pointing to the generated typedoc files

Open MSNev opened this issue 7 months ago • 0 comments

Review all of the README.md files and identify the tables which are describing the configuration descriptions

  • Add a link for the configuration type name to point to its definition which is deployed to https://microsoft.github.io/ApplicationInsights-JS/webSdk//interfaces/
  • Add links within each for the properties within the first column of the table which links to the individual configuration name

Where the is same name as that listed as the name in the package.json and the is a heading above the table.

The README.md in the root should use the typedoc that is deployed to https://microsoft.github.io/ApplicationInsights-JS/webSdk/applicationinsights-web/

MSNev avatar May 29 '25 20:05 MSNev