commit 2ca90ef516a638a59fad03988da6964894ef0aa1 Author: e023856b-a59e-4dbb-940d-86c57313e0d1 <> Date: Fri Sep 19 03:35:05 2025 +0000 Initial commit 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