Skip to content

Commit f7955d1

Browse files
committed
adding GitHub for all repositories
Signed-off-by: h4l0gen <[email protected]> updating Signed-off-by: h4l0gen <[email protected]>
1 parent 7f926c1 commit f7955d1

File tree

3 files changed

+35
-5
lines changed

3 files changed

+35
-5
lines changed

config.toml

+10-5
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,15 @@ name = "Roboto Mono"
3030
sizes = [300, 400, 600, 700]
3131
type = "monospace"
3232

33+
[[menu.main]]
34+
name = "GitHub"
35+
url = "/github/"
36+
weight = 1
37+
3338
[[menu.main]]
3439
name = "About"
3540
identifier = "about"
36-
weight = 1
41+
weight = 2
3742

3843
[[menu.main]]
3944
name = "Overview"
@@ -74,7 +79,7 @@ weight = 6
7479
[[menu.main]]
7580
name = "Getting started"
7681
identifier = "getting-started"
77-
weight = 2
82+
weight = 3
7883

7984
[[menu.main]]
8085
name = "Security"
@@ -122,7 +127,7 @@ weight = 7
122127
[[menu.main]]
123128
name = "Community"
124129
identifier = "community"
125-
weight = 3
130+
weight = 4
126131

127132
[[menu.main]]
128133
name = "Adoptions"
@@ -163,9 +168,9 @@ weight = 6
163168
[[menu.main]]
164169
name = "News"
165170
url = "/news/"
166-
weight = 4
171+
weight = 5
167172

168173
[[menu.main]]
169174
name = "Contact"
170175
url = "/contact/"
171-
weight = 5
176+
weight = 6

content/_index.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
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.
7+
8+
> [**TUF GitHub**](https://github.com/theupdateframework)

content/github.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Join TUF GitHub
3+
---
4+
5+
### Check out [theupdateframework](https://github.com/theupdateframework) GitHub repositories:
6+
7+
> ## [python-tuf Repository](https://github.com/theupdateframework/python-tuf)
8+
9+
> ## [specification Repository](https://github.com/theupdateframework/specification)
10+
11+
> ## [theupdateframework.io Repository](https://github.com/theupdateframework/theupdateframework.io)
12+
13+
> ## [community Repository](https://github.com/theupdateframework/community)
14+
15+
> ## [taps Repository](https://github.com/theupdateframework/taps)
16+
17+
> ## [tuf-on-ci Repository](https://github.com/theupdateframework/tuf-on-ci)
18+
19+
> ## [rust-tuf Repository](https://github.com/theupdateframework/rust-tuf)
20+
21+
> ## [go-tuf Repository](https://github.com/theupdateframework/go-tuf)
22+
23+
> ## [tuf-js Repository](https://github.com/theupdateframework/tuf-js)

0 commit comments

Comments
 (0)