1# Config options for 'mkdocs' theme 2 3static_templates: 4 - 404.html 5 6include_search_page: false 7search_index_only: false 8 9highlightjs: true 10hljs_languages: [] 11hljs_style: github 12 13shortcuts: 14 help: 191 # ? 15 next: 78 # n 16 previous: 80 # p 17 search: 83 # s 18 19