Skip to content

Commit 71e9eec

Browse files
📄 fix search in doc (word highlighting) (#440)
Co-authored-by: Fabien Casenave <fabien.casenave@safrangroup.com>
1 parent 9172da4 commit 71e9eec

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

docs/source/upgrade_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ your read/write code against the current
262262

263263
- **`plaid.infos`** — a dedicated pydantic `Infos` class, now living at the same
264264
level as `ProblemDefinition` (see [Infos](concepts/infos.md)).
265-
- **`plaid.viewer`** — an interactive [trame](https://kitware.github.io/trame/)
265+
- **`plaid-viewer`** — an interactive [trame](https://kitware.github.io/trame/)
266266
application for visual dataset exploration (see [Viewer](concepts/viewer.md)).
267267
- **`plaid-check`** — a CLI tool that validates the integrity of a local PLAID
268268
dataset (on-disk layout, `infos.yaml`, splits, sample conversion, invalid

docs/zensical.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ merge_init_into_class = true
181181
[project.theme]
182182
favicon = "images/plaid_logo.png"
183183
logo = "images/plaid_logo.png"
184+
features = [
185+
"search.highlight"
186+
]
184187

185188
[[project.theme.palette]]
186189
scheme = "default"

0 commit comments

Comments
 (0)