diff --git a/.github/workflows/docs-ci.yml b/.github/workflows/docs-ci.yml index f9159ed..20bf6b1 100644 --- a/.github/workflows/docs-ci.yml +++ b/.github/workflows/docs-ci.yml @@ -30,8 +30,11 @@ jobs: --no-progress --exclude-path node_modules --suggest - "{docs,agents,skills}/**/*.md" + 'docs/**/*.md' + 'agents/**/*.md' + 'skills/**/*.md' fail: true + failIfEmpty: false structure: name: Manifest & JSON Validation diff --git a/.lychee.toml b/.lychee.toml index b77801a..cb500c7 100644 --- a/.lychee.toml +++ b/.lychee.toml @@ -2,5 +2,13 @@ exclude = [ "reddit\\.com", "medium\\.com", "neurobiber", - "arxiv\\.org" + "arxiv\\.org", + "qimao\\.com", + "xs91\\.net", + "claudemagazine\\.com", + "360doc\\.com", + "csdn\\.net", + "jyacg\\.com", + "oreateai\\.com", + "zhihu\\.com" ] diff --git a/.markdownlint.json b/.markdownlint.json index 441ea81..3f54bfb 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -11,5 +11,12 @@ "blanks-around-tables": false, "table-column-style": false, "ol-prefix": false, - "no-emphasis-as-heading": false + "no-emphasis-as-heading": false, + "single-title": false, + "no-blanks-blockquote": false, + "no-multiple-blanks": false, + "heading-increment": false, + "ul-indent": false, + "no-space-in-code": false, + "table-column-count": false }