Finalize search feature for merge

This commit is contained in:
Stéphane Goetz
2016-03-13 21:51:58 +01:00
parent 55ef0b982b
commit d4c78ae3f9
24 changed files with 258 additions and 820 deletions

View File

@ -0,0 +1,13 @@
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
{
"html": {
"search": true
}
}
```