summary refs log tree commit diff stats
path: root/tools/dochack/dochack.nim
Commit message (Collapse)AuthorAgeFilesLines
* make dochack.nim compile againAraq2018-08-141-14/+14
|
* Better doc search (#8260)Ray Imber2018-07-201-16/+20
| | | | | | | | | | | | | | | | | | * Modified the doc generation to produce a custom data attribute to allow for better search functionality * Implemented fuzzy matching for the Nim Doc search instead of the simple regex match. * Fix to the WordBoundry state transition from code review with @Varriount. Also removed silly testing template that is no longer used. * Update fuzzysearch.nim * Update fuzzysearch.nim * Update fuzzysearch.nim * Update dochack.nim * Update dochack.nim
* local theindex path is accepted too by browsersAraq2016-09-091-1/+1
|
* docgen: working search featureAraq2016-09-091-7/+13
|
* docgen: minor changesAndreas Rumpf2016-09-091-4/+4
|
* docgen: search featureAndreas Rumpf2016-09-091-0/+59
|
* docgen: group by type featureAndreas Rumpf2016-09-081-0/+231