diff --git a/examples/style.scss b/examples/style.scss index c4bed2c4b..4b239d56d 100644 --- a/examples/style.scss +++ b/examples/style.scss @@ -108,8 +108,8 @@ a { padding-top: 100px; &-header { - height: 64px; - box-shadow: none; + height: 64px !important; + box-shadow: none !important; &::before { position: fixed; diff --git a/scraper-config.json b/scraper-config.json index 330073abc..1c8f1f2fa 100644 --- a/scraper-config.json +++ b/scraper-config.json @@ -1,71 +1,82 @@ { "index_name": "gh_pages", "start_urls": [ - "https://baidu.github.io/amis/docs/getting-started", - "https://baidu.github.io/amis/docs/advanced", + "https://baidu.github.io/amis/docs/index", + "https://baidu.github.io/amis/docs/concepts/schema", + "https://baidu.github.io/amis/docs/concepts/datascope-and-datachain", + "https://baidu.github.io/amis/docs/concepts/template", + "https://baidu.github.io/amis/docs/concepts/data-mapping", + "https://baidu.github.io/amis/docs/concepts/expression", + "https://baidu.github.io/amis/docs/concepts/linkage", + "https://baidu.github.io/amis/docs/concepts/action", + "https://baidu.github.io/amis/docs/concepts/style", + "https://baidu.github.io/amis/docs/types/schemanode", + "https://baidu.github.io/amis/docs/types/api", + { - "url": "https://baidu.github.io/amis/docs/renderers/Form/(?P.*?)$", + "url": "https://baidu.github.io/amis/docs/components", + "selectors_key": "component" + }, + { + "url": "https://baidu.github.io/amis/docs/components/form/(?P.*?$)", "selectors_key": "formitem", "variables": { "formItem": [ - "Array", - "Button-Group", - "Button-Toolbar", - "Button", - "Chained-Select", - "Checkbox", - "Checkboxes", - "City", - "Color", - "Combo", - "Date-Range", - "Date", - "Datetime", - "Editor", - "Email", - "FieldSet", - "File", - "Form", - "FormItem", - "Formula", - "Grid", - "Group", - "HBox", - "Hidden", - "Image", - "List", - "Matrix", - "NestedSelect", - "Number", - "Panel", - "Password", - "Picker", - "Radios", - "Range", - "Repeat", - "Rich-Text", - "Select", - "Service", - "SubForm", - "Switch", - "Table", - "Tabs", - "Text", - "Textarea", - "Time", - "Tree", - "TreeSelect", - "Url" + "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" ] } - }, - { - "url": "https://baidu.github.io/amis/docs/renderers", - "selectors_key": "renderer" - }, - "https://baidu.github.io/amis/docs/sdk", - "https://baidu.github.io/amis/docs/dev", - "https://baidu.github.io/amis/docs/style" + } ], "js_render": true, "js_wait": 1, @@ -79,7 +90,7 @@ "lvl4": ".markdown-body h5", "text": ".markdown-body p, .markdown-body li" }, - "renderer": { + "component": { "lvl0": { "selector": ".markdown-body h1, .a-TitleBar .h3", "default_value": "\u6e32\u67d3\u5668\u624b\u518c" @@ -107,4 +118,4 @@ }, "min_indexed_level": 0, "nb_hits": 1224 -} \ No newline at end of file +}