File tree Expand file tree Collapse file tree 2 files changed +17
-9
lines changed
Expand file tree Collapse file tree 2 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 33from collections .abc import Callable
44from typing import Any , Literal , TypeVar
55
6- # The order of the rendered API groups is defined in the docusaurus-plugin-typedoc-api .
6+ # The order of the rendered API groups is defined in the website/ docusaurus.config.js file .
77GroupName = Literal [
88 'Autoscaling' ,
99 'Browser management' ,
Original file line number Diff line number Diff line change @@ -4,16 +4,24 @@ const path = require('path');
44const { externalLinkProcessor } = require ( './tools/utils/externalLink' ) ;
55
66const GROUP_ORDER = [
7- 'Classes' ,
8- 'Abstract classes' ,
9- 'Data structures' ,
7+ 'Autoscaling' ,
8+ 'Browser management' ,
9+ 'Configuration' ,
10+ 'Crawlers' ,
11+ 'Crawling contexts' ,
1012 'Errors' ,
13+ 'Event data' ,
14+ 'Event managers' ,
1115 'Functions' ,
12- 'Constructors' ,
13- 'Methods' ,
14- 'Properties' ,
15- 'Constants' ,
16- 'Enumeration Members' ,
16+ 'HTTP clients' ,
17+ 'HTTP parsers' ,
18+ 'Request loaders' ,
19+ 'Session management' ,
20+ 'Statistics' ,
21+ 'Storage clients' ,
22+ 'Storage data' ,
23+ 'Storages' ,
24+ 'Other' ,
1725] ;
1826
1927const groupSort = ( g1 , g2 ) => {
You can’t perform that action at this time.
0 commit comments