mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-27 04:24:45 +00:00
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:
parent
84438bd8a8
commit
c1794a79e2
@ -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>"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -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
7
docs/v2.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
## What's new
|
||||||
|
|
||||||
|
Stay tuned!
|
||||||
|
|
||||||
|
## Migration from v1
|
||||||
|
|
||||||
|
Stay tuned!
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user