diff --git a/.docs-source.json b/.docs-source.json new file mode 100644 index 0000000..9ab1e78 --- /dev/null +++ b/.docs-source.json @@ -0,0 +1,3 @@ +{ + "docsPath": "docs" +} \ No newline at end of file diff --git a/.docsignore b/.docsignore new file mode 100644 index 0000000..2300e97 --- /dev/null +++ b/.docsignore @@ -0,0 +1,43 @@ +# Documentation Analysis Ignore File +# Files and directories listed here will be excluded from: +# - Similarity search results +# - Affected documentation lists +# - Documentation update PRs +# - PR comment mentions + +# Ignore README files at any level +README.md +*/README.md +**/README.md + +# Ignore specific directories +.github/ +.github/** +node_modules/ +node_modules/** +dist/ +dist/** +build/ +build/** + +# Ignore specific file patterns +*.log +*.tmp +*.backup + +# Ignore changelog and release notes (usually maintained separately) +CHANGELOG.md +CHANGES.md +RELEASES.md +HISTORY.md + +# Ignore license files +LICENSE +LICENSE.md +LICENSE.txt + +# Ignore editor and IDE files +.vscode/ +.idea/ +*.swp +*.swo \ No newline at end of file