daux.io/docs/01_Features/Search.md

14 lignes
315 B
Markdown
Brut Vue normale Historique

2016-03-13 21:51:58 +01:00
Searching in a Daux.io documentation is possible, but only in static mode.
We don't provide this feature in live rendering as it would be too slow.
To enable the generated search, you can set `search` to true in the `html` section of your configuration
```json
{
2020-04-25 14:44:43 +02:00
"html": {
"search": true
}
2016-03-13 21:51:58 +01:00
}
```