mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-19 00:27:31 +00:00
* docs(configuration): split into overview + full reference with Mintlify components * docs(configuration): use tooltip for JSON5 format note * docs(configuration): fix Accordion closing tags inside list contexts * docs(configuration): expand intro to reflect full config surface * docs(configuration): trim intro to three concise bullets * docs(configuration-examples): revert all branch changes * docs(configuration): improve hot-reload section with tabs and accordion * docs(configuration): uncramp hot-reload — subheadings, bullet list, warning * docs(configuration): restore hot-apply vs restart table * docs(configuration): fix hot-reload table against codebase * docs: add configuration-reference.md — full field-by-field reference * docs(gateway): refresh runbook and align config reference * docs: include pending docs updates and install graphic
53 lines
975 B
JSON
53 lines
975 B
JSON
{
|
|
"globs": ["docs/**/*.md", "docs/**/*.mdx", "README.md"],
|
|
"ignores": ["docs/zh-CN/**", "docs/.i18n/**", "docs/reference/templates/**", "**/.local/**"],
|
|
"config": {
|
|
"default": true,
|
|
|
|
"MD013": false,
|
|
"MD025": false,
|
|
"MD029": false,
|
|
|
|
"MD033": {
|
|
"allowed_elements": [
|
|
"Note",
|
|
"Info",
|
|
"Tip",
|
|
"Warning",
|
|
"Card",
|
|
"CardGroup",
|
|
"Columns",
|
|
"Steps",
|
|
"Step",
|
|
"Tabs",
|
|
"Tab",
|
|
"Accordion",
|
|
"AccordionGroup",
|
|
"CodeGroup",
|
|
"Frame",
|
|
"Callout",
|
|
"ParamField",
|
|
"ResponseField",
|
|
"RequestExample",
|
|
"ResponseExample",
|
|
"img",
|
|
"a",
|
|
"br",
|
|
"details",
|
|
"summary",
|
|
"p",
|
|
"strong",
|
|
"picture",
|
|
"source",
|
|
"Tooltip",
|
|
"Check",
|
|
],
|
|
},
|
|
|
|
"MD036": false,
|
|
"MD040": false,
|
|
"MD041": false,
|
|
"MD046": false,
|
|
},
|
|
}
|