dae/.markdownlint-cli2.jsonc
Kevin Yu eac04e991b
ci: add check-docs workflow (#93)
* ci: add check-docs workflow

* chore: ignore node_modules

* chore(deps): add package-lock

* style: apply formatting

* style: apply formatting

* fix: fix typo

* fix: fix all proposed changes by markdown-lint

* fix: fix trailing spaces

* fix(troubleshooting.md): apply minor fi

* fix(getting-started): apply minior fix

* ci: dont' kick off build when changes made to check-doc.yml

* ci: ONLY kick off build when target workflow file changes

* trigger build

* fix(build.yml): fix syntax

* trigger build

* fix: fix broken syntax
2023-05-21 00:41:44 +08:00

182 lines
3.3 KiB
Plaintext

{
"customRules": [
"markdownlint-rule-enhanced-proper-names/src/enhanced-proper-names.js",
"markdownlint-rule-no-trailing-slash-in-links/src/no-trailing-slash-in-links.js"
],
"config": {
"default": true,
"first-heading-h1": false,
"heading-style": {
"style": "atx"
},
"ul-style": false,
"no-hard-tabs": {
"spaces_per_tab": 4
},
"line-length": false,
"no-duplicate-heading": {
"allow_different_nesting": true
},
"no-inline-html": {
"allowed_elements": [
"Badge",
"TabItem",
"Tabs",
"a",
"br",
"div",
"img",
"li",
"ul",
"kbd",
"p",
"span",
"sup",
"iframe"
]
},
"fenced-code-language": false,
"first-line-heading": false,
"no-alt-text": false,
"code-block-style": {
"style": "fenced"
},
"code-fence-style": {
"style": "backtick"
},
"link-fragments": false,
"no-trailing-slash-in-links": true,
"enhanced-proper-names": {
"code_blocks": false,
"html_elements": false,
"heading_id": false,
"names": [
"ACL",
"AI",
"API",
"ARM",
"ARM64",
"AWS",
"Amazon",
"Ansible",
"Apache",
"Azure",
"BSD",
"BadgerDB",
"CDH",
"CPU",
"CSI Driver",
"CSI",
"CentOS",
"Ceph",
"CephFS",
"ClickHouse",
"Cloud SQL",
"Colab",
"Consul",
"Debian",
"DevOps",
"DistCp",
"Docker Compose",
"Docker",
"Dockerfile",
"Doris",
"ECI",
"Elasticsearch",
"FTP",
"FUSE",
"Flink",
"Fluid",
"FoundationDB",
"GCC",
"GID",
"Git",
"GitHub",
"Google",
"Grafana",
"Graphite",
"HBase",
"HDFS",
"HDP",
"HTTP",
"HTTPS",
"Hadoop",
"Hive Metastore",
"Hive",
"Hudi",
"IAM",
"ID",
"IOPS",
"IP",
"Iceberg",
"JAR",
"JDK",
"JSON",
"Java",
"JuiceFS",
"JuiceFSRuntime",
"Juicedata",
"K8s",
"Kerberos",
"KeyDB",
"Kubernetes",
"LDAP",
"LZ4",
"Linux",
"M1",
"MariaDB",
"Maven",
"MinIO",
"MySQL",
"NFS",
"POSIX",
"PV",
"PVC",
"PostgreSQL",
"PowerShell",
"Prometheus",
"Pushgateway",
"Python",
"QPS",
"QoS",
"RADOS",
"RESTful",
"RGW",
"RPC",
"Raft",
"Ranger",
"Redis",
"S3",
"SDK",
"SFTP",
"SID",
"SMB",
"SQL",
"SQLite",
"SSH",
"Samba",
"Scala",
"Spark",
"StarRocks",
"ThriftServer",
"TiKV",
"Trino",
"UID",
"UUID",
"Ubuntu",
"Unix",
"VFS",
"WebDAV",
"WinFsp",
"Windows",
"YAML",
"YARN",
"Zstandard",
"etcd",
"macFUSE",
"macOS"
]
}
}
}