diff --git a/mkdocs.yml b/mkdocs.yml index 0fc7f5f1..dd842d6d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -75,6 +75,8 @@ nav: - "Custom conversion": examples/custom_convert.py - "Batch conversion": examples/batch_convert.py - "Multi-format conversion": examples/run_with_formats.py + - "VLM pipeline with SmolDocling": examples/minimal_vlm_pipeline.py + - "VLM pipeline with remote model": examples/vlm_pipeline_api_model.py - "Figure export": examples/export_figures.py - "Table export": examples/export_tables.py - "Multimodal export": examples/export_multimodal.py