add short titles to frontmatter (#20131)
This commit is contained in:
@@ -14,5 +14,6 @@ children:
|
||||
- /viewing-a-summary-of-repository-activity
|
||||
- /viewing-a-projects-contributors
|
||||
- /viewing-traffic-to-a-repository
|
||||
shortTitle: Access basic repository data
|
||||
---
|
||||
|
||||
|
||||
@@ -13,6 +13,7 @@ versions:
|
||||
ghae: '*'
|
||||
topics:
|
||||
- Repositories
|
||||
shortTitle: View project contributors
|
||||
---
|
||||
## About contributors
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@ versions:
|
||||
ghae: '*'
|
||||
topics:
|
||||
- Repositories
|
||||
shortTitle: View repository activity
|
||||
---
|
||||
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.
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@ versions:
|
||||
fpt: '*'
|
||||
topics:
|
||||
- Repositories
|
||||
shortTitle: View traffic to a repository
|
||||
---
|
||||
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.
|
||||
|
||||
|
||||
@@ -14,5 +14,6 @@ topics:
|
||||
children:
|
||||
- /visualizing-commits-in-a-repository
|
||||
- /visualizing-additions-and-deletions-to-content-in-a-repository
|
||||
shortTitle: Analyze changes to repository
|
||||
---
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@ versions:
|
||||
ghae: '*'
|
||||
topics:
|
||||
- Repositories
|
||||
shortTitle: View changes to content
|
||||
---
|
||||
{% ifversion fpt %}
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@ versions:
|
||||
ghae: '*'
|
||||
topics:
|
||||
- Repositories
|
||||
shortTitle: View commits in repository
|
||||
---
|
||||
The top graph shows commits for the entire year by week.
|
||||
|
||||
|
||||
@@ -16,5 +16,6 @@ children:
|
||||
- /accessing-basic-repository-data
|
||||
- /analyzing-changes-to-a-repositorys-content
|
||||
- /understanding-connections-between-repositories
|
||||
shortTitle: View repository graphs
|
||||
---
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@ topics:
|
||||
- Repositories
|
||||
redirect_from:
|
||||
- /github/visualizing-repository-data-with-graphs/about-the-dependency-graph
|
||||
shortTitle: Dependency graph
|
||||
---
|
||||
<!--See /content/code-security/supply-chain-security/about-the-dependency-graph for the latest version of this article -->
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@ topics:
|
||||
- Repositories
|
||||
redirect_from:
|
||||
- /github/visualizing-repository-data-with-graphs/exploring-the-dependencies-of-a-repository
|
||||
shortTitle: Explore dependencies
|
||||
---
|
||||
<!--See /content/code-security/supply-chain-security/exploring-the-dependencies-of-a-repository for the latest version of this article -->
|
||||
|
||||
|
||||
@@ -15,5 +15,6 @@ children:
|
||||
- /viewing-the-dependencies-of-a-repository
|
||||
- /about-the-dependency-graph
|
||||
- /exploring-the-dependencies-of-a-repository
|
||||
shortTitle: Connections between repos
|
||||
---
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@ versions:
|
||||
ghae: '*'
|
||||
topics:
|
||||
- Repositories
|
||||
shortTitle: List repository forks
|
||||
---
|
||||
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.
|
||||
|
||||
|
||||
@@ -12,6 +12,7 @@ versions:
|
||||
ghae: '*'
|
||||
topics:
|
||||
- Repositories
|
||||
shortTitle: View repository network
|
||||
---
|
||||

|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@ versions:
|
||||
ghes: '>=3.0'
|
||||
redirect_from:
|
||||
- /github/visualizing-repository-data-with-graphs/viewing-the-dependencies-of-a-repository
|
||||
shortTitle: View dependencies
|
||||
---
|
||||
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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user