mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-21 19:48:55 +00:00
add doc v1.1.2
This commit is contained in:
33
doc/webhelp/app/options/properties.js
Normal file
33
doc/webhelp/app/options/properties.js
Normal file
@@ -0,0 +1,33 @@
|
||||
var properties =
|
||||
{ "default.language" : "en",
|
||||
"use.stemming" : "false",
|
||||
"webhelp.default.collection.type.sequence" : "yes",
|
||||
"webhelp.enable.scroll.to.search.term" : "yes",
|
||||
"webhelp.enable.search.autocomplete" : "yes",
|
||||
"webhelp.enable.search.kuromoji.js" : "true",
|
||||
"webhelp.enable.sticky.header" : "yes",
|
||||
"webhelp.enable.sticky.publication.toc" : "yes",
|
||||
"webhelp.enable.sticky.topic.toc" : "yes",
|
||||
"webhelp.enable.template.js.module.loading" : "no",
|
||||
"webhelp.labels.generation.mode" : "keywords-label",
|
||||
"webhelp.language" : "zh-CN",
|
||||
"webhelp.publication.toc.links" : "all",
|
||||
"webhelp.publication.toc.tooltip.position" : "right",
|
||||
"webhelp.search.default.operator" : "or",
|
||||
"webhelp.search.enable.pagination" : "yes",
|
||||
"webhelp.search.page.numberOfItems" : "50",
|
||||
"webhelp.search.ranking" : "true",
|
||||
"webhelp.show.breadcrumb" : "yes",
|
||||
"webhelp.show.changes.and.comments" : "no",
|
||||
"webhelp.show.child.links" : "yes",
|
||||
"webhelp.show.full.size.image" : "true",
|
||||
"webhelp.show.indexterms.link" : "yes",
|
||||
"webhelp.show.main.page.tiles" : "no",
|
||||
"webhelp.show.main.page.toc" : "yes",
|
||||
"webhelp.show.navigation.links" : "yes",
|
||||
"webhelp.show.print.link" : "yes",
|
||||
"webhelp.show.related.links" : "yes",
|
||||
"webhelp.show.top.menu" : "no",
|
||||
"webhelp.sitemap.priority" : "1.0",
|
||||
"webhelp.top.menu.depth" : "3",
|
||||
"webhelp.topic.collapsible.elements.initial.state" : "expanded" };
|
||||
Reference in New Issue
Block a user