feat: Add documentation files including Code of Conduct, Contributing guidelines, and Security policy; update Markdown linting configuration and scripts

This commit is contained in:
HueByte
2026-02-19 09:53:06 +01:00
parent 653f25b70b
commit ff9c264f4b
17 changed files with 305 additions and 21 deletions
+22 -4
View File
@@ -8,7 +8,7 @@
"files": ["EchoHub.Core.dll"]
}
],
"dest": "api/core",
"dest": "_api_meta/core",
"filter": "filterConfig.yml"
},
{
@@ -18,7 +18,7 @@
"files": ["EchoHub.Server.dll"]
}
],
"dest": "api/server",
"dest": "_api_meta/server",
"filter": "filterConfig.yml"
},
{
@@ -28,7 +28,7 @@
"files": ["EchoHub.Client.dll"]
}
],
"dest": "api/client",
"dest": "_api_meta/client",
"filter": "filterConfig.yml"
}
],
@@ -36,7 +36,25 @@
"content": [
{
"files": ["**/*.{md,yml}"],
"exclude": ["_site/**", "_temp/**"]
"exclude": ["_site/**", "_api_meta/**"]
},
{
"src": "_api_meta/core",
"dest": "api/core",
"files": ["*.yml", ".manifest"],
"exclude": ["toc.yml"]
},
{
"src": "_api_meta/server",
"dest": "api/server",
"files": ["*.yml", ".manifest"],
"exclude": ["toc.yml"]
},
{
"src": "_api_meta/client",
"dest": "api/client",
"files": ["*.yml", ".manifest"],
"exclude": ["toc.yml"]
}
],
"resource": [