1
0
mirror of synced 2025-12-23 11:54:18 -05:00

add topic frontmatter to articles (#18245)

This commit is contained in:
Rachael Sewell
2021-03-17 12:31:29 -07:00
committed by GitHub
parent 0192f59031
commit b1b8cb8e84
1120 changed files with 2566 additions and 73 deletions

View File

@@ -1,9 +1,11 @@
---
title: Managing GPG verification for Codespaces
intro: You can allow {% data variables.product.company_short %} to automatically use GPG to sign commits you make in your codespaces, so other people can be confident that the changes come from a trusted source.
intro: 'You can allow {% data variables.product.company_short %} to automatically use GPG to sign commits you make in your codespaces, so other people can be confident that the changes come from a trusted source.'
product: '{% data reusables.gated-features.codespaces %}'
versions:
free-pro-team: '*'
topics:
- codespaces
---
{% note %}