1
0
mirror of synced 2025-12-23 21:07:12 -05:00
Files
docs/data/allowed-topics.js
mc 8a9683d345 Quickstart guide about issues, pull requests, GitHub Discussions and team discussions (the return) (#18980)
* made a start

* start addressing comments

* simplify, simplify, simplify

* more changes

* rework completely

* tidy up, fix typos

* Update content/github/getting-started-with-github/be-social.md

Co-authored-by: Sarah Edwards <skedwards88@github.com>

* Update content/github/collaborating-with-issues-and-pull-requests/quickstart-for-communicating-on-github.md

Co-authored-by: Sarah Edwards <skedwards88@github.com>

* Update content/github/collaborating-with-issues-and-pull-requests/quickstart-for-communicating-on-github.md

Co-authored-by: Sarah Edwards <skedwards88@github.com>

* Update content/github/collaborating-with-issues-and-pull-requests/quickstart-for-communicating-on-github.md

Co-authored-by: Sarah Edwards <skedwards88@github.com>

* Update content/github/collaborating-with-issues-and-pull-requests/quickstart-for-communicating-on-github.md

Co-authored-by: Sarah Edwards <skedwards88@github.com>

* Apply suggestions from code review

Co-authored-by: Sarah Edwards <skedwards88@github.com>

* address comments

* tidy up

* upcase topic

* add more topics

* use test fixture instead of live content

* Apply suggestions from code review

Co-authored-by: Sarah Edwards <skedwards88@github.com>

* address latest comments

Co-authored-by: Sarah Edwards <skedwards88@github.com>
Co-authored-by: Sarah Schneider <sarahs@github.com>
2021-05-07 08:25:11 +01:00

100 lines
1.9 KiB
JavaScript

// 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.
module.exports = [
'2fa',
'Action development',
'Amazon ECS',
'Android',
'Ant',
'Analytics',
'API',
'Azure App Service',
'Azure Pipelines',
'CD',
'CI',
'CircleCI',
'Contacting sponsors',
'Containers',
'Codespaces',
'Discussions',
'Docker',
'Events',
'Fundamentals',
'GitLab',
'Google Kubernetes Engine',
'Gradle',
'GraphQL',
'iOS',
'Java',
'JavaScript',
'Jenkins',
'Maven',
'Migration',
'Node',
'Open Source',
'Organizations',
'Packaging',
'Powershell',
'Privacy',
'Project management',
'Publishing',
'Python',
'Ruby',
'Security',
'Sponsors payments',
'Sponsors profile',
'Swift',
'Travis CI',
'User account',
'Webhooks',
'Workflows',
'Access management',
'Accounts',
'Billing',
'CLI',
'Codespaces',
'Community',
'Desktop',
'Device verification',
'Early access',
'Enterprise',
'GitHub',
'GitHub Apps',
'GitHub search',
'Identity',
'Issues',
'Jobs',
'Legal',
'Marketplace',
'Mobile',
'Notifications',
'OAuth Apps',
'Pages',
'Permissions',
'Policy',
'Profile',
'Profiles',
'Projects',
'Pull requests',
'Repositories',
'Security',
'SSH',
'SSO',
'Teams',
'Usernames',
'Xamarin',
'Xamarin.iOS',
'Xamarin.Android',
'Xcode'
]