From 0517c51cc9e7ab7d5af875fa3f875c8922ebd8fe Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Thu, 10 Dec 2020 20:16:56 +0800 Subject: [PATCH] docs: hide search input temporarily --- vant.config.js | 54 ++++++++++++++++++++++++++------------------------ 1 file changed, 28 insertions(+), 26 deletions(-) diff --git a/vant.config.js b/vant.config.js index 2981f75cd..881d4fcde 100644 --- a/vant.config.js +++ b/vant.config.js @@ -39,25 +39,26 @@ module.exports = { url: 'https://github.com/youzan/vant', }, ], - searchConfig: { - apiKey: '90067aecdaa2c85220e2783cd305caac', - indexName: 'vant', - searchParameters: { - facetFilters: ['lang:zh-CN', 'version:3.x'], - }, - transformItems(items) { - if (location.hostname !== 'youzan.github.io') { - items.forEach((item) => { - if (item.url) { - item.url = - item.url && - item.url.replace('youzan.github.io', location.hostname); - } - }); - } - return items; - }, - }, + // TODO + // searchConfig: { + // apiKey: '90067aecdaa2c85220e2783cd305caac', + // indexName: 'vant', + // searchParameters: { + // facetFilters: ['lang:zh-CN', 'version:3.x'], + // }, + // transformItems(items) { + // if (location.hostname !== 'youzan.github.io') { + // items.forEach((item) => { + // if (item.url) { + // item.url = + // item.url && + // item.url.replace('youzan.github.io', location.hostname); + // } + // }); + // } + // return items; + // }, + // }, nav: [ { title: '开发指南', @@ -415,13 +416,14 @@ module.exports = { url: 'https://github.com/youzan/vant', }, ], - searchConfig: { - apiKey: '90067aecdaa2c85220e2783cd305caac', - indexName: 'vant', - searchParameters: { - facetFilters: ['lang:en-US', 'version:3.x'], - }, - }, + // TODO + // searchConfig: { + // apiKey: '90067aecdaa2c85220e2783cd305caac', + // indexName: 'vant', + // searchParameters: { + // facetFilters: ['lang:en-US', 'version:3.x'], + // }, + // }, nav: [ { title: 'Essentials',