File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ const TopicTypeIcons = {
63
63
[TopicTypes .method ]: SingleLetterSymbolIcon,
64
64
[TopicTypes .macro ]: SingleLetterSymbolIcon,
65
65
[TopicTypes .module ]: TechnologyIcon,
66
+ [TopicTypes .namespace ]: SingleLetterSymbolIcon,
66
67
[TopicTypes .overview ]: PathIcon,
67
68
[TopicTypes .protocol ]: TwoLetterSymbolIcon,
68
69
[TopicTypes .property ]: SingleLetterSymbolIcon,
@@ -86,6 +87,7 @@ const TopicTypeProps = {
86
87
[TopicTypes .httpRequest ]: { symbol: ' E' },
87
88
[TopicTypes .method ]: { symbol: ' M' },
88
89
[TopicTypes .macro ]: { symbol: ' #' },
90
+ [TopicTypes .namespace ]: { symbol: ' N' },
89
91
[TopicTypes .protocol ]: { first: ' P' , second: ' r' },
90
92
[TopicTypes .property ]: { symbol: ' P' },
91
93
[TopicTypes .propertyListKey ]: { symbol: ' K' },
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ export const TopicTypes = {
28
28
macro : 'macro' ,
29
29
method : 'method' ,
30
30
module : 'module' ,
31
+ namespace : 'namespace' ,
31
32
op : 'op' ,
32
33
overview : 'overview' ,
33
34
project : 'project' ,
You can’t perform that action at this time.
0 commit comments