Finalize search feature for merge
This commit is contained in:
13
docs/01_Features/Search.md
Normal file
13
docs/01_Features/Search.md
Normal 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
|
||||
}
|
||||
}
|
||||
```
|
Reference in New Issue
Block a user