Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

allowed-topics.js 1.7 KB

You have to be logged in to leave a comment. Sign In
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
  1. // This is an AllowList of topics that are approved for use in `topics`
  2. // frontmatter property. If a new topic is added to a Markdown file it must
  3. // also be added to this file.
  4. // The purpose of this list is to ensure we prevent typos and put a process in
  5. // place to keep a curated list of topics. This list also serves as a list of
  6. // available topics filters when using the search endpoint
  7. // (see /contributing/search#how-to-search)
  8. // If you'd like to add a new topic, consult the topic guidelines in the
  9. // content model, add the entry to this list, and ensure you loop in the
  10. // content and/or content strategy team for review.
  11. module.exports = [
  12. '2fa',
  13. 'Action development',
  14. 'Amazon ECS',
  15. 'Ant',
  16. 'Azure App Service',
  17. 'Azure Pipelines',
  18. 'CD',
  19. 'CI',
  20. 'CircleCI',
  21. 'Containers',
  22. 'Docker',
  23. 'Fundamentals',
  24. 'GitLab',
  25. 'Google Kubernetes Engine',
  26. 'Gradle',
  27. 'Java',
  28. 'JavaScript',
  29. 'Jenkins',
  30. 'Maven',
  31. 'Migration',
  32. 'Node',
  33. 'Packaging',
  34. 'Powershell',
  35. 'Project management',
  36. 'Publishing',
  37. 'Python',
  38. 'Ruby',
  39. 'Security',
  40. 'Travis CI',
  41. 'Workflows',
  42. 'access management',
  43. 'accounts',
  44. 'api',
  45. 'billing',
  46. 'cli',
  47. 'codespaces',
  48. 'community',
  49. 'desktop',
  50. 'device verification',
  51. 'early access',
  52. 'enterprise',
  53. 'events',
  54. 'github',
  55. 'github apps',
  56. 'github search',
  57. 'identity',
  58. 'issues',
  59. 'jobs',
  60. 'legal',
  61. 'marketplace',
  62. 'mobile',
  63. 'notifications',
  64. 'oauth apps',
  65. 'open source',
  66. 'organizations',
  67. 'pages',
  68. 'permissions',
  69. 'policy',
  70. 'profile',
  71. 'profiles',
  72. 'projects',
  73. 'pull requests',
  74. 'repositories',
  75. 'security',
  76. 'sponsors',
  77. 'ssh',
  78. 'sso',
  79. 'teams',
  80. 'usernames',
  81. 'webhooks',
  82. 'Xcode'
  83. ]
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...