forked from github/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
allowed-topics.js
161 lines (159 loc) · 2.9 KB
/
allowed-topics.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
// This is an AllowList of topics that are approved for use in `topics`
// frontmatter property. If a new topic is added to a Markdown file it must
// also be added to this file.
// The purpose of this list is to ensure we prevent typos and put a process in
// place to keep a curated list of topics. This list also serves as a list of
// available topics filters when using the search endpoint
// (see /contributing/search#how-to-search)
// If you'd like to add a new topic, consult the topic guidelines in the
// content model, add the entry to this list, and ensure you loop in the
// content and/or content strategy team for review.
export default [
'2FA',
'Access management',
'Accounts',
'Action development',
'Actions',
'Administrator',
'Advanced Security',
'Alerts',
'Amazon ECS',
'Analytics',
'Android',
'Ant',
'API',
'Auditing',
'Authentication',
'Azure App Service',
'Azure Kubernetes Service',
'Azure Pipelines',
'Azure Static Web Apps',
'Backups',
'Billing',
'C/C++',
'C#',
'Cancellation',
'CD',
'CI',
'CircleCI',
'CLI',
'Clustering',
'Code scanning',
'CodeQL',
'Codespaces',
'Collaboration',
'Community',
'Copilot',
'Contacting sponsors',
'Containers',
'CVEs',
'Dependabot',
'Dependencies',
'Dependency graph',
'Dependency review',
'Desktop',
'Developer',
'Device verification',
'Discounts',
'Discussions',
'Docker',
'Downgrades',
'Early access',
'Education',
'Enterprise',
'Errors',
'Events',
'Forks',
'Fundamentals',
'Git',
'GitHub Apps',
'GitHub Connect',
'GitHub search',
'GitHub',
'GitLab',
'Google Kubernetes Engine',
'Gradle',
'GraphQL',
'Health',
'High availability',
'Identity',
'Infrastructure',
'Integration',
'iOS',
'Issues',
'Java',
'JavaScript',
'Jenkins',
'Legal',
'LFS',
'Licensing',
'Logging',
'Maintenance',
'Marketplace',
'Maven',
'Migration',
'Mobile',
'Monitoring',
'Networking',
'Node',
'Nonprofits',
'Notifications',
'OAuth Apps',
'Open Source',
'Organizations',
'Packages',
'Packaging',
'Pages',
'Performance',
'Permissions',
'Policies',
'Policy',
'PowerShell',
'Pre-receive hooks',
'Privacy',
'Profile',
'Profiles',
'Project management',
'Projects',
'Publishing',
'Pull requests',
'Python',
'Receipts',
'Repositories',
'REST',
'Ruby',
'SARIF',
'Secret scanning',
'Secret store',
'Security advisories',
'Security overview',
'Security policies',
'Security updates',
'Security',
'Set up',
'Spending limits',
'Sponsors payments',
'Sponsors profile',
'Sponsors',
'SSH',
'SSO',
'Storage',
'Support',
'Swift',
'Teams',
'Travis CI',
'Trials',
'Troubleshooting',
'Upgrades',
'User account',
'Usernames',
'Version updates',
'Visual Studio Code',
'Vulnerabilities',
'Webhooks',
'Workflows',
'Xamarin.Android',
'Xamarin.iOS',
'Xamarin',
'Xcode',
]