Skip to content

Commit 30af988

Browse files
fsecada01claude
andcommitted
Add complete documentation pages to landing page
Create professional HTML pages for all documentation sections: - docs/quickstart.html — Installation and first extraction - docs/overview.html — Architecture and design decisions - docs/tutorial.html — Format-by-format walkthrough - docs/usecases.html — Real-world integration patterns - docs/recipes.html — Copy-paste code snippets All pages use consistent styling with: - Professional gradient header - Collapsible details/summary elements for better UX - Code examples with proper whitespace handling - Breadcrumb navigation - Links back to home page - Responsive mobile design Updated index.html to link to all new pages with correct hrefs. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent 222d631 commit 30af988

6 files changed

Lines changed: 1233 additions & 5 deletions

File tree

docs/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -428,23 +428,23 @@ <h3>Use the CLI</h3>
428428
<h2>📚 Documentation</h2>
429429
<p style="margin-bottom: 1.5rem;">Choose your path based on what you need:</p>
430430
<div class="guides-grid">
431-
<a href="#" class="guide-card">
431+
<a href="quickstart.html" class="guide-card">
432432
<h3>🎯 Quick Start</h3>
433433
<p class="description">Install and run your first extraction in under 2 minutes.</p>
434434
</a>
435-
<a href="#" class="guide-card">
435+
<a href="overview.html" class="guide-card">
436436
<h3>🔍 Technical Overview</h3>
437437
<p class="description">Architecture, module design, and implementation details.</p>
438438
</a>
439-
<a href="#" class="guide-card">
439+
<a href="tutorial.html" class="guide-card">
440440
<h3>📖 Tutorial</h3>
441441
<p class="description">Format-by-format walkthrough with real examples.</p>
442442
</a>
443-
<a href="#" class="guide-card">
443+
<a href="usecases.html" class="guide-card">
444444
<h3>💼 Use Cases</h3>
445445
<p class="description">FastAPI, S3, LangChain, batch processing patterns.</p>
446446
</a>
447-
<a href="#" class="guide-card">
447+
<a href="recipes.html" class="guide-card">
448448
<h3>📋 Recipes</h3>
449449
<p class="description">Copy-paste snippets for common tasks.</p>
450450
</a>

0 commit comments

Comments
 (0)