add v2 docs placeholder [skip ci] (#145)

* add v2 docs placeholder [skip ci]

Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>

* Remove conflicts

Signed-off-by: Christoph Auer <cau@zurich.ibm.com>

---------

Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
Co-authored-by: Christoph Auer <cau@zurich.ibm.com>
This commit is contained in:
Panos Vagenas 2024-10-15 16:30:35 +02:00 committed by GitHub
parent 84438bd8a8
commit c1794a79e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 5 deletions

View File

@ -4,7 +4,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"<a href=\"https://colab.research.google.com/github/DS4SD/docling/blob/main/examples/rag_llamaindex.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>" "<a href=\"https://colab.research.google.com/github/DS4SD/docling/blob/main/docs/examples/rag_llamaindex.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
] ]
}, },
{ {

View File

@ -1,7 +1,5 @@
{% extends "base.html" %} {% extends "base.html" %}
{#
{% block announce %} {% block announce %}
<p>🎉 Docling is now officially supported in LlamaIndex! <a href="{{ 'integrations/llamaindex/' | url }}">Check it out</a>!</p> <p>🎉 Docling is going v2, <a href="{{ 'v2' | url }}">check out</a> what's new and how to get started!</p>
{% endblock %} {% endblock %}
#}

7
docs/v2.md Normal file
View File

@ -0,0 +1,7 @@
## What's new
Stay tuned!
## Migration from v1
Stay tuned!

View File

@ -54,7 +54,7 @@ nav:
- Get started: - Get started:
- Home: index.md - Home: index.md
- Installation: installation.md - Installation: installation.md
# - Docling v2: v2.md - Docling v2: v2.md
# - Concepts: # - Concepts:
# - Docling Document: concepts/document.md # - Docling Document: concepts/document.md
# - Chunking: concepts/chunking.md # - Chunking: concepts/chunking.md