There was an error while loading. Please reload this page.
1 parent d8cc379 commit 4f2abf8Copy full SHA for 4f2abf8
1 file changed
docs/_templates/page.html
@@ -228,12 +228,14 @@
228
title="DocArray Bot"
229
description="The data structure for unstructured data"
230
>
231
- <dl>
232
- <dt>You can ask questions about our docs. Try:</dt>
233
- <dd>What is a DocumentArray?</dd>
234
- <dd>How to use docarray with Jina?</dd>
235
- <dd>How to find nearest neighbour of Documents?</dd>
236
- </dl>
+ <template>
+ <dl>
+ <dt>You can ask questions about our docs. Try:</dt>
+ <dd>What is a DocumentArray?</dd>
+ <dd>How to use docarray with Jina?</dd>
+ <dd>How to find nearest neighbour of Documents?</dd>
237
+ </dl>
238
+ </template>
239
</qa-bot>
240
</div>
241
<img referrerpolicy="no-referrer-when-downgrade"
0 commit comments