1
0
mirror of synced 2025-12-22 03:16:52 -05:00

ran script/content-migrations/remove-map-topics.js && script/content-migrations/update-tocs.js

This commit is contained in:
Sarah Schneider
2021-05-19 10:12:38 -04:00
parent 253c356fb0
commit f7e848e0c4
14528 changed files with 410545 additions and 411354 deletions

View File

@@ -4,6 +4,7 @@ intro: Repository graphs help you view and analyze data for your repository.
redirect_from:
- /articles/using-graphs/
- /articles/about-repository-graphs
- /github/visualizing-repository-data-with-graphs/about-repository-graphs
versions:
free-pro-team: '*'
enterprise-server: '*'
@@ -11,7 +12,6 @@ versions:
topics:
- Repositories
---
A repository's graphs give you information on {% if currentVersion == "free-pro-team@latest" %} traffic, projects that depend on the repository,{% endif %} contributors and commits to the repository, and a repository's forks and network. If you maintain a repository, you can use this data to get a better understanding of who's using your repository and why they're using it.
{% if currentVersion == "free-pro-team@latest" %}

View File

@@ -1,7 +1,6 @@
---
title: Accessing basic repository data
intro: 'You can view basic information about a repository, such as the repository''s activity{% if currentVersion == "free-pro-team@latest" %}, traffic,{% endif %} and contribution activity.'
mapTopic: true
redirect_from:
- /articles/accessing-basic-repository-data
versions:
@@ -10,5 +9,10 @@ versions:
github-ae: '*'
topics:
- Repositories
children:
- /about-repository-graphs
- /viewing-a-summary-of-repository-activity
- /viewing-a-projects-contributors
- /viewing-traffic-to-a-repository
---

View File

@@ -5,6 +5,7 @@ redirect_from:
- /articles/i-don-t-see-myself-in-the-contributions-graph/
- /articles/viewing-contribution-activity-in-a-repository/
- /articles/viewing-a-projects-contributors
- /github/visualizing-repository-data-with-graphs/viewing-a-projects-contributors
product: '{% data reusables.gated-features.repository-insights %}'
versions:
free-pro-team: '*'
@@ -13,7 +14,6 @@ versions:
topics:
- Repositories
---
### About contributors
You can view the top 100 contributors to a repository{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}, including commit co-authors,{% endif %} in the contributors graph. Merge commits and empty commits aren't counted as contributions for this graph.

View File

@@ -4,6 +4,7 @@ intro: 'You can view an overview of a repository''s activity through Pulse. Puls
product: '{% data reusables.gated-features.repository-insights %}'
redirect_from:
- /articles/viewing-a-summary-of-repository-activity
- /github/visualizing-repository-data-with-graphs/viewing-a-summary-of-repository-activity
versions:
free-pro-team: '*'
enterprise-server: '*'
@@ -11,7 +12,6 @@ versions:
topics:
- Repositories
---
Commit co-authors are included in the commit activity summary if their commits were merged into the repository's default branch and they're in the top 15 users who have contributed the most commits.
### Accessing pulse

View File

@@ -4,12 +4,12 @@ intro: 'Anyone with push access to a repository can view its traffic, including
product: 'This repository insights graph is available in public repositories with {% data variables.product.prodname_free_user %} and {% data variables.product.prodname_free_team %} for organizations, and in public and private repositories with {% data variables.product.prodname_pro %}, {% data variables.product.prodname_team %}, and {% data variables.product.prodname_ghe_cloud %}.{% if currentVersion == "free-pro-team@latest" %} For more information, see "[About repository graphs](/articles/about-repository-graphs)" and "[{% data variables.product.prodname_dotcom %}''s products](/articles/github-s-products)."{% endif %}'
redirect_from:
- /articles/viewing-traffic-to-a-repository
- /github/visualizing-repository-data-with-graphs/viewing-traffic-to-a-repository
versions:
free-pro-team: '*'
topics:
- Repositories
---
You can navigate to referring sites, excluding search engines and {% data variables.product.product_name %} itself, from the links the specific paths were referred from. The popular content links to the specific content that generated traffic.
Referring sites and popular content are ordered by views and unique visitors. Full clones and visitor information update hourly, while referring sites and popular content sections update daily. All data in the traffic graph uses the UTC+0 timezone, regardless of your location.

View File

@@ -5,12 +5,14 @@ redirect_from:
- /articles/viewing-commit-frequency-in-a-repository/
- /articles/analyzing-changes-to-a-repository-s-content
- /articles/analyzing-changes-to-a-repositorys-content
mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
github-ae: '*'
topics:
- Repositories
children:
- /visualizing-commits-in-a-repository
- /visualizing-additions-and-deletions-to-content-in-a-repository
---

View File

@@ -4,6 +4,7 @@ intro: The code frequency graph displays the content additions and deletions for
product: '{% data reusables.gated-features.repository-insights %}'
redirect_from:
- /articles/visualizing-additions-and-deletions-to-content-in-a-repository
- /github/visualizing-repository-data-with-graphs/visualizing-additions-and-deletions-to-content-in-a-repository
versions:
free-pro-team: '*'
enterprise-server: '*'
@@ -11,7 +12,6 @@ versions:
topics:
- Repositories
---
{% if currentVersion == "free-pro-team@latest" %}
![Code frequency graph](/assets/images/help/graphs/repo_code_frequency_graph_dotcom.png)

View File

@@ -4,6 +4,7 @@ intro: You can see all commits made to a repository in the past year (excluding
product: '{% data reusables.gated-features.repository-insights %}'
redirect_from:
- /articles/visualizing-commits-in-a-repository
- /github/visualizing-repository-data-with-graphs/visualizing-commits-in-a-repository
versions:
free-pro-team: '*'
enterprise-server: '*'
@@ -11,7 +12,6 @@ versions:
topics:
- Repositories
---
The top graph shows commits for the entire year by week.
![Repository commit year graph](/assets/images/help/graphs/repo_commit_activity_year_graph.png)

View File

@@ -11,22 +11,9 @@ versions:
github-ae: '*'
topics:
- Repositories
children:
- /accessing-basic-repository-data
- /analyzing-changes-to-a-repositorys-content
- /understanding-connections-between-repositories
---
### Table of Contents
{% topic_link_in_list /accessing-basic-repository-data %}
{% link_in_list /about-repository-graphs %}
{% link_in_list /viewing-a-summary-of-repository-activity %}
{% link_in_list /viewing-a-projects-contributors %}
{% link_in_list /viewing-traffic-to-a-repository %}
{% topic_link_in_list /analyzing-changes-to-a-repositorys-content %}
{% link_in_list /visualizing-commits-in-a-repository %}
{% link_in_list /visualizing-additions-and-deletions-to-content-in-a-repository %}
{% topic_link_in_list /understanding-connections-between-repositories %}
{% link_in_list /viewing-a-repositorys-network %}
{% link_in_list /listing-the-forks-of-a-repository %}
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}{% link_in_list /viewing-the-dependencies-of-a-repository %}{% endif %}
{% if currentVersion ver_lt "enterprise-server@3.0" %}{% link_in_list /about-the-dependency-graph %}
{% link_in_list /exploring-the-dependencies-of-a-repository %}{% endif %}

View File

@@ -5,6 +5,8 @@ versions:
enterprise-server: <=2.22
topics:
- Repositories
redirect_from:
- /github/visualizing-repository-data-with-graphs/about-the-dependency-graph
---
<!--See /content/code-security/supply-chain-security/about-the-dependency-graph for the latest version of this article -->

View File

@@ -5,6 +5,8 @@ versions:
enterprise-server: <=2.22
topics:
- Repositories
redirect_from:
- /github/visualizing-repository-data-with-graphs/exploring-the-dependencies-of-a-repository
---
<!--See /content/code-security/supply-chain-security/exploring-the-dependencies-of-a-repository for the latest version of this article -->

View File

@@ -1,7 +1,6 @@
---
title: Understanding connections between repositories
intro: 'You can better understand the connections that exist between repositories by viewing a repository''s network{% if currentVersion == "free-pro-team@latest" %}, projects that depend on the repository,{% endif %} and its forks.'
mapTopic: true
redirect_from:
- /articles/understanding-connections-between-repositories
versions:
@@ -10,5 +9,11 @@ versions:
github-ae: '*'
topics:
- Repositories
children:
- /viewing-a-repositorys-network
- /listing-the-forks-of-a-repository
- /viewing-the-dependencies-of-a-repository
- /about-the-dependency-graph
- /exploring-the-dependencies-of-a-repository
---

View File

@@ -3,6 +3,7 @@ title: Listing the forks of a repository
intro: The Members graph displays all the forks of a repository.
redirect_from:
- /articles/listing-the-forks-of-a-repository
- /github/visualizing-repository-data-with-graphs/listing-the-forks-of-a-repository
versions:
free-pro-team: '*'
enterprise-server: '*'
@@ -10,7 +11,6 @@ versions:
topics:
- Repositories
---
Forks are listed alphabetically by the username of the person who forked the repository. You can click on the username to be redirected to the user's {% data variables.product.product_name %} profile page or click on the fork name to be redirected to the specific fork of the repository.
{% if currentVersion == "free-pro-team@latest" %}

View File

@@ -5,6 +5,7 @@ product: '{% data reusables.gated-features.repository-insights %}'
redirect_from:
- /articles/viewing-a-repository-s-network
- /articles/viewing-a-repositorys-network
- /github/visualizing-repository-data-with-graphs/viewing-a-repositorys-network
versions:
free-pro-team: '*'
enterprise-server: '*'
@@ -12,7 +13,6 @@ versions:
topics:
- Repositories
---
![Repository network graph](/assets/images/help/graphs/repo_network_graph.png)
{% tip %}

View File

@@ -1,11 +1,12 @@
---
title: Viewing the dependencies of a repository
intro: 'You can use the dependency graph to explore the code your repository depends on.'
intro: You can use the dependency graph to explore the code your repository depends on.
versions:
free-pro-team: '*'
enterprise-server: '>=3.0'
redirect_from:
- /github/visualizing-repository-data-with-graphs/viewing-the-dependencies-of-a-repository
---
Almost all software relies on code developed and maintained by other developers, often known as a supply chain. For example, utilities, libraries, and frameworks. These dependencies are an integral part of your code and any bugs or vulnerabilities in them may affect your code. It's important to review and maintain these dependencies.
The dependency graph provides a great way to visualize and explore the dependencies for a repository. For more information, see "[About the dependency graph](/code-security/supply-chain-security/about-the-dependency-graph)" and "[Exploring the dependencies of a repository](/code-security/supply-chain-security/exploring-the-dependencies-of-a-repository)."