pl-api: update typdeoc config
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -7,6 +7,32 @@ const config = {
|
||||
navigation: {
|
||||
includeCategories: true,
|
||||
},
|
||||
categorizeByGroup: true,
|
||||
sort: ['kind', 'alphabetical'],
|
||||
kindSortOrder: [
|
||||
'Function',
|
||||
'Class',
|
||||
'Interface',
|
||||
'TypeAlias',
|
||||
'Variable',
|
||||
'Enum',
|
||||
],
|
||||
intentionallyNotExported: [
|
||||
'CreateStatusOptionalParams',
|
||||
'CreateStatusWithContent',
|
||||
'CreateStatusWithMedia',
|
||||
'EditStatusOptionalParams',
|
||||
'GetTrends',
|
||||
'LanguageParam',
|
||||
'OnlyEventsParam',
|
||||
'OnlyMediaParam',
|
||||
'Params',
|
||||
'PlApiClientConstructorOpts',
|
||||
'WithMutedParam',
|
||||
'WithRelationshipsParam',
|
||||
],
|
||||
groupReferencesByType: true,
|
||||
suppressCommentWarningsInDeclarationFiles: true,
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user