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 |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 19