Skip to content

Commit 757f605

Browse files
committed
[docsy] Promote Metadata section to top-level docs
1 parent 723e332 commit 757f605

File tree

6 files changed

+7
-10
lines changed

6 files changed

+7
-10
lines changed

content/en/docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Frequently Asked Questions
33
LinkTitle: FAQ
4-
weight: 450
4+
weight: 800
55
description: Get your questions answered!
66
aliases: [/faq]
77
---

content/en/docs/overview/metadata.md renamed to content/en/docs/metadata.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
title: Roles and Metadata
3-
LinkTitle: Metadata
4-
weight: 15
5-
description: Understand Roles and Metadata
63
aliases: [/metadata]
4+
weight: 300
75
---
86

97
TUF uses roles to define the set of actions a party can perform. The concept of
@@ -85,13 +83,13 @@ available from a given repository mirror.
8583

8684
A delegated role file is located at:
8785

88-
/DELEGATED_ROLE.json
86+
`/DELEGATED_ROLE.json`
8987

9088
where DELEGATED_ROLE is the name of the role specified in targets.json. If this
9189
role further delegates trust to a role named ANOTHER_ROLE, that role's signed
9290
metadata file would be found at:
9391

94-
/ANOTHER_ROLE.json
92+
`/ANOTHER_ROLE.json`
9593

9694
See
9795
[example](https://raw.githubusercontent.com/theupdateframework/tuf/develop/tests/repository_data/repository/metadata/role1.json)
File renamed without changes.

content/en/docs/project/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Project
33
aliases: [/project]
4-
weight: 400
4+
weight: 600
55
---
66

77
The TUF project consists of three components:

content/en/docs/project/history.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,4 @@ four core principles continue to be central to its design.
3535
reduces the risk that they can be stolen or compromised. In 2016, the TUF
3636
research group set up a process whereby the community could
3737

38-
[paper]:
39-
https://theupdateframework.github.io/papers/survivable-key-compromise-ccs2010.pdf?raw=true
38+
[paper]: /papers/survivable-key-compromise-ccs2010.pdf

content/en/docs/security/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Security
3-
weight: 300
3+
weight: 400
44
description: Security properties of TUF repositories
55
aliases: [/security]
66
---

0 commit comments

Comments
 (0)