Skip to content

Commit

Permalink
fix(docs): reveal protected types (#4583)
Browse files Browse the repository at this point in the history
  • Loading branch information
MYoung25 committed Mar 27, 2023
1 parent b6bb009 commit 7039533
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion typedoc.client.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,11 @@
"plugin": ["@aws-sdk/core-theme-documentation-generator", "@aws-sdk/service-client-documentation-generator"],
"theme": "sdk",
"categorizeByGroup": true,
"categoryOrder": ["Clients", "Commands", "Paginators", "Waiters"]
"categoryOrder": ["Clients", "Commands", "Paginators", "Waiters"],
"visibilityFilters": {
"protected": true,
"private": false,
"inherited": true,
"external": true
}
}
8 changes: 7 additions & 1 deletion typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,11 @@
"readme": "README.md",
"theme": "sdk",
"categorizeByGroup": true,
"categoryOrder": ["Clients", "Libraries", "Packages"]
"categoryOrder": ["Clients", "Libraries", "Packages"],
"visibilityFilters": {
"protected": true,
"private": false,
"inherited": true,
"external": true
}
}

0 comments on commit 7039533

Please sign in to comment.