docs: fix PostgreSQL section nesting - now top-level collapsible

- Close Rust Crates section before PostgreSQL
- Remove extra </details> tag

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Reuven 2026-01-22 00:16:20 -05:00
parent 49e8f7c29a
commit f902f524f2

View file

@ -853,6 +853,8 @@ engine.addTrajectoryStep(trajId, activations, attention, 0.9);
engine.endTrajectory(trajId, 0.95);
```
</details>
<details>
<summary><strong>🐘 PostgreSQL Extension</strong></summary>
@ -1114,8 +1116,6 @@ db.insert(0, &embedding);
let results = db.search(&query, 5);
```
</details>
<details>
<summary>🌐 WASM Packages (Browser & Edge)</summary>