From 39db64dcaf8277ac69e03e19c5e61c1eaa6260cb Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Mon, 13 Sep 2021 15:45:29 -0400 Subject: [PATCH] otel-js website_docs at HEAD (#722) * otel-js docs from feea5167 * Fix broken links to exporters * Add back the link to Getting started --- content/en/docs/js/_index.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/content/en/docs/js/_index.md b/content/en/docs/js/_index.md index 41e6090b47c..fca1d8ae89f 100644 --- a/content/en/docs/js/_index.md +++ b/content/en/docs/js/_index.md @@ -1,9 +1,14 @@ --- -title: "Javascript" +title: Javascript weight: 20 -description: > - JavaScript logo +description: >- + A language-specific implementation of OpenTelemetry in JavaScript (for Node.JS & the browser). +cascade: + github_repo: &repo https://github.com/open-telemetry/opentelemetry-js + github_subdir: website_docs + path_base_for_github_subdir: content/en/docs/js/ + github_project_repo: *repo --- This page contains an introduction to OpenTelemetry in JavaScript. This guide