Skip to content

Commit 5c805fa

Browse files
authored
[docsy] Add metadata examples, and other copyedits (#82)
1 parent 6b45a63 commit 5c805fa

File tree

9 files changed

+1355
-5
lines changed

9 files changed

+1355
-5
lines changed

assets/scss/_styles_project.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,7 @@
3737
}
3838
}
3939
}
40+
41+
.td-breadcrumbs__single {
42+
display: none;
43+
}

content/en/docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Contributing
3-
weight: 700
3+
weight: 500
44
---
55

66
Thank you for considering contributing to in-toto.io! Here are the steps to set

content/en/docs/examples/_index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Metadata examples
3+
aliases: [/metadata-examples]
4+
weight: 80
5+
---
6+
7+
- [Debian](debian/) — This demo metadata shows how the Debian project could use
8+
in-toto to secure their version of the grep package.
9+
- [Seattle](seattle/) — Seattle is a fog computing platform that already ships
10+
in-toto metadata with their releases. Here, you can see a pretty-printed
11+
version of the seattle metadata.
12+
- [PPH](polypasswordhasher/)[PolyPasswordHasher](https://pph.io/) is a
13+
password hashing scheme that prevents an attacker from cracking passwords
14+
individually and efficiently.
15+
16+
Don't forget to check out our [demos](https://github.com/in-toto/demo) too.

0 commit comments

Comments
 (0)