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
|
|
|
|
{
|
2016-05-05 23:43:37 +02:00
|
|
|
"html": {
|
|
|
|
"search": true
|
2016-03-13 21:51:58 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
```
|