Merge pull request #35353 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot 2024-11-19 07:34:28 -08:00 коммит произвёл GitHub
Родитель fe4d88ff10 61c27003b6
Коммит 174e9df423
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
15 изменённых файлов: 16 добавлений и 2 удалений

Просмотреть файл

@ -47,7 +47,7 @@ First, install the Helm chart that deploys the Sigstore Policy Controller:
helm upgrade policy-controller --install --atomic \
--create-namespace --namespace artifact-attestations \
oci://ghcr.io/github/artifact-attestations-helm-charts/policy-controller \
--version v0.10.0-github8
--version v0.10.0-github9
```
This installs the Policy Controller into the `artifact-attestations` namespace. At this point, no policies have been configured, and it will not enforce any attestations.
@ -131,7 +131,7 @@ To see the full set of options you may configure with the Helm chart, you can ru
For policy controller options:
```bash copy
helm show values oci://ghcr.io/github/artifact-attestations-helm-charts/policy-controller --version v0.10.0-github8
helm show values oci://ghcr.io/github/artifact-attestations-helm-charts/policy-controller --version v0.10.0-github9
```
For trust policy options:

Просмотреть файл

@ -1,6 +1,7 @@
---
title: About writing and formatting on GitHub
intro: GitHub combines a syntax for formatting text called GitHub Flavored Markdown with a few unique writing features.
product: '{% data reusables.gated-features.markdown-ui %}'
redirect_from:
- /articles/about-writing-and-formatting-on-github
- /github/writing-on-github/about-writing-and-formatting-on-github

Просмотреть файл

@ -1,6 +1,7 @@
---
title: Basic writing and formatting syntax
intro: Create sophisticated formatting for your prose and code on GitHub with simple syntax.
product: '{% data reusables.gated-features.markdown-ui %}'
redirect_from:
- /articles/basic-writing-and-formatting-syntax
- /github/writing-on-github/basic-writing-and-formatting-syntax

Просмотреть файл

@ -1,6 +1,7 @@
---
title: Quickstart for writing on GitHub
intro: 'Learn advanced formatting features by creating a README for your {% data variables.product.prodname_dotcom %} profile.'
product: '{% data reusables.gated-features.markdown-ui %}'
versions:
fpt: '*'
ghes: '*'

Просмотреть файл

@ -1,6 +1,7 @@
---
title: About task lists
intro: 'You can use task lists to break the work for an issue or pull request into smaller tasks, then track the full set of work to completion.'
product: '{% data reusables.gated-features.markdown-ui %}'
redirect_from:
- /github/managing-your-work-on-github/managing-your-work-with-issues-and-pull-requests/about-task-lists
- /articles/about-task-lists

Просмотреть файл

@ -1,6 +1,7 @@
---
title: Attaching files
intro: You can convey information by attaching a variety of file types to your issues and pull requests.
product: '{% data reusables.gated-features.markdown-ui %}'
redirect_from:
- /github/managing-your-work-on-github/managing-your-work-with-issues-and-pull-requests/file-attachments-on-issues-and-pull-requests
- /articles/issue-attachments

Просмотреть файл

@ -1,6 +1,7 @@
---
title: Autolinked references and URLs
intro: 'References to URLs, issues, pull requests, and commits are automatically shortened and converted into links.'
product: '{% data reusables.gated-features.markdown-ui %}'
redirect_from:
- /articles/autolinked-references-and-urls
- /github/writing-on-github/autolinked-references-and-urls

Просмотреть файл

@ -1,6 +1,7 @@
---
title: Creating a permanent link to a code snippet
intro: You can create a permanent link to a specific line or range of lines of code in a specific version of a file or pull request.
product: '{% data reusables.gated-features.markdown-ui %}'
redirect_from:
- /github/managing-your-work-on-github/managing-your-work-with-issues-and-pull-requests/creating-a-permanent-link-to-a-code-snippet
- /articles/creating-a-permanent-link-to-a-code-snippet

Просмотреть файл

@ -1,6 +1,7 @@
---
title: Creating and highlighting code blocks
intro: Share samples of code with fenced code blocks and enabling syntax highlighting.
product: '{% data reusables.gated-features.markdown-ui %}'
redirect_from:
- /articles/creating-and-highlighting-code-blocks
- /github/writing-on-github/creating-and-highlighting-code-blocks

Просмотреть файл

@ -1,6 +1,7 @@
---
title: Creating diagrams
intro: Create diagrams to convey information through charts and graphs
product: '{% data reusables.gated-features.markdown-ui %}'
versions:
feature: mermaid
shortTitle: Create diagrams

Просмотреть файл

@ -1,6 +1,7 @@
---
title: Organizing information with collapsed sections
intro: You can streamline your Markdown by creating a collapsed section with the `<details>` tag.
product: '{% data reusables.gated-features.markdown-ui %}'
versions:
fpt: '*'
ghes: '*'

Просмотреть файл

@ -1,6 +1,7 @@
---
title: Organizing information with tables
intro: 'You can build tables to organize information in comments, issues, pull requests, and wikis.'
product: '{% data reusables.gated-features.markdown-ui %}'
redirect_from:
- /articles/organizing-information-with-tables
- /github/writing-on-github/organizing-information-with-tables

Просмотреть файл

@ -1,6 +1,7 @@
---
title: Using keywords in issues and pull requests
intro: Use keywords to link an issue and pull request or to mark an issue or pull request as a duplicate.
product: '{% data reusables.gated-features.markdown-ui %}'
versions:
fpt: '*'
ghes: '*'

Просмотреть файл

@ -1,6 +1,7 @@
---
title: Writing mathematical expressions
intro: 'Use Markdown to display mathematical expressions on {% data variables.product.company_short %}.'
product: '{% data reusables.gated-features.markdown-ui %}'
versions:
feature: math
shortTitle: Mathematical expressions

Просмотреть файл

@ -0,0 +1 @@
Markdown can be used in the {% data variables.product.github %} web interface.