-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[docsy] Move TAPs back under Community and copyedit (#95)
- Loading branch information
Showing
4 changed files
with
20 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,8 @@ | ||
--- | ||
title: Community | ||
menu: { main: { weight: 40 } } | ||
aliases: [/community] | ||
cascade: | ||
type: docs | ||
# If your project has a local or external contributing page, then | ||
# specify the path or URL below. | ||
cascade: { type: docs } | ||
contributingUrl: https://github.com/theupdateframework/community | ||
# Content below, if any, will be added to the community page. | ||
--- | ||
|
||
{{% community-lists %}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: TUF Augmentation Proposals | ||
LinkTitle: TAPs | ||
aliases: [/taps] | ||
--- | ||
|
||
A TUF Augmentation Proposal (TAP) is a design document providing information to | ||
the TUF community, or describing a new feature for TUF or its processes or | ||
environment. We intend TAPs to be the primary mechanisms for proposing major new | ||
features, for collecting community input on an issue, and for documenting the | ||
design decisions that have gone into TUF. | ||
|
||
To review design changes that have been proposed to date, or to submit your own | ||
new feature, see the [TAPs GitHub repo]. For instructions on how to submit a | ||
TAP, see [TAP 1]. | ||
|
||
[TAP 1]: https://github.com/theupdateframework/taps/blob/master/tap1.md | ||
[TAPs GitHub repo]: https://github.com/theupdateframework/taps |
This file was deleted.
Oops, something went wrong.