Skip to content

Commit 4f2abf8

Browse files
authored
fix(qabot): hide the slot elements on the docs page (#347)
1 parent d8cc379 commit 4f2abf8

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

docs/_templates/page.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -228,12 +228,14 @@
228228
title="DocArray Bot"
229229
description="The data structure for unstructured data"
230230
>
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>
231+
<template>
232+
<dl>
233+
<dt>You can ask questions about our docs. Try:</dt>
234+
<dd>What is a DocumentArray?</dd>
235+
<dd>How to use docarray with Jina?</dd>
236+
<dd>How to find nearest neighbour of Documents?</dd>
237+
</dl>
238+
</template>
237239
</qa-bot>
238240
</div>
239241
<img referrerpolicy="no-referrer-when-downgrade"

0 commit comments

Comments
 (0)