Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repo sync #35353

Merged
merged 2 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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: '*'
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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: '*'
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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: '*'
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions data/reusables/gated-features/markdown-ui.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Markdown can be used in the {% data variables.product.github %} web interface.
Loading