Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docsy] Add metadata examples, and other copyedits #82

Merged
merged 2 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading