Skip to content

Commit

Permalink
[docsy] Add metadata examples, and other copyedits (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Dec 13, 2024
1 parent 6b45a63 commit 5c805fa
Show file tree
Hide file tree
Showing 9 changed files with 1,355 additions and 5 deletions.
4 changes: 4 additions & 0 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@
}
}
}

.td-breadcrumbs__single {
display: none;
}
2 changes: 1 addition & 1 deletion content/en/docs/contributing.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Contributing
weight: 700
weight: 500
---

Thank you for considering contributing to in-toto.io! Here are the steps to set
Expand Down
16 changes: 16 additions & 0 deletions content/en/docs/examples/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: Metadata examples
aliases: [/metadata-examples]
weight: 80
---

- [Debian](debian/) — This demo metadata shows how the Debian project could use
in-toto to secure their version of the grep package.
- [Seattle](seattle/) — Seattle is a fog computing platform that already ships
in-toto metadata with their releases. Here, you can see a pretty-printed
version of the seattle metadata.
- [PPH](polypasswordhasher/)[PolyPasswordHasher](https://pph.io/) is a
password hashing scheme that prevents an attacker from cracking passwords
individually and efficiently.

Don't forget to check out our [demos](https://github.com/in-toto/demo) too.
Loading

0 comments on commit 5c805fa

Please sign in to comment.