From b7d74418278462bb6633c45d2d37157b781f6b8d Mon Sep 17 00:00:00 2001 From: Robyn J Date: Mon, 3 Nov 2025 11:58:32 -0600 Subject: [PATCH 1/3] Update mkdocs.yml Remove navigations.sections feature so that navigation menus will collapse & expand. They are collapsed by default. --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 204a64da3..5970c6aa7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -46,7 +46,7 @@ theme: # - navigation.instant.preview - navigation.instant.progress - navigation.path - - navigation.sections # <= + # - navigation.sections # <= - navigation.top - navigation.tracking - search.suggest From 39a5a43e09ab628f91b4736b115550e17d0930c5 Mon Sep 17 00:00:00 2001 From: Robyn J Date: Mon, 3 Nov 2025 12:16:36 -0600 Subject: [PATCH 2/3] docs: add sign-off DCO Remediation Commit for Robyn J I, Robyn J , hereby add my Signed-off-by to this commit: b7d74418278462bb6633c45d2d37157b781f6b8d Signed-off-by: Robyn J --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 5970c6aa7..672d84482 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -46,7 +46,7 @@ theme: # - navigation.instant.preview - navigation.instant.progress - navigation.path - # - navigation.sections # <= + # - navigation.sections # <= if set, navigation menus will not collapse and expand - navigation.top - navigation.tracking - search.suggest From cf197af1e60afd157a6c5f0e0709665a0080f157 Mon Sep 17 00:00:00 2001 From: Robyn J Date: Fri, 7 Nov 2025 13:20:42 -0600 Subject: [PATCH 3/3] docs: Combine Home and Getting Started page Combine home and getting stated pages, and rename the page "Documentation" Signed-off-by: Robyn J --- docs/getting_started/index.md | 17 ----------------- docs/index.md | 21 +++++++++++++++++++-- mkdocs.yml | 6 ++---- 3 files changed, 21 insertions(+), 23 deletions(-) diff --git a/docs/getting_started/index.md b/docs/getting_started/index.md index e7fee02d3..8b1378917 100644 --- a/docs/getting_started/index.md +++ b/docs/getting_started/index.md @@ -1,18 +1 @@ -🐣 Ready to kick off your Docling journey? Let's dive right into it! - - -## What's next - -🚀 The journey has just begun! Join us and become a part of the growing Docling community! - -- :fontawesome-brands-github: GitHub -- :fontawesome-brands-discord: Discord -- :fontawesome-brands-linkedin: LinkedIn diff --git a/docs/index.md b/docs/index.md index d440adeb6..601930db8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -20,6 +20,19 @@ Docling simplifies document processing, parsing diverse formats — including advanced PDF understanding — and providing seamless integrations with the gen AI ecosystem. +## Getting started + +🐣 Ready to kick off your Docling journey? Let's dive right into it! + + + ## Features * 🗂️ Parsing of [multiple document formats][supported_formats] incl. PDF, DOCX, PPTX, XLSX, HTML, WAV, MP3, VTT, images (PNG, TIFF, JPEG, ...), and more @@ -46,9 +59,13 @@ Docling simplifies document processing, parsing diverse formats — including ad * 📝 Chart understanding (Barchart, Piechart, LinePlot, etc) * 📝 Complex chemistry understanding (Molecular structures) -## Get started +## What's next + +🚀 The journey has just begun! Join us and become a part of the growing Docling community! -Check out our [getting started](./getting_started/index.md) page to get the ball rolling! +- :fontawesome-brands-github: GitHub +- :fontawesome-brands-discord: Discord +- :fontawesome-brands-linkedin: LinkedIn ## Live assistant diff --git a/mkdocs.yml b/mkdocs.yml index 672d84482..24bd63f1d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -52,10 +52,8 @@ theme: - search.suggest - toc.follow nav: - - Home: - - "Docling": index.md - - Getting started: - - Getting started: getting_started/index.md + - Documentation: + - "Docling documentation": index.md - Installation: - Installation: installation/index.md - Usage: