Skip to content

Commit

Permalink
adding GitHub for all repositories
Browse files Browse the repository at this point in the history
Signed-off-by: h4l0gen <[email protected]>

updating

Signed-off-by: h4l0gen <[email protected]>
  • Loading branch information
h4l0gen committed May 23, 2024
1 parent 7f926c1 commit f7955d1
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 5 deletions.
15 changes: 10 additions & 5 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,15 @@ name = "Roboto Mono"
sizes = [300, 400, 600, 700]
type = "monospace"

[[menu.main]]
name = "GitHub"
url = "/github/"
weight = 1

[[menu.main]]
name = "About"
identifier = "about"
weight = 1
weight = 2

[[menu.main]]
name = "Overview"
Expand Down Expand Up @@ -74,7 +79,7 @@ weight = 6
[[menu.main]]
name = "Getting started"
identifier = "getting-started"
weight = 2
weight = 3

[[menu.main]]
name = "Security"
Expand Down Expand Up @@ -122,7 +127,7 @@ weight = 7
[[menu.main]]
name = "Community"
identifier = "community"
weight = 3
weight = 4

[[menu.main]]
name = "Adoptions"
Expand Down Expand Up @@ -163,9 +168,9 @@ weight = 6
[[menu.main]]
name = "News"
url = "/news/"
weight = 4
weight = 5

[[menu.main]]
name = "Contact"
url = "/contact/"
weight = 5
weight = 6
2 changes: 2 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
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.

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.

> [**TUF GitHub**](https://github.com/theupdateframework)
23 changes: 23 additions & 0 deletions content/github.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: Join TUF GitHub
---

### Check out [theupdateframework](https://github.com/theupdateframework) GitHub repositories:

> ## [python-tuf Repository](https://github.com/theupdateframework/python-tuf)
> ## [specification Repository](https://github.com/theupdateframework/specification)
> ## [theupdateframework.io Repository](https://github.com/theupdateframework/theupdateframework.io)
> ## [community Repository](https://github.com/theupdateframework/community)
> ## [taps Repository](https://github.com/theupdateframework/taps)
> ## [tuf-on-ci Repository](https://github.com/theupdateframework/tuf-on-ci)
> ## [rust-tuf Repository](https://github.com/theupdateframework/rust-tuf)
> ## [go-tuf Repository](https://github.com/theupdateframework/go-tuf)
> ## [tuf-js Repository](https://github.com/theupdateframework/tuf-js)

0 comments on commit f7955d1

Please sign in to comment.