feat(search): Supports the max depth of the search headline, fixed #223, resolve #129

This commit is contained in:
qingwei.li
2017-07-26 08:36:35 +08:00
parent 0dd2497467
commit b7b589b1bf
5 changed files with 17 additions and 6 deletions

View File

@@ -35,7 +35,10 @@ By default, the hyperlink on the current page is recognized and the content is s
noData: {
'/zh-cn/': '找不到结果',
'/': 'No Results'
}
},
// Headline depth, 1 - 6
depth: 2
}
}
</script>