Skip to content

Commit 7c73c82

Browse files
authored
Merge pull request #20 from joshuagl/joshuagl/new-spec
Point to the rendered specification on GitHub Pages
2 parents dd5ff71 + 8ec5521 commit 7c73c82

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

config.toml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,22 +95,29 @@ url = "/faq"
9595
weight = 3
9696

9797
[[menu.main]]
98-
name = "Specification"
98+
name = "Specification (latest)"
9999
parent = "getting-started"
100-
url = "https://github.com/theupdateframework/specification/blob/master/tuf-spec.md"
100+
url = "https://theupdateframework.github.io/specification/latest/"
101101
weight = 4
102102

103+
[[menu.main]]
104+
name = "Specification index"
105+
parent = "getting-started"
106+
url = "https://theupdateframework.github.io/specification/"
107+
weight = 5
108+
109+
103110
[[menu.main]]
104111
name = "Implementation"
105112
parent = "getting-started"
106113
url = "https://github.com/theupdateframework/tuf/blob/develop/docs/GETTING_STARTED.rst#getting-started"
107-
weight = 5
114+
weight = 6
108115

109116
[[menu.main]]
110117
name = "Videos"
111118
parent = "getting-started"
112119
url = "/videos"
113-
weight = 6
120+
weight = 7
114121

115122
[[menu.main]]
116123
name = "Community"

content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
---
33

4-
The Update Framework (**TUF**) helps developers maintain the security of software update systems, providing protection even against attackers that compromise the repository or signing keys. TUF provides a flexible framework and [specification](https://github.com/theupdateframework/specification/blob/master/tuf-spec.md) that developers can adopt into any software update system.
4+
The Update Framework (**TUF**) helps developers maintain the security of software update systems, providing protection even against attackers that compromise the repository or signing keys. TUF provides a flexible framework and [specification](https://theupdateframework.github.io/specification/latest/) that developers can adopt into any software update system.
55

66
TUF is hosted by the [Linux Foundation](https://www.linuxfoundation.org/) as part of the [Cloud Native Computing Foundation](https://www.cncf.io) (CNCF) and is [used in production](/adoptions) by various tech companies and open source organizations. A variant of TUF called [Uptane](https://uptane.github.io/) is widely used to secure over-the-air updates in automobiles.

content/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ title: Frequently Asked Questions
1616

1717
For (2), an adopter has to figure out how to ship the initial Root file, and
1818
implement [the TUF download and verification
19-
workflow](https://github.com/theupdateframework/specification/blob/master/tuf-spec.md#detailed-client-workflow--detailed-client-workflow)
19+
workflow](https://theupdateframework.github.io/specification/latest/#detailed-client-workflow)
2020
in their language of choice if one of the existing implementations is
2121
insufficient.
2222

0 commit comments

Comments
 (0)