text
stringlengths
2
3.09M
id
stringlengths
13
211
metadata
dict
__index_level_0__
int64
0
548
{ "workbench.editor.enablePreview": false, "workbench.editor.enablePreviewFromQuickOpen": false }
docs/.vscode/settings.json/0
{ "file_path": "docs/.vscode/settings.json", "repo_id": "docs", "token_count": 32 }
0
# Content <!-- omit in toc --><!-- markdownlint-disable --> The `/content` directory is where all the site's (English) Markdown content lives! See the [markup reference guide](https://docs.github.com/en/contributing/syntax-and-versioning-for-github-docs/using-markdown-and-liquid-in-github-docs) for more information a...
docs/content/README.md/0
{ "file_path": "docs/content/README.md", "repo_id": "docs", "token_count": 6087 }
1
--- title: Managing your profile README intro: 'You can add a README to your {% data variables.product.prodname_dotcom %} profile to tell other people about yourself.' versions: fpt: '*' ghes: '*' ghec: '*' topics: - Profiles redirect_from: - /github/setting-up-and-managing-your-github-profile/managing-your-p...
docs/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme.md/0
{ "file_path": "docs/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme.md", "repo_id": "docs", "token_count": 1192 }
2
--- title: Removing a collaborator from a personal repository intro: 'When you remove a collaborator from your project, they lose read/write access to your repository. If the repository is private and the person has created a fork, then that fork is also deleted.' redirect_from: - /articles/how-do-i-remove-a-collabor...
docs/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository.md/0
{ "file_path": "docs/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository.md", "repo_id": "docs", "token_count": 690 }
3
--- title: Integrating Jira with your personal projects intro: 'You can integrate Jira Cloud with your personal account to scan commits and pull requests, creating relevant metadata and hyperlinks in any mentioned Jira issues.' redirect_from: - /articles/integrating-jira-with-your-personal-projects - /github/settin...
docs/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/integrating-jira-with-your-personal-projects.md/0
{ "file_path": "docs/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/integrating-jira-with-your-personal-projects.md", "repo_id": "docs", "token_count": 540 }
4
--- title: Viewing people's roles in an organization intro: 'You can view a list of the people in your organization and filter by their role. For more information on organization roles, see "[Roles in an organization](/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization)."' pe...
docs/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization.md/0
{ "file_path": "docs/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization.md", "repo_id": "docs", "token_count": 1316 }
5
--- title: Building and testing Python intro: You can create a continuous integration (CI) workflow to build and test your Python project. redirect_from: - /actions/automating-your-workflow-with-github-actions/using-python-with-github-actions - /actions/language-and-framework-guides/using-python-with-github-actions...
docs/content/actions/automating-builds-and-tests/building-and-testing-python.md/0
{ "file_path": "docs/content/actions/automating-builds-and-tests/building-and-testing-python.md", "repo_id": "docs", "token_count": 6304 }
6
--- title: Sharing actions and workflows from your private repository intro: You can share an action or reusable workflow without publishing them publicly. versions: fpt: '*' type: tutorial topics: - Actions - Action development shortTitle: Share from your private repository --- ## About {% data variables.produc...
docs/content/actions/creating-actions/sharing-actions-and-workflows-from-your-private-repository.md/0
{ "file_path": "docs/content/actions/creating-actions/sharing-actions-and-workflows-from-your-private-repository.md", "repo_id": "docs", "token_count": 509 }
7
--- title: Deploying to Google Kubernetes Engine intro: You can deploy to Google Kubernetes Engine as part of your continuous deployment (CD) workflows. redirect_from: - /actions/guides/deploying-to-google-kubernetes-engine - /actions/deployment/deploying-to-google-kubernetes-engine versions: fpt: '*' ghes: '*'...
docs/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine.md/0
{ "file_path": "docs/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine.md", "repo_id": "docs", "token_count": 2757 }
8
--- title: Configuring OpenID Connect in PyPI shortTitle: OpenID Connect in PyPI intro: Use OpenID Connect within your workflows to authenticate with PyPI. versions: fpt: '*' ghec: '*' type: tutorial topics: - Security - Actions --- ## Overview OpenID Connect (OIDC) allows your {% data variables.product.prodn...
docs/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-pypi.md/0
{ "file_path": "docs/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-pypi.md", "repo_id": "docs", "token_count": 1253 }
9
--- title: Quickstart for Actions Runner Controller shortTitle: Quickstart intro: 'Try out {% data variables.product.prodname_actions_runner_controller %} in 5 minutes.' versions: fpt: '*' ghec: '*' ghes: '>= 3.9' type: quick_start topics: - Actions Runner Controller defaultPlatform: linux --- [Legal notice](#...
docs/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/quickstart-for-actions-runner-controller.md/0
{ "file_path": "docs/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/quickstart-for-actions-runner-controller.md", "repo_id": "docs", "token_count": 3312 }
10
--- title: "{% data variables.product.prodname_actions %} documentation" shortTitle: "{% data variables.product.prodname_actions %}" intro: 'Automate, customize, and execute your software development workflows right in your repository with {% data variables.product.prodname_actions %}. You can discover, create, and sha...
docs/content/actions/index.md/0
{ "file_path": "docs/content/actions/index.md", "repo_id": "docs", "token_count": 844 }
11
--- title: Scheduling issue creation shortTitle: Schedule issue creation intro: 'You can use {% data variables.product.prodname_actions %} to create an issue on a regular basis for things like daily meetings or quarterly reviews.' redirect_from: - /actions/guides/scheduling-issue-creation versions: fpt: '*' ghes:...
docs/content/actions/managing-issues-and-pull-requests/scheduling-issue-creation.md/0
{ "file_path": "docs/content/actions/managing-issues-and-pull-requests/scheduling-issue-creation.md", "repo_id": "docs", "token_count": 2051 }
12
--- title: Migrating from Bamboo with GitHub Actions Importer intro: 'Learn how to use {% data variables.product.prodname_actions_importer %} to automate the migration of your Bamboo pipelines to {% data variables.product.prodname_actions %}.' versions: fpt: '*' ghec: '*' ghes: '*' type: tutorial topics: - Migr...
docs/content/actions/migrating-to-github-actions/automated-migrations/migrating-from-bamboo-with-github-actions-importer.md/0
{ "file_path": "docs/content/actions/migrating-to-github-actions/automated-migrations/migrating-from-bamboo-with-github-actions-importer.md", "repo_id": "docs", "token_count": 8871 }
13
--- title: Enabling debug logging shortTitle: Enable debug logging intro: 'If the workflow logs do not provide enough detail to diagnose why a workflow, job, or step is not working as expected, you can enable additional debug logging.' redirect_from: - /actions/managing-workflow-runs/enabling-debug-logging versions: ...
docs/content/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging.md/0
{ "file_path": "docs/content/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging.md", "repo_id": "docs", "token_count": 903 }
14
--- title: About private networking with GitHub-hosted runners shortTitle: About private networking intro: '{% data reusables.actions.private-networking-intro %}' versions: fpt: '*' ghes: '*' ghec: '*' type: overview topics: - Actions - Developer --- {% data reusables.actions.enterprise-github-hosted-runners...
docs/content/actions/using-github-hosted-runners/connecting-to-a-private-network/about-private-networking-with-github-hosted-runners.md/0
{ "file_path": "docs/content/actions/using-github-hosted-runners/connecting-to-a-private-network/about-private-networking-with-github-hosted-runners.md", "repo_id": "docs", "token_count": 502 }
15
--- title: About workflows shortTitle: About workflows intro: 'Get a high-level overview of {% data variables.product.prodname_actions %} workflows, including triggers, syntax, and advanced features.' versions: fpt: '*' ghes: '*' ghec: '*' type: overview redirect_from: - /actions/learn-github-actions/managing-c...
docs/content/actions/using-workflows/about-workflows.md/0
{ "file_path": "docs/content/actions/using-workflows/about-workflows.md", "repo_id": "docs", "token_count": 2803 }
16
--- title: Administering your instance using the GitHub CLI intro: 'You can administer your GitHub Enterprise Server instance using the GitHub CLI extension for GHES Manage API.' versions: feature: ghes-manage-api-cli-extension type: how_to topics: - Enterprise - Fundamentals shortTitle: Using the GitHub CLI --- ...
docs/content/admin/administering-your-instance/administering-your-instance-from-the-command-line/administering-your-instance-using-the-github-cli.md/0
{ "file_path": "docs/content/admin/administering-your-instance/administering-your-instance-from-the-command-line/administering-your-instance-using-the-github-cli.md", "repo_id": "docs", "token_count": 371 }
17
--- title: Managing code security for your enterprise allowTitleToDifferFromFilename: true shortTitle: Code security intro: 'You can build security into your developers'' workflow with features that keep secrets and vulnerabilities out of your codebase, and that maintain your software supply chain.' versions: ghec: '...
docs/content/admin/code-security/index.md/0
{ "file_path": "docs/content/admin/code-security/index.md", "repo_id": "docs", "token_count": 135 }
18
--- title: Enabling unified contributions for your enterprise shortTitle: Unified contributions intro: 'You can allow users to include anonymized contribution counts for their work on {% data variables.location.product_location %} in their contribution graphs on {% data variables.product.prodname_dotcom_the_website %}....
docs/content/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise.md/0
{ "file_path": "docs/content/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise.md", "repo_id": "docs", "token_count": 1332 }
19
--- title: About using GitHub-hosted runners in your Azure Virtual Network shortTitle: About using Azure virtual network intro: 'You can create {% data variables.product.company_short %}-hosted runners in your Azure Virtual Network(s) (VNET).' versions: feature: actions-private-networking-azure-vnet type: overview to...
docs/content/admin/configuration/configuring-private-networking-for-hosted-compute-products/about-using-github-hosted-runners-in-your-azure-virtual-network.md/0
{ "file_path": "docs/content/admin/configuration/configuring-private-networking-for-hosted-compute-products/about-using-github-hosted-runners-in-your-azure-virtual-network.md", "repo_id": "docs", "token_count": 1396 }
20
--- title: Enabling private mode intro: 'In private mode, {% data variables.product.prodname_ghe_server %} requires every user to sign in to access the installation.' redirect_from: - /enterprise/admin/articles/private-mode - /enterprise/admin/guides/installation/security - /enterprise/admin/guides/installation/s...
docs/content/admin/configuration/hardening-security-for-your-enterprise/enabling-private-mode.md/0
{ "file_path": "docs/content/admin/configuration/hardening-security-for-your-enterprise/enabling-private-mode.md", "repo_id": "docs", "token_count": 563 }
21
--- title: Managing self-hosted runners for Dependabot updates on your enterprise intro: 'You can create dedicated runners for {% data variables.location.product_location %} that {% data variables.product.prodname_dependabot %} uses to create pull requests to help secure and maintain the dependencies used in repositori...
docs/content/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates.md/0
{ "file_path": "docs/content/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates.md", "repo_id": "docs", "token_count": 2132 }
22
--- title: About support for your IdP's Conditional Access Policy shortTitle: Conditional access policy intro: 'When your enterprise uses OIDC SSO, {% data variables.product.prodname_dotcom %} can validate access to your enterprise and its resources using your IdP''s Conditional Access Policy (CAP).' product: '{% data ...
docs/content/admin/identity-and-access-management/configuring-authentication-for-enterprise-managed-users/about-support-for-your-idps-conditional-access-policy.md/0
{ "file_path": "docs/content/admin/identity-and-access-management/configuring-authentication-for-enterprise-managed-users/about-support-for-your-idps-conditional-access-policy.md", "repo_id": "docs", "token_count": 1639 }
23
--- title: Disabling unauthenticated sign-ups redirect_from: - /enterprise/admin/articles/disabling-sign-ups - /enterprise/admin/user-management/disabling-unauthenticated-sign-ups - /enterprise/admin/authentication/disabling-unauthenticated-sign-ups - /admin/authentication/disabling-unauthenticated-sign-ups -...
docs/content/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups.md/0
{ "file_path": "docs/content/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups.md", "repo_id": "docs", "token_count": 527 }
24
--- title: 'Managing accounts and repositories' shortTitle: 'Manage accounts and repositories' intro: 'You can manage accounts, organizations, and repositories in your enterprise.' redirect_from: - /enterprise/admin/categories/user-management - /enterprise/admin/developer-workflow/using-webhooks-for-continuous-inte...
docs/content/admin/managing-accounts-and-repositories/index.md/0
{ "file_path": "docs/content/admin/managing-accounts-and-repositories/index.md", "repo_id": "docs", "token_count": 227 }
25
--- title: Locking a repository intro: You can prevent changes to a repository's code and other resources, such as issues and pull requests, by locking the repository. versions: ghes: '*' type: how_to topics: - Enterprise - Repositories shortTitle: Lock a repository redirect_from: - /admin/user-management/mana...
docs/content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/locking-a-repository.md/0
{ "file_path": "docs/content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/locking-a-repository.md", "repo_id": "docs", "token_count": 331 }
26
--- title: Managing organization members in your enterprise intro: You can add or remove members from an organization in bulk. permissions: Enterprise owners can add or remove organization members in bulk. versions: feature: enterprise-manage-organization-members type: how_to topics: - Enterprise - Organizations ...
docs/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/managing-organization-members-in-your-enterprise.md/0
{ "file_path": "docs/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/managing-organization-members-in-your-enterprise.md", "repo_id": "docs", "token_count": 664 }
27
--- title: About Server Statistics intro: 'You can use {% data variables.product.prodname_server_statistics %} to analyze your own aggregate data from {% data variables.product.prodname_ghe_server %}, and help us improve {% data variables.product.company_short %} products.' versions: feature: server-statistics permis...
docs/content/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/about-server-statistics.md/0
{ "file_path": "docs/content/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/about-server-statistics.md", "repo_id": "docs", "token_count": 5205 }
28
--- title: Displaying IP addresses in the audit log for your enterprise intro: You can display the source IP address for events in your enterprise's audit log. shortTitle: IP addresses in audit log permissions: Enterprise owners can display IP addresses in the audit log for an enterprise. versions: feature: enterpris...
docs/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/displaying-ip-addresses-in-the-audit-log-for-your-enterprise.md/0
{ "file_path": "docs/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/displaying-ip-addresses-in-the-audit-log-for-your-enterprise.md", "repo_id": "docs", "token_count": 861 }
29
--- title: Configuring clustering intro: The cluster topology for {% data variables.product.product_name %} provides horizontal scaling for environments with tens of thousands of developers. product: '{% data reusables.gated-features.cluster %}' redirect_from: - /enterprise/admin/clustering/setting-up-the-cluster-ins...
docs/content/admin/monitoring-managing-and-updating-your-instance/configuring-clustering/index.md/0
{ "file_path": "docs/content/admin/monitoring-managing-and-updating-your-instance/configuring-clustering/index.md", "repo_id": "docs", "token_count": 417 }
30
--- title: 'Monitoring, managing, and updating your instance' intro: 'You can monitor your instance, upgrade to a newer version, and configure clustering or high availability' redirect_from: - /enterprise/admin/enterprise-management - /admin/enterprise-management versions: ghes: '*' topics: - Enterprise childre...
docs/content/admin/monitoring-managing-and-updating-your-instance/index.md/0
{ "file_path": "docs/content/admin/monitoring-managing-and-updating-your-instance/index.md", "repo_id": "docs", "token_count": 167 }
31
--- title: Enabling GitHub Packages with MinIO intro: 'Set up {% data variables.product.prodname_registry %} with MinIO as your external storage.' versions: ghes: '*' type: tutorial topics: - Enterprise - Packages - Storage shortTitle: Enable Packages with MinIO --- {% warning %} **Warnings:** - It is critica...
docs/content/admin/packages/enabling-github-packages-with-minio.md/0
{ "file_path": "docs/content/admin/packages/enabling-github-packages-with-minio.md", "repo_id": "docs", "token_count": 968 }
32
--- title: Enforcing policies for your enterprise intro: You can configure policies for organizations in your enterprise. redirect_from: - /enterprise/admin/policies/enforcing-policies-for-your-enterprise - /articles/setting-policies-for-organizations-in-your-enterprise-account - /github/setting-up-and-managing-y...
docs/content/admin/policies/enforcing-policies-for-your-enterprise/index.md/0
{ "file_path": "docs/content/admin/policies/enforcing-policies-for-your-enterprise/index.md", "repo_id": "docs", "token_count": 432 }
33
--- title: Authenticating as a GitHub App intro: You can authenticate as a {% data variables.product.prodname_github_app %} in order to generate an installation access token or manage your app. versions: fpt: '*' ghes: '*' ghec: '*' topics: - GitHub Apps shortTitle: Authenticate as an app --- ## About authenti...
docs/content/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-as-a-github-app.md/0
{ "file_path": "docs/content/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-as-a-github-app.md", "repo_id": "docs", "token_count": 1107 }
34
--- title: Rate limits for GitHub Apps intro: '{% data reusables.shortdesc.rate_limits_apps %}' redirect_from: - /early-access/integrations/rate-limits - /apps/building-integrations/setting-up-and-registering-github-apps/about-rate-limits-for-github-apps - /apps/building-github-apps/rate-limits-for-github-apps ...
docs/content/apps/creating-github-apps/registering-a-github-app/rate-limits-for-github-apps.md/0
{ "file_path": "docs/content/apps/creating-github-apps/registering-a-github-app/rate-limits-for-github-apps.md", "repo_id": "docs", "token_count": 794 }
35
--- title: About GitHub Marketplace for apps intro: 'Learn about {% data variables.product.prodname_marketplace %} where you can share your apps publicly with all {% data variables.product.product_name %} users.' redirect_from: - /apps/marketplace/getting-started - /marketplace/getting-started - /developers/githu...
docs/content/apps/github-marketplace/github-marketplace-overview/about-github-marketplace-for-apps.md/0
{ "file_path": "docs/content/apps/github-marketplace/github-marketplace-overview/about-github-marketplace-for-apps.md", "repo_id": "docs", "token_count": 1710 }
36
--- title: Handling new purchases and free trials intro: 'When a customer purchases a paid plan, free trial, or the free version of your {% data variables.product.prodname_marketplace %} app, you''ll receive the [`marketplace_purchase` event](/marketplace/integrating-with-the-github-marketplace-api/github-marketplace-w...
docs/content/apps/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials.md/0
{ "file_path": "docs/content/apps/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials.md", "repo_id": "docs", "token_count": 2380 }
37
--- title: Authenticating to the REST API with an OAuth app shortTitle: Authenticate with an {% data variables.product.prodname_oauth_app %} intro: Learn about the different ways to authenticate with some examples. redirect_from: - /guides/basics-of-authentication - /v3/guides/basics-of-authentication - /rest/bas...
docs/content/apps/oauth-apps/building-oauth-apps/authenticating-to-the-rest-api-with-an-oauth-app.md/0
{ "file_path": "docs/content/apps/oauth-apps/building-oauth-apps/authenticating-to-the-rest-api-with-an-oauth-app.md", "repo_id": "docs", "token_count": 4808 }
38
--- title: Troubleshooting OAuth app access token request errors intro: '{% data reusables.shortdesc.troubleshooting_access_token_request_errors_oauth_apps %}' redirect_from: - /apps/building-integrations/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors - /apps/managing-oauth-apps/troublesh...
docs/content/apps/oauth-apps/maintaining-oauth-apps/troubleshooting-oauth-app-access-token-request-errors.md/0
{ "file_path": "docs/content/apps/oauth-apps/maintaining-oauth-apps/troubleshooting-oauth-app-access-token-request-errors.md", "repo_id": "docs", "token_count": 1132 }
39
--- title: Authorizing a personal access token for use with SAML single sign-on intro: 'To use a {% data variables.product.pat_v1 %} with an organization that uses SAML single sign-on (SSO), you must first authorize the token.' redirect_from: - /articles/authorizing-a-personal-access-token-for-use-with-a-saml-single-...
docs/content/authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on.md/0
{ "file_path": "docs/content/authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on.md", "repo_id": "docs", "token_count": 734 }
40
--- title: About GitHub's IP addresses intro: '{% data variables.product.product_name %} serves applications from multiple IP address ranges, which are available using the API.' redirect_from: - /articles/what-ip-addresses-does-github-use-that-i-should-whitelist - /categories/73/articles - /categories/administrat...
docs/content/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses.md/0
{ "file_path": "docs/content/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses.md", "repo_id": "docs", "token_count": 677 }
41
--- title: About commit signature verification intro: 'Using GPG{% ifversion ssh-commit-verification %}, SSH,{% endif %} or S/MIME, you can sign tags and commits locally. These tags or commits are marked as verified on {% data variables.product.product_name %} so other people can be confident that the changes come from...
docs/content/authentication/managing-commit-signature-verification/about-commit-signature-verification.md/0
{ "file_path": "docs/content/authentication/managing-commit-signature-verification/about-commit-signature-verification.md", "repo_id": "docs", "token_count": 2871 }
42
--- title: Countries where SMS authentication is supported intro: 'Because of delivery success rates, {% data variables.product.product_name %} only supports two-factor authentication via SMS for certain countries.' redirect_from: - /articles/countries-where-sms-authentication-is-supported - /github/authenticating-...
docs/content/authentication/securing-your-account-with-two-factor-authentication-2fa/countries-where-sms-authentication-is-supported.md/0
{ "file_path": "docs/content/authentication/securing-your-account-with-two-factor-authentication-2fa/countries-where-sms-authentication-is-supported.md", "repo_id": "docs", "token_count": 1443 }
43
--- title: 'Error: SSL certificate problem, verify that the CA cert is OK' intro: 'This error means your CA root certificate is out of date. If your CA root certificate needs to be updated, you won''t be able to push or pull from {% data variables.product.product_name %} repositories.' redirect_from: - /articles/erro...
docs/content/authentication/troubleshooting-ssh/error-ssl-certificate-problem-verify-that-the-ca-cert-is-ok.md/0
{ "file_path": "docs/content/authentication/troubleshooting-ssh/error-ssl-certificate-problem-verify-that-the-ca-cert-is-ok.md", "repo_id": "docs", "token_count": 480 }
44
--- title: About billing for GitHub Advanced Security intro: 'Learn how {% data variables.product.prodname_GH_advanced_security %} costs are calculated and how to get the most from your license.' product: '{% data reusables.gated-features.ghas %}' redirect_from: - /admin/advanced-security/about-licensing-for-github-a...
docs/content/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security.md/0
{ "file_path": "docs/content/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security.md", "repo_id": "docs", "token_count": 3506 }
45
--- title: Viewing your GitHub Copilot usage intro: 'You can view how many users have access to {% data variables.product.prodname_copilot %} across {% ifversion fpt %}your organization{% else %} all the organizations in your enterprise{% endif %}.' product: '{% data reusables.gated-features.copilot-billing %}' permiss...
docs/content/billing/managing-billing-for-github-copilot/viewing-your-github-copilot-usage.md/0
{ "file_path": "docs/content/billing/managing-billing-for-github-copilot/viewing-your-github-copilot-usage.md", "repo_id": "docs", "token_count": 1120 }
46
--- title: Managing licenses for Visual Studio subscriptions with GitHub Enterprise shortTitle: Visual Studio & GitHub Enterprise intro: '{% data reusables.enterprise-accounts.vss-ghe-description %}' versions: ghec: '*' children: - /about-visual-studio-subscriptions-with-github-enterprise - /setting-up-visual-stu...
docs/content/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/index.md/0
{ "file_path": "docs/content/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/index.md", "repo_id": "docs", "token_count": 112 }
47
--- title: Adding information to your receipts intro: 'You can add extra information to your {% data variables.product.product_name %} receipts, such as tax or accounting information required by your company or country.' redirect_from: - /github/setting-up-and-managing-billing-and-payments-on-github/adding-informatio...
docs/content/billing/managing-your-github-billing-settings/adding-information-to-your-receipts.md/0
{ "file_path": "docs/content/billing/managing-your-github-billing-settings/adding-information-to-your-receipts.md", "repo_id": "docs", "token_count": 887 }
48
--- title: Viewing license usage for GitHub Enterprise intro: 'You can view license usage for your enterprise on {% ifversion ghec %}{% data variables.product.prodname_dotcom_the_website %}{% elsif ghes %}{% data variables.location.product_location %}{% endif %}.' permissions: 'Enterprise owners can view license usage ...
docs/content/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise.md/0
{ "file_path": "docs/content/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise.md", "repo_id": "docs", "token_count": 1779 }
49
--- title: 'Phase 4: Create internal documentation' intro: 'You will create internal documentation and then communicate this to the consumers of {% data variables.product.prodname_GH_advanced_security %}.' versions: ghes: '*' ghec: '*' topics: - Advanced Security shortTitle: 4. Create internal documentation --- ...
docs/content/code-security/adopting-github-advanced-security-at-scale/phase-4-create-internal-documentation.md/0
{ "file_path": "docs/content/code-security/adopting-github-advanced-security-at-scale/phase-4-create-internal-documentation.md", "repo_id": "docs", "token_count": 540 }
50
--- title: Integrating with code scanning shortTitle: Integrate with code scanning intro: 'You can integrate third-party code analysis tools with {% data variables.product.prodname_dotcom %} {% data variables.product.prodname_code_scanning %} by uploading data as SARIF files.' product: '{% data reusables.gated-features...
docs/content/code-security/code-scanning/integrating-with-code-scanning/index.md/0
{ "file_path": "docs/content/code-security/code-scanning/integrating-with-code-scanning/index.md", "repo_id": "docs", "token_count": 313 }
51
--- title: 'Cannot enable CodeQL in a private repository' intro: '{% data variables.product.prodname_GH_advanced_security %} must be enabled in order to use {% data variables.product.prodname_code_scanning %} on private repositories.' allowTitleToDifferFromFilename: true type: reference topics: - Code scanning - Er...
docs/content/code-security/code-scanning/troubleshooting-code-scanning/cannot-enable-codeql-in-a-private-repository.md/0
{ "file_path": "docs/content/code-security/code-scanning/troubleshooting-code-scanning/cannot-enable-codeql-in-a-private-repository.md", "repo_id": "docs", "token_count": 880 }
52
--- title: 'Warning: "1 issue was detected with this workflow: git checkout HEAD^2 is no longer necessary"' shortTitle: 'Unnecessary step found' intro: 'If you see this warning, you should update your workflow to follow current best practice.' allowTitleToDifferFromFilename: true versions: fpt: '*' ghes: '*' ghec...
docs/content/code-security/code-scanning/troubleshooting-code-scanning/unnecessary-step-found.md/0
{ "file_path": "docs/content/code-security/code-scanning/troubleshooting-code-scanning/unnecessary-step-found.md", "repo_id": "docs", "token_count": 725 }
53
--- title: dataset measure versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖 fpt: '*' ghec: '*' ghes: '*' topics: - Advanced Security - Code scanning - CodeQL type: reference product: '{% data reusables.gated-features.codeql %}' autogenerated: codeql-cli intro: |- [Plumbing] Collect st...
docs/content/code-security/codeql-cli/codeql-cli-manual/dataset-measure.md/0
{ "file_path": "docs/content/code-security/codeql-cli/codeql-cli-manual/dataset-measure.md", "repo_id": "docs", "token_count": 819 }
54
--- title: pack bundle versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖 fpt: '*' ghec: '*' ghes: '*' topics: - Advanced Security - Code scanning - CodeQL type: reference product: '{% data reusables.gated-features.codeql %}' autogenerated: codeql-cli intro: '[Experimental] [Plumbing] Bun...
docs/content/code-security/codeql-cli/codeql-cli-manual/pack-bundle.md/0
{ "file_path": "docs/content/code-security/codeql-cli/codeql-cli-manual/pack-bundle.md", "repo_id": "docs", "token_count": 1949 }
55
--- title: test run versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖 fpt: '*' ghec: '*' ghes: '*' topics: - Advanced Security - Code scanning - CodeQL type: reference product: '{% data reusables.gated-features.codeql %}' autogenerated: codeql-cli intro: Run unit tests for QL queries. re...
docs/content/code-security/codeql-cli/codeql-cli-manual/test-run.md/0
{ "file_path": "docs/content/code-security/codeql-cli/codeql-cli-manual/test-run.md", "repo_id": "docs", "token_count": 3745 }
56
--- title: Extractor options intro: 'You can use the {% data variables.product.prodname_codeql_cli %} to run {% data variables.product.prodname_codeql %} processes locally on software projects.' product: '{% data reusables.gated-features.codeql %}' versions: fpt: '*' ghes: '*' ghec: '*' topics: - Advanced Secur...
docs/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/extractor-options.md/0
{ "file_path": "docs/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/extractor-options.md", "repo_id": "docs", "token_count": 2648 }
57
--- title: Prioritizing Dependabot alerts with Dependabot auto-triage rules shortTitle: Dependabot auto-triage rules intro: 'You can use {% data variables.dependabot.auto_triage_rules %} to prioritize {% data variables.product.prodname_dependabot_alerts %}.' allowTitleToDifferFromFilename: true versions: feature: dep...
docs/content/code-security/dependabot/dependabot-auto-triage-rules/index.md/0
{ "file_path": "docs/content/code-security/dependabot/dependabot-auto-triage-rules/index.md", "repo_id": "docs", "token_count": 282 }
58
--- title: Working with Dependabot shortTitle: Work with Dependabot intro: 'Guidance and recommendations for working with {% data variables.product.prodname_dependabot %}, such as managing pull requests raised by {% data variables.product.prodname_dependabot %}, using {% data variables.product.prodname_actions %} with ...
docs/content/code-security/dependabot/working-with-dependabot/index.md/0
{ "file_path": "docs/content/code-security/dependabot/working-with-dependabot/index.md", "repo_id": "docs", "token_count": 366 }
59
--- title: Best practices for writing repository security advisories intro: 'When you create or edit security advisories, the information you provide is easier for other users to understand when you specify the ecosystem, package name, and affected versions using the standard formats.' versions: fpt: '*' ghec: '*' ...
docs/content/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/best-practices-for-writing-repository-security-advisories.md/0
{ "file_path": "docs/content/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/best-practices-for-writing-repository-security-advisories.md", "repo_id": "docs", "token_count": 1738 }
60
--- title: Deleting a repository security advisory intro: You can delete a repository security advisory that you've published by contacting Support. redirect_from: - /github/managing-security-vulnerabilities/withdrawing-a-security-advisory - /code-security/security-advisories/withdrawing-a-security-advisory - /co...
docs/content/code-security/security-advisories/working-with-repository-security-advisories/deleting-a-repository-security-advisory.md/0
{ "file_path": "docs/content/code-security/security-advisories/working-with-repository-security-advisories/deleting-a-repository-security-advisory.md", "repo_id": "docs", "token_count": 359 }
61
--- title: Securing your end-to-end supply chain shortTitle: Overview allowTitleToDifferFromFilename: true intro: 'Introducing best practice guides on complete end-to-end supply chain security including personal accounts, code, and build processes.' versions: fpt: '*' ghec: '*' ghes: '*' type: overview topics: ...
docs/content/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview.md/0
{ "file_path": "docs/content/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview.md", "repo_id": "docs", "token_count": 633 }
62
--- title: Changing the machine type for your codespace shortTitle: Change the machine type intro: 'You can change the type of machine that''s running your codespace, so that you''re using resources appropriate for the work you''re doing.' versions: fpt: '*' ghec: '*' redirect_from: - /codespaces/developing-in-co...
docs/content/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace.md/0
{ "file_path": "docs/content/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace.md", "repo_id": "docs", "token_count": 1344 }
63
--- title: Stopping and starting a codespace intro: You can stop and start your codespace to save resources and to pause work. versions: fpt: '*' ghec: '*' type: how_to topics: - Codespaces - Fundamentals - Developer shortTitle: Stop a codespace redirect_from: - /codespaces/developing-in-codespaces/stopping...
docs/content/codespaces/developing-in-a-codespace/stopping-and-starting-a-codespace.md/0
{ "file_path": "docs/content/codespaces/developing-in-a-codespace/stopping-and-starting-a-codespace.md", "repo_id": "docs", "token_count": 1142 }
64
--- title: Listing the codespaces in your organization shortTitle: List organization codespaces intro: You can list all of the currently active or stopped codespaces for your organization. permissions: 'To list all of the current codespaces for your organization, you must be an organization owner.' versions: fpt: '*'...
docs/content/codespaces/managing-codespaces-for-your-organization/listing-the-codespaces-in-your-organization.md/0
{ "file_path": "docs/content/codespaces/managing-codespaces-for-your-organization/listing-the-codespaces-in-your-organization.md", "repo_id": "docs", "token_count": 668 }
65
--- title: Setting up a Java project for GitHub Codespaces allowTitleToDifferFromFilename: true shortTitle: Setting up a Java project intro: 'Get started with a Java project in {% data variables.product.prodname_github_codespaces %} by creating a custom dev container configuration.' redirect_from: - /codespaces/getti...
docs/content/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/setting-up-your-java-project-for-codespaces.md/0
{ "file_path": "docs/content/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/setting-up-your-java-project-for-codespaces.md", "repo_id": "docs", "token_count": 2866 }
66
--- title: Personalizing GitHub Codespaces for your account shortTitle: Personalize your codespaces intro: 'You can personalize {% data variables.product.prodname_github_codespaces %} by using a `dotfiles` repository on {% data variables.product.product_name %} or by using Settings Sync.' redirect_from: - /github/dev...
docs/content/codespaces/setting-your-user-preferences/personalizing-github-codespaces-for-your-account.md/0
{ "file_path": "docs/content/codespaces/setting-your-user-preferences/personalizing-github-codespaces-for-your-account.md", "repo_id": "docs", "token_count": 4022 }
67
--- title: Troubleshooting your connection to GitHub Codespaces intro: 'Troubleshooting help for connecting to {% data variables.product.prodname_github_codespaces %}.' versions: fpt: '*' ghec: '*' type: reference topics: - Codespaces shortTitle: Connection redirect_from: - /codespaces/troubleshooting/troublesh...
docs/content/codespaces/troubleshooting/troubleshooting-your-connection-to-github-codespaces.md/0
{ "file_path": "docs/content/codespaces/troubleshooting/troubleshooting-your-connection-to-github-codespaces.md", "repo_id": "docs", "token_count": 1546 }
68
--- title: Unblocking a user from your personal account intro: 'If you''ve mended fences with a {% data variables.product.prodname_dotcom %} user you''ve blocked, you can unblock their account.' redirect_from: - /articles/unblocking-a-user-from-your-personal-account - /github/building-a-strong-community/unblocking-...
docs/content/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account.md/0
{ "file_path": "docs/content/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account.md", "repo_id": "docs", "token_count": 674 }
69
--- title: Adding a license to a repository intro: You can include an open source license in your repository to make it easier for other people to contribute. redirect_from: - /articles/adding-a-license-to-a-repository - /github/building-a-strong-community/adding-a-license-to-a-repository versions: fpt: '*' ghe...
docs/content/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository.md/0
{ "file_path": "docs/content/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository.md", "repo_id": "docs", "token_count": 1016 }
70
--- title: Label reference intro: "Labels can help you find an issue you'd like to help with." versions: feature: 'contributing' --- You can use labels to locate a particular type of issue. For example, click the labels in the table to see a filtered list of open issues in the github/docs repository. | Label | Desc...
docs/content/contributing/collaborating-on-github-docs/label-reference.md/0
{ "file_path": "docs/content/contributing/collaborating-on-github-docs/label-reference.md", "repo_id": "docs", "token_count": 468 }
71
--- title: Procedural content type intro: 'Procedural content gives context on how a task fits into someone''s larger goal.' versions: feature: 'contributing' --- Procedural content helps people complete a task from start to finish while they are using {% data variables.product.prodname_dotcom %}. We create procedu...
docs/content/contributing/style-guide-and-content-model/procedural-content-type.md/0
{ "file_path": "docs/content/contributing/style-guide-and-content-model/procedural-content-type.md", "repo_id": "docs", "token_count": 540 }
72
--- title: Writing for GitHub Docs shortTitle: Writing for GitHub Docs intro: 'Learn about writing for {% data variables.product.prodname_docs %}.' versions: feature: 'contributing' children: - /about-githubs-documentation-philosophy - /writing-content-to-be-translated - /content-design-principles - /versioni...
docs/content/contributing/writing-for-github-docs/index.md/0
{ "file_path": "docs/content/contributing/writing-for-github-docs/index.md", "repo_id": "docs", "token_count": 268 }
73
--- title: GitHub Copilot Enterprise feature set intro: 'Get an overview of all the features included in {% data variables.product.prodname_copilot_enterprise %}.' versions: feature: copilot topics: - Copilot shortTitle: Copilot Enterprise feature set --- {% ifversion fpt %} {% data reusables.copilot.enterprise-f...
docs/content/copilot/github-copilot-enterprise/overview/github-copilot-enterprise-feature-set.md/0
{ "file_path": "docs/content/copilot/github-copilot-enterprise/overview/github-copilot-enterprise-feature-set.md", "repo_id": "docs", "token_count": 382 }
74
--- title: Troubleshooting firewall settings for GitHub Copilot intro: Troubleshooting help for firewall-related errors. product: '{% data reusables.gated-features.copilot %}' topics: - Copilot - Troubleshooting - Networking versions: feature: copilot shortTitle: Firewall settings --- If you or your organizati...
docs/content/copilot/troubleshooting-github-copilot/troubleshooting-firewall-settings-for-github-copilot.md/0
{ "file_path": "docs/content/copilot/troubleshooting-github-copilot/troubleshooting-firewall-settings-for-github-copilot.md", "repo_id": "docs", "token_count": 705 }
75
--- title: Configuring and customizing GitHub Desktop intro: 'Set up Git, connect your default editor, and customize settings to align GitHub Desktop with your workflow.' redirect_from: - /desktop/getting-started-with-github-desktop/configuring-and-customizing-github-desktop - /desktop/installing-and-configuring-gi...
docs/content/desktop/configuring-and-customizing-github-desktop/index.md/0
{ "file_path": "docs/content/desktop/configuring-and-customizing-github-desktop/index.md", "repo_id": "docs", "token_count": 202 }
76
--- title: Amending a commit in GitHub Desktop shortTitle: Amending a commit intro: 'You can use {% data variables.product.prodname_desktop %} to amend your last commit.' versions: feature: desktop redirect_from: - /desktop/contributing-and-collaborating-using-github-desktop/managing-commits/amending-a-commit - /...
docs/content/desktop/managing-commits/amending-a-commit-in-github-desktop.md/0
{ "file_path": "docs/content/desktop/managing-commits/amending-a-commit-in-github-desktop.md", "repo_id": "docs", "token_count": 598 }
77
--- title: Supported operating systems for GitHub Desktop intro: 'You can use {% data variables.product.prodname_desktop %} on any supported operating system.' redirect_from: - /desktop/getting-started-with-github-desktop/supported-operating-systems - /desktop/installing-and-configuring-github-desktop/supported-ope...
docs/content/desktop/overview/supported-operating-systems-for-github-desktop.md/0
{ "file_path": "docs/content/desktop/overview/supported-operating-systems-for-github-desktop.md", "repo_id": "docs", "token_count": 1376 }
78
--- title: "{% data variables.product.prodname_discussions %} documentation" shortTitle: "{% data variables.product.prodname_discussions %}" intro: '{% data variables.product.prodname_discussions %} is a collaborative communication forum for the community around an{% ifversion fpt or ghec %} open source or{% endif %} i...
docs/content/discussions/index.md/0
{ "file_path": "docs/content/discussions/index.md", "repo_id": "docs", "token_count": 795 }
79
--- title: GitHub Global Campus for students intro: 'As a student, use {% data variables.product.prodname_dotcom %} to collaborate on your school projects and build real-world experience.' redirect_from: - /education/teach-and-learn-with-github-education/use-github-for-your-schoolwork - /github/teaching-and-learnin...
docs/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-students/index.md/0
{ "file_path": "docs/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-students/index.md", "repo_id": "docs", "token_count": 264 }
80
--- title: Manage coursework with GitHub Classroom shortTitle: '{% data variables.product.prodname_classroom %}' intro: 'With {% data variables.product.prodname_classroom %}, you can use {% data variables.product.product_name %} to administer or participate in a course about software development.' versions: fpt: '*' ...
docs/content/education/manage-coursework-with-github-classroom/index.md/0
{ "file_path": "docs/content/education/manage-coursework-with-github-classroom/index.md", "repo_id": "docs", "token_count": 153 }
81
--- title: Editing an assignment intro: You can edit existing assignments in your course. versions: fpt: '*' permissions: 'Organization owners who are admins for a classroom can edit assignments for that classroom. {% data reusables.classroom.classroom-admins-link %}' shortTitle: Edit an assignment --- ## About editi...
docs/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/editing-an-assignment.md/0
{ "file_path": "docs/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/editing-an-assignment.md", "repo_id": "docs", "token_count": 1427 }
82
--- title: Archiving your GitHub personal account and public repositories redirect_from: - /categories/understanding-how-github-uses-and-protects-your-data - /github/understanding-how-github-uses-and-protects-your-data - /get-started/privacy-on-github versions: fpt: '*' ghec: '*' children: - /requesting-an-...
docs/content/get-started/archiving-your-github-personal-account-and-public-repositories/index.md/0
{ "file_path": "docs/content/get-started/archiving-your-github-personal-account-and-public-repositories/index.md", "repo_id": "docs", "token_count": 169 }
83
--- title: Caching your GitHub credentials in Git redirect_from: - /firewalls-and-proxies - /articles/caching-your-github-password-in-git - /github/using-git/caching-your-github-password-in-git - /github/using-git/caching-your-github-credentials-in-git - /github/getting-started-with-github/caching-your-github...
docs/content/get-started/getting-started-with-git/caching-your-github-credentials-in-git.md/0
{ "file_path": "docs/content/get-started/getting-started-with-git/caching-your-github-credentials-in-git.md", "repo_id": "docs", "token_count": 1681 }
84
--- title: GitHub language support intro: 'An overview of the programming languages supported by {% data variables.product.prodname_dotcom %} features.' versions: fpt: '*' ghes: '*' ghec: '*' topics: - GitHub redirect_from: - /github/getting-started-with-github/github-language-support - /github/getting-star...
docs/content/get-started/learning-about-github/github-language-support.md/0
{ "file_path": "docs/content/get-started/learning-about-github/github-language-support.md", "repo_id": "docs", "token_count": 886 }
85
--- title: Git and GitHub learning resources redirect_from: - /articles/good-resources-for-learning-git-and-github - /articles/what-are-other-good-resources-for-learning-git-and-github - /articles/git-and-github-learning-resources - /github/getting-started-with-github/git-and-github-learning-resources - /gith...
docs/content/get-started/start-your-journey/git-and-github-learning-resources.md/0
{ "file_path": "docs/content/get-started/start-your-journey/git-and-github-learning-resources.md", "repo_id": "docs", "token_count": 1008 }
86
--- title: Using Git rebase on the command line redirect_from: - /articles/using-git-rebase - /articles/using-git-rebase-on-the-command-line - /github/using-git/using-git-rebase-on-the-command-line - /github/getting-started-with-github/using-git-rebase-on-the-command-line - /github/getting-started-with-github...
docs/content/get-started/using-git/using-git-rebase-on-the-command-line.md/0
{ "file_path": "docs/content/get-started/using-git/using-git-rebase-on-the-command-line.md", "repo_id": "docs", "token_count": 1712 }
87
--- title: What are the differences between Subversion and Git? intro: 'Subversion (SVN) repositories are similar to Git repositories, but there are several differences when it comes to the architecture of your projects.' redirect_from: - /articles/what-are-the-differences-between-svn-and-git - /articles/what-are-t...
docs/content/get-started/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git.md/0
{ "file_path": "docs/content/get-started/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git.md", "repo_id": "docs", "token_count": 1205 }
88
--- title: Working with advanced formatting intro: 'Formatting like tables, syntax highlighting, and automatic linking allows you to arrange complex information clearly in your pull requests, issues, and comments.' redirect_from: - /articles/working-with-advanced-formatting - /github/writing-on-github/working-with-...
docs/content/get-started/writing-on-github/working-with-advanced-formatting/index.md/0
{ "file_path": "docs/content/get-started/writing-on-github/working-with-advanced-formatting/index.md", "repo_id": "docs", "token_count": 265 }
89
--- title: Using GitHub CLI extensions intro: 'Learn how to use custom extensions written by other {% data variables.product.prodname_cli %} users.' versions: fpt: '*' ghes: '*' ghec: '*' topics: - CLI --- ## About {% data variables.product.prodname_cli %} extensions {% note %} **Note:** Extensions outside o...
docs/content/github-cli/github-cli/using-github-cli-extensions.md/0
{ "file_path": "docs/content/github-cli/github-cli/using-github-cli-extensions.md", "repo_id": "docs", "token_count": 988 }
90
--- title: Changelog intro: 'The GraphQL schema changelog is a list of recent and upcoming changes to our GraphQL API schema. It includes backwards-compatible changes, schema previews, and upcoming breaking changes.' redirect_from: - /v4/changelog versions: fpt: '*' topics: - API autogenerated: graphql --- Break...
docs/content/graphql/overview/changelog.md/0
{ "file_path": "docs/content/graphql/overview/changelog.md", "repo_id": "docs", "token_count": 156 }
91
--- title: Guides for Issues shortTitle: Guides intro: 'Learn how you can use {% data variables.product.prodname_github_issues %} to plan and track your work.' allowTitleToDifferFromFilename: true layout: product-guides versions: fpt: '*' ghes: '*' ghec: '*' includeGuides: - /issues/planning-and-tracking-with-p...
docs/content/issues/guides.md/0
{ "file_path": "docs/content/issues/guides.md", "repo_id": "docs", "token_count": 572 }
92
--- title: 'Deleting a {% data variables.product.prodname_project_v1 %}' intro: 'You can delete an existing {% data variables.projects.projects_v1_board %} if you no longer need access to its contents.' redirect_from: - /github/managing-your-work-on-github/managing-project-boards/deleting-a-project-board - /article...
docs/content/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board.md/0
{ "file_path": "docs/content/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board.md", "repo_id": "docs", "token_count": 568 }
93
--- title: Using the built-in automations shortTitle: Using built-in automations intro: You can use built-in workflows to automate your projects. versions: feature: projects-v2-workflows type: tutorial topics: - Projects --- {% ifversion ghes > 3.8 %} {% data reusables.projects.enable_enterprise_workflows %} {%...
docs/content/issues/planning-and-tracking-with-projects/automating-your-project/using-the-built-in-automations.md/0
{ "file_path": "docs/content/issues/planning-and-tracking-with-projects/automating-your-project/using-the-built-in-automations.md", "repo_id": "docs", "token_count": 468 }
94
--- title: 'Learning about {% data variables.product.prodname_projects_v2 %}' intro: 'Learn about {% data variables.product.prodname_projects_v2 %} and how to make the very best of this powerful tool.' versions: feature: projects-v2 topics: - Issues - Projects children: - /about-projects - /quickstart-for-pro...
docs/content/issues/planning-and-tracking-with-projects/learning-about-projects/index.md/0
{ "file_path": "docs/content/issues/planning-and-tracking-with-projects/learning-about-projects/index.md", "repo_id": "docs", "token_count": 148 }
95
--- title: About iteration fields shortTitle: About iteration fields intro: You can create iterations to plan upcoming work and group items. versions: feature: projects-v2 redirect_from: - /issues/trying-out-the-new-projects-experience/managing-iterations - /issues/planning-and-tracking-with-projects/understandin...
docs/content/issues/planning-and-tracking-with-projects/understanding-fields/about-iteration-fields.md/0
{ "file_path": "docs/content/issues/planning-and-tracking-with-projects/understanding-fields/about-iteration-fields.md", "repo_id": "docs", "token_count": 1353 }
96
--- title: Creating an issue intro: 'Issues can be created in a variety of ways, so you can choose the most convenient method for your workflow.' permissions: 'People with read access can create an issue in a repository where issues are enabled. {% data reusables.enterprise-accounts.emu-permission-repo %}' redirect_fro...
docs/content/issues/tracking-your-work-with-issues/creating-an-issue.md/0
{ "file_path": "docs/content/issues/tracking-your-work-with-issues/creating-an-issue.md", "repo_id": "docs", "token_count": 3758 }
97
--- title: Managing labels intro: 'You can classify {% ifversion fpt or ghec %}issues, pull requests, and discussions{% else %}issues and pull requests{% endif %} by creating, editing, applying, and deleting labels.' permissions: '{% data reusables.enterprise-accounts.emu-permission-repo %}' redirect_from: - /github/...
docs/content/issues/using-labels-and-milestones-to-track-work/managing-labels.md/0
{ "file_path": "docs/content/issues/using-labels-and-milestones-to-track-work/managing-labels.md", "repo_id": "docs", "token_count": 1825 }
98
--- title: About GitHub's migration tooling shortTitle: GitHub's migration tooling intro: '{% data variables.product.company_short %} provides a variety of different tooling options to support migrations to {% data variables.product.company_short %} and between {% data variables.product.company_short %} products.' vers...
docs/content/migrations/overview/about-githubs-migration-tooling.md/0
{ "file_path": "docs/content/migrations/overview/about-githubs-migration-tooling.md", "repo_id": "docs", "token_count": 285 }
99