* adding new tables and linking to info on audit logs * editing some text: * adding new info on how to add image registry login * adding link and fixing table * formatting * formatting * Apply suggestions from code review Co-authored-by: Laura Coursen <lecoursen@github.com> * updaing private image registry secret info and other improvements * some minor fixes * fixing test errors * rewriting registry secret section * rewriting registry secret section * updating link to reflect title * Update content/github/developing-online-with-codespaces/managing-encrypted-secrets-for-codespaces.md Co-authored-by: Laura Coursen <lecoursen@github.com> * updating bullet point * moving codespaces to top-level item * fixing duplicated redirect * Adding some organization for contributors * adding learning codespaces to index file * do not error out if category array is empty * Apply suggestions from code review Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com> * fixing broken link * Document choosing machine type for a codespace in the GitHub UI (#19055) * Document choosing machine type in the GitHub UI * Replace link placeholder with actual path * Update content/codespaces/changing-the-machine-type-for-your-codespace.md Co-authored-by: Amy Burns <timeyoutakeit@github.com> Co-authored-by: Amy Burns <timeyoutakeit@github.com> * reoganizing based on CD * putting machine type doc in correct location * fixing broken redirects * removing quickstart example from index page * updating main index file * Fixing broken links * adding intros * adding js quickstart (#18960) * adding js quickstart * clarify walkthrough * adding more images and last few sections * fixing broken links * fixing broken links and formatting * formatting fixes * Apply suggestions from code review Co-authored-by: hubwriter <hubwriter@github.com> * adding index file for learn folder * adding some feedback changes * adding some review comments * fixing broken links Co-authored-by: hubwriter <hubwriter@github.com> * doing some additional re-org * fixing topics * adding Codespaces as a topic * fixing so title matches slug * Update data/reusables/codespaces/codespaces-machine-types.md Co-authored-by: Meg Bird <megbird@github.com> * expanding intro Co-authored-by: Laura Coursen <lecoursen@github.com> Co-authored-by: Sarah Schneider <sarahs@github.com> Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com> Co-authored-by: hubwriter <hubwriter@github.com> Co-authored-by: Meg Bird <megbird@github.com>
99 lines
1.9 KiB
JavaScript
99 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',
|
|
'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'
|
|
]
|