mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 12:48:28 +00:00
docs: Fix broken homepage links (#2651)
* docs: Fix broken homepage links
Signed-off-by: Robyn J <robynjohnson@us.ibm.com>
* docs: Remediate sign-off
DCO Remediation Commit for Robyn J <bobbinrobyn@users.noreply.github.com>
I, Robyn J <bobbinrobyn@users.noreply.github.com>, hereby add my Signed-off-by to this commit: e873e24c11
Signed-off-by: Robyn J <bobbinrobyn@users.noreply.github.com>
---------
Signed-off-by: Robyn J <robynjohnson@us.ibm.com>
Signed-off-by: Robyn J <bobbinrobyn@users.noreply.github.com>
This commit is contained in:
14
docs/index.md
vendored
14
docs/index.md
vendored
@@ -25,12 +25,12 @@ Docling simplifies document processing, parsing diverse formats — including ad
|
||||
🐣 Ready to kick off your Docling journey? Let's dive right into it!
|
||||
|
||||
<div class="grid">
|
||||
<a href="../installation/" class="card"><b>⬇️ Installation</b><br />Quickly install Docling in your environment</a>
|
||||
<a href="../usage/" class="card"><b>▶️ Usage</b><br />Get a jumpstart on basic Docling usage</a>
|
||||
<a href="../concepts/" class="card"><b>🧩 Concepts</b><br />Learn Docling fundamentals and get a glimpse under the hood</a>
|
||||
<a href="../examples/" class="card"><b>🧑🏽🍳 Examples</b><br />Try out recipes for various use cases, including conversion, RAG, and more</a>
|
||||
<a href="../integrations/" class="card"><b>🤖 Integrations</b><br />Check out integrations with popular AI tools and frameworks</a>
|
||||
<a href="../reference/document_converter/" class="card"><b>📖 Reference</b><br />See more API details</a>
|
||||
<a href="../docling/getting_started/installation/" class="card"><b>⬇️ Installation</b><br />Quickly install Docling in your environment</a>
|
||||
<a href="../docling/getting_started/quickstart/" class="card"><b>▶️ Quickstart</b><br />Get a jumpstart on basic Docling usage</a>
|
||||
<a href="../docling/concepts/" class="card"><b>🧩 Concepts</b><br />Learn Docling fundamentals and get a glimpse under the hood</a>
|
||||
<a href="../docling/examples/" class="card"><b>🧑🏽🍳 Examples</b><br />Try out recipes for various use cases, including conversion, RAG, and more</a>
|
||||
<a href="../docling/integrations/" class="card"><b>🤖 Integrations</b><br />Check out integrations with popular AI tools and frameworks</a>
|
||||
<a href="../docling/reference/document_converter/" class="card"><b>📖 Reference</b><br />See more API details</a>
|
||||
</div>
|
||||
|
||||
## Features
|
||||
@@ -61,7 +61,7 @@ Docling simplifies document processing, parsing diverse formats — including ad
|
||||
|
||||
## What's next
|
||||
|
||||
🚀 The journey has just begun! Join us and become a part of the growing Docling community!
|
||||
🚀 The journey has just begun! Join us and become a part of the growing Docling community.
|
||||
|
||||
- <a href="https://github.com/docling-project/docling">:fontawesome-brands-github: GitHub</a>
|
||||
- <a href="https://docling.ai/discord">:fontawesome-brands-discord: Discord</a>
|
||||
|
||||
Reference in New Issue
Block a user