From 3cd5ad457c341175476f0245e658c17310e342c2 Mon Sep 17 00:00:00 2001 From: e023856b-a59e-4dbb-940d-86c57313e0d1 <> Date: Sat, 20 Sep 2025 05:44:51 +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..9086837 --- /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 \ No newline at end of file