-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
107 lines (100 loc) · 3.23 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
site_name: Sigstore The Easy Way
site_description: >-
Software signing just got easier. Sigstore The Easy Way guide is the most straightforward way to geting started with software signing & securing software supply chains.
site_author: Rewanth Tammana
site_url: https://rewanthtammana.com/sigstore-the-easy-way
docs_dir: guide
edit_uri: edit/main/guide
repo_name: rewanthtammana/sigstore-the-easy-way
repo_url: https://github.com/rewanthtammana/sigstore-the-easy-way
copyright: Copyright © 2022 - Rewanth Tammana
extra_css:
- assets/css/style.css
extra:
analytics:
provider: google
property: G-14QSG55C6R
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/rewanthtammana/sigstore-the-easy-way
- icon: fontawesome/brands/keybase
link: https://keybase.io/rewanthtammana
- icon: fontawesome/brands/twitter
link: https://twitter.com/rewanthtammana
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/rewanthtammana
- icon: fontawesome/brands/github
link: https://github.com/rewanthtammana
theme:
name: material
custom_dir: 'guide/assets/_overrides'
features:
- content.code.annotate
- navigation.indexes
- search.suggest
- search.highlight
- search.share
- toc.integrate
- toc.follow
language: en
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: green
accent: deep orange
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep purple
accent: yellow
toggle:
icon: material/weather-sunny
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
include_search_page: false
search_index_only: true
plugins:
- exclude:
glob:
- "_overrides/*"
- git-revision-date-localized:
type: iso_datetime
enable_creation_date: true
- minify:
minify_html: true
- search:
lang:
- en
nav:
- Home: index.md
- Author: author.md
- Tools: tools.md
- Cosign:
- Cosign: cosign/index.md
- Set Image: cosign/set-image.md
- Sign and verify with key: cosign/sign-and-verify-with-key.md
- Sign and verify without key: cosign/sign-and-verify-without-key.md
- Attach artifacts: cosign/attach-artifacts.md
- Attest and verify artifacts: cosign/attest-and-verify-artifacts.md
- Download artifacts: cosign/download-artifacts.md
- Rekor:
- Rekor: rekor/index.md
- Upload artifacts to public rekor: rekor/upload-artifacts-to-public-rekor.md
- Upload artifacts to private rekor: rekor/upload-artifacts-to-private-rekor.md
- Query transparency log: rekor/query-transparency-log.md
- Compare the signatures uploaded to registry and transparency log: rekor/compare-the-signatures-uploaded-to-transparency-log-and-registry.md
- Fulcio:
- Fulcio: fulcio/index.md
- Analyzing code signing certificates: fulcio/analyzing-code-signing-certificates.md
- SBOM:
- SBOM: sbom/index.md
- Use case: sbom/use-case.md
- Formats: sbom/formats.md
- Generate: sbom/generate.md
# - Gitsign: gitsign/index.md
- Contribution: contribution.md
- Resources: resources.md