Browse Source

Add search plugin

customisations
alemart 1 year ago
parent
commit
6917747423
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      mkdocs.yml

+ 1
- 0
mkdocs.yml View File

17
 extra_javascript: [ 'js/extra.js' ]
17
 extra_javascript: [ 'js/extra.js' ]
18
 
18
 
19
 plugins:
19
 plugins:
20
+  - search
20
   - mkdocs-simple-hooks:
21
   - mkdocs-simple-hooks:
21
       hooks:
22
       hooks:
22
         on_post_build: 'docs.hooks:copy_static_files'
23
         on_post_build: 'docs.hooks:copy_static_files'

Loading…
Cancel
Save