From 8ec8a3d01006ce4953e86c18a4e903e0156af804 Mon Sep 17 00:00:00 2001 From: b3a28592-06d4-4bb0-a34d-44ce2221fbc0 <> Date: Thu, 2 Oct 2025 10:18:41 +0000 Subject: [PATCH] Initial commit --- docs/00_overview.md | 1 + docs/01_task.md | 1 + lab.yaml | 16 ++++++++++++++++ 3 files changed, 18 insertions(+) create mode 100644 docs/00_overview.md create mode 100644 docs/01_task.md create mode 100644 lab.yaml diff --git a/docs/00_overview.md b/docs/00_overview.md new file mode 100644 index 0000000..4bba659 --- /dev/null +++ b/docs/00_overview.md @@ -0,0 +1 @@ +# Overview \ No newline at end of file diff --git a/docs/01_task.md b/docs/01_task.md new file mode 100644 index 0000000..17014e0 --- /dev/null +++ b/docs/01_task.md @@ -0,0 +1 @@ +## Initial task \ No newline at end of file diff --git a/lab.yaml b/lab.yaml new file mode 100644 index 0000000..55ffafd --- /dev/null +++ b/lab.yaml @@ -0,0 +1,16 @@ +title: labzy +version: 1.0.0 +description: Descrition for tasks . +overview_path: docs/00_overview.md +sections: + title: Instructions + items: + - id: 1 + title: Task 1 + path: docs/01_task.md + estimated_minutes: 7 + dependencies: [] +ui: + default_open_section_id: 1 + show_toc: true + collapsible_sections: true