indexing和小样式修复
This commit is contained in:
parent
5068d27fa2
commit
79b0ff7cd6
|
@ -108,8 +108,8 @@ a {
|
|||
padding-top: 100px;
|
||||
|
||||
&-header {
|
||||
height: 64px;
|
||||
box-shadow: none;
|
||||
height: 64px !important;
|
||||
box-shadow: none !important;
|
||||
|
||||
&::before {
|
||||
position: fixed;
|
||||
|
|
|
@ -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<formItem>.*?)$",
|
||||
"url": "https://baidu.github.io/amis/docs/components",
|
||||
"selectors_key": "component"
|
||||
},
|
||||
{
|
||||
"url": "https://baidu.github.io/amis/docs/components/form/(?P<formItem>.*?$)",
|
||||
"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"
|
||||
|
|
Loading…
Reference in New Issue