From 2e2407534cd73886725e08ced016f8edbfb7655c Mon Sep 17 00:00:00 2001 From: maeddes Date: Tue, 16 Apr 2024 18:28:02 +0000 Subject: [PATCH] draft mode and gitpod config --- .gitpod.yml | 1 + tutorial/content/labs/telemetry_pipelines/connector/_index.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 7459bdf..9f6da64 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,5 +1,6 @@ # Image of workspace. Learn more: https://www.gitpod.io/docs/configure/workspaces/workspace-image image: maeddes/gitpod:full +workspaceLocation: '/workspace/otel-getting-started/labs' tasks: - name: Add Python Otel libs diff --git a/tutorial/content/labs/telemetry_pipelines/connector/_index.md b/tutorial/content/labs/telemetry_pipelines/connector/_index.md index 9ade190..12c775f 100644 --- a/tutorial/content/labs/telemetry_pipelines/connector/_index.md +++ b/tutorial/content/labs/telemetry_pipelines/connector/_index.md @@ -1,6 +1,6 @@ --- title: "Connector (optional)" -draft: false +draft: true weight: 2 ---