This PR adds `raw-docs` integration. See here for more details: https://github.com/nrwl/raw-docs
11 lines
188 B
JSON
11 lines
188 B
JSON
{
|
|
"include": ["apps/**/*", "libs/**/*", "packages/**/*"],
|
|
"exclude": [
|
|
"**/*.spec.*",
|
|
"**/test/**/*",
|
|
"**/__tests__/**/*",
|
|
"**/*.test.*",
|
|
"node_modules/**/*"
|
|
]
|
|
}
|