mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
npm 发布过滤掉一些文件
This commit is contained in:
parent
6b23d9c283
commit
0ea1fd52e0
@ -15,4 +15,11 @@ fis-conf.js
|
||||
/__mocks__
|
||||
/coverage
|
||||
/publish.sh
|
||||
/gh-pages
|
||||
/gh-pages
|
||||
/.github
|
||||
/docs
|
||||
/examples
|
||||
/scripts
|
||||
/.travis.yml
|
||||
/deploy-gh-pages.sh
|
||||
/tsconfig.json
|
||||
|
@ -1,121 +0,0 @@
|
||||
{
|
||||
"index_name": "gh_pages",
|
||||
"start_urls": [
|
||||
"https://baidu.gitee.io/amis/docs/index",
|
||||
"https://baidu.gitee.io/amis/docs/concepts/schema",
|
||||
"https://baidu.gitee.io/amis/docs/concepts/datascope-and-datachain",
|
||||
"https://baidu.gitee.io/amis/docs/concepts/template",
|
||||
"https://baidu.gitee.io/amis/docs/concepts/data-mapping",
|
||||
"https://baidu.gitee.io/amis/docs/concepts/expression",
|
||||
"https://baidu.gitee.io/amis/docs/concepts/linkage",
|
||||
"https://baidu.gitee.io/amis/docs/concepts/action",
|
||||
"https://baidu.gitee.io/amis/docs/concepts/style",
|
||||
"https://baidu.gitee.io/amis/docs/types/schemanode",
|
||||
"https://baidu.gitee.io/amis/docs/types/api",
|
||||
|
||||
{
|
||||
"url": "https://baidu.gitee.io/amis/docs/components",
|
||||
"selectors_key": "component"
|
||||
},
|
||||
{
|
||||
"url": "https://baidu.gitee.io/amis/docs/components/form/(?P<formItem>.*?$)",
|
||||
"selectors_key": "formitem",
|
||||
"variables": {
|
||||
"formItem": [
|
||||
"index",
|
||||
"formitem",
|
||||
"options",
|
||||
"array",
|
||||
"button",
|
||||
"button-toolbar",
|
||||
"button-group",
|
||||
"chain-select",
|
||||
"checkbox",
|
||||
"checkboxes",
|
||||
"city",
|
||||
"color",
|
||||
"combo",
|
||||
"date",
|
||||
"datetime",
|
||||
"date-range",
|
||||
"datetime-range",
|
||||
"diff-editor",
|
||||
"editor",
|
||||
"fieldset",
|
||||
"file",
|
||||
"formula",
|
||||
"grid",
|
||||
"group",
|
||||
"hbox",
|
||||
"hidden",
|
||||
"image",
|
||||
"input-group",
|
||||
"list",
|
||||
"matrix",
|
||||
"nestedselect",
|
||||
"number",
|
||||
"panel",
|
||||
"picker",
|
||||
"radios",
|
||||
"rating",
|
||||
"range",
|
||||
"repeat",
|
||||
"rich-text",
|
||||
"select",
|
||||
"service",
|
||||
"subform",
|
||||
"switch",
|
||||
"static",
|
||||
"tabs",
|
||||
"table",
|
||||
"tag",
|
||||
"text",
|
||||
"textarea",
|
||||
"time",
|
||||
"tree",
|
||||
"treeselect"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"js_render": true,
|
||||
"js_wait": 1,
|
||||
"use_anchors": false,
|
||||
"selectors": {
|
||||
"default": {
|
||||
"lvl0": ".Doc-title h1",
|
||||
"lvl1": ".markdown-body h2",
|
||||
"lvl2": ".markdown-body h3",
|
||||
"lvl3": ".markdown-body h4",
|
||||
"lvl4": ".markdown-body h5",
|
||||
"text": ".markdown-body p, .markdown-body li"
|
||||
},
|
||||
"component": {
|
||||
"lvl0": {
|
||||
"selector": ".Doc-title h1",
|
||||
"default_value": "\u7ec4\u4ef6\u6587\u6863"
|
||||
},
|
||||
"lvl1": ".markdown-body h2",
|
||||
"lvl2": ".markdown-body h3",
|
||||
"lvl3": ".markdown-body h4",
|
||||
"lvl4": ".markdown-body h5",
|
||||
"text": ".markdown-body p, .markdown-body li"
|
||||
},
|
||||
"formitem": {
|
||||
"lvl0": {
|
||||
"selector": ".Doc-title h1",
|
||||
"default_value": "\u7ec4\u4ef6\u6587\u6863"
|
||||
},
|
||||
"lvl1": {
|
||||
"selector": ".markdown-body h2",
|
||||
"default_value": "Form"
|
||||
},
|
||||
"lvl2": ".markdown-body h3",
|
||||
"lvl3": ".markdown-body h4",
|
||||
"lvl4": ".markdown-body h5",
|
||||
"text": ".markdown-body p, .markdown-body li"
|
||||
}
|
||||
},
|
||||
"min_indexed_level": 0,
|
||||
"nb_hits": 1224
|
||||
}
|
Loading…
Reference in New Issue
Block a user