# Examples Directory This directory contains example documents and workflow scripts to help you get started with the TSYS Dev Stack Docs Toolbox. ## Table of Contents - [Markdown Examples](#markdown-examples) - [Book Examples](#book-examples) - [Presentation Examples](#presentation-examples) - [Workflow Scripts](#workflow-scripts) ## Markdown Examples ### Resume Example - `resume-example.md` - A sample resume in markdown format optimized for ATS systems - `resume-example.pdf` - The generated PDF version using pandoc ### Technical Documentation - `technical-doc.md` - A sample technical document with code blocks and diagrams - `technical-doc.pdf` - The generated PDF with proper formatting - `technical-doc.html` - The generated HTML version ### Joplin Notes Conversion - `joplin-note-example.md` - Sample Joplin note with formatting - `joplin-note-example.pdf` - Converted PDF preserving Joplin formatting ## Book Examples ### Simple Book - `simple-book/` - A complete mdBook project with: - `book.toml` - Configuration file - `src/SUMMARY.md` - Table of contents - `src/chapter_1.md` - First chapter - `src/chapter_2.md` - Second chapter ### Technical Book - `technical-book/` - A more complex mdBook project with: - Custom CSS styling - Code examples with syntax highlighting - Diagrams and images ## Presentation Examples ### Marp Slides - `marp-slides-example.md` - Slides created with Marp syntax - `marp-slides-example.pdf` - Exported PDF slides ### Quarto Presentation - `quarto-slides-example.qmd` - Presentation in Quarto format - `quarto-slides-example.html` - Generated reveal.js presentation ## Workflow Scripts ### Document Generation Workflow - `generate-resume.sh` - Complete workflow to convert markdown resume to PDF - `generate-docs.sh` - Workflow to convert multiple markdown documents to various formats - `generate-book.sh` - Workflow to build and package an entire mdBook project ### Batch Processing - `batch-convert.py` - Python script to batch convert multiple documents - `convert-to-all-formats.sh` - Script to generate all format variants of a document