Sample Workshops ================ Below are a selection of workshops you can try with Educates and use as a guide when developing your own workshops. * [Kubernetes Fundamentals](https://github.com/educates/lab-k8s-fundamentals) - An interactive workshop on Kubernetes fundamentals. The GitHub source repository also includes a set of workshops used to test Educates itself. They provide many examples of clickable actions in workshop instructions, making them a useful reference for understanding how clickable actions can be used. * [lab-dashboard-actions](https://github.com/educates/educates-training-platform/tree/develop/workshop-samples/lab-dashboard-actions/) - Test workshop for verifying all dashboard clickable action types including both the current preferred action formats and deprecated legacy formats. * [lab-files-actions](https://github.com/educates/educates-training-platform/tree/develop/workshop-samples/lab-files-actions/) - Test workshop for verifying all files clickable action types including file download, download with custom name, download with preview, copy file to clipboard, single file upload, and multiple file upload. * [lab-editor-actions](https://github.com/educates/educates-training-platform/tree/develop/workshop-samples/lab-editor-actions/) - Test workshop for verifying all editor clickable action types including open file, create file, append lines, insert lines before/after line, insert lines after match, select matching text, replace text selection, replace matching text, insert value into YAML, and execute command. * [lab-examiner-actions](https://github.com/educates/educates-training-platform/tree/develop/workshop-samples/lab-examiner-actions/) - Test workshop for verifying all examiner clickable action types including basic pass/fail tests, arguments, timeout, retries, form inputs, autostart, cascade, and cooldown. * [lab-markdown-basics](https://github.com/educates/educates-training-platform/tree/develop/workshop-samples/lab-markdown-basics/) - Test workshop for verifying rendering of common markdown formatting including headings, text styles, lists, links, code blocks, tables, blockquotes, and admonition shortcodes. * [lab-section-actions](https://github.com/educates/educates-training-platform/tree/develop/workshop-samples/lab-section-actions/) - Test workshop for verifying all section clickable action types including collapsible sections, nested sections, autostart within sections, cascade-triggered section closing, and section headings. * [lab-terminal-actions](https://github.com/educates/educates-training-platform/tree/develop/workshop-samples/lab-terminal-actions/) - Test workshop for verifying all terminal clickable action types including both the current preferred action formats and deprecated legacy formats.