{
"output": "docs",
"include": [
"src/**"
],
"exclude": [
"**/test*",
"**/bench*",
"**/target/**",
"**/node_modules/**",
"**/dist/**"
],
"theme": "black",
"title": "cli-agents",
"sections": [
"guide",
"api"
],
"github": {
"user": "skoppisetty",
"repo": "cli-agents-rs"
}
}