Revert "Add accordion dropdown to Hugo" (#707)

This commit is contained in:
trean
2024-03-11 20:46:08 +01:00
committed by GitHub
parent d406dc0400
commit e6ad2bc78a
2 changed files with 0 additions and 49 deletions
@@ -1,26 +0,0 @@
---
title: POC - Test documentation for partials
draft: true
weight: 10000
hideInSidebar: true
draft: true
---
This is a POC of features that we already have, and possibly others from Hugo
(gohugo.io) that I'd like to incorporate into our docs. We should also be able
to use this in our articles and blog posts.
This feature relates to progressive disclosure. When we have a "lot" of content,
many readers may want to skip over content such as descriptions of HNSW that they
already know. (Tip, click on the right facing arrow.)
<!-- commenting out related Hugo feature
{{% expand "More info on HNSW" %}}
Once we have a canonical Qdrant definition for HNSW, we can add it here.
{{% /expand %}}
<br>-->
<details>
<summary>More info on HNSW</summary>
Once we have a canonical Qdrant definition for HNSW, we can add it here.
</details>