From: skullY Date: Tue, 8 May 2018 19:20:13 +0000 (-0700) Subject: switch to the vue theme and add search X-Git-Url: https://git.donarmstrong.com/?p=qmk_firmware.git;a=commitdiff_plain;h=466ee7642317b701181f156f54fa1439bfba2d01 switch to the vue theme and add search --- diff --git a/docs/index.html b/docs/index.html index 9fddda840..0617e1f5c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -6,7 +6,8 @@ - + +
@@ -18,9 +19,16 @@ loadSidebar: true, auto2top: true, formatUpdated: '{YYYY}/{MM}/{DD} {HH}:{mm}', + search: { + paths: 'auto', + placeholder: 'Search Documentation...', + noData: 'We could not find any documents matching your search.', + depth: 6 + } } + @@ -28,6 +36,7 @@