-
Notifications
You must be signed in to change notification settings - Fork 49
/
mkdocs.yml
83 lines (81 loc) · 2.09 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
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: sigstore-python
site_url: https://sigstore.github.io/sigstore-python
repo_url: https://github.com/sigstore/sigstore-python
site_description: sigstore-python, a Sigstore client written in Python
repo_name: sigstore-python
edit_uri: edit/main/docs/
theme:
name: material
icon:
repo: fontawesome/brands/github
logo: assets/images/logo.png
features:
- content.action.edit
- content.code.copy
- header.autohide
- navigation.instant
- navigation.instant.progress
- navigation.footer
- search.highlight
- search.suggest
palette:
primary: custom
font:
text: Inter
extra_css:
- stylesheets/custom.css
nav:
- Home: index.md
- Installation: installation.md
- Signing: signing.md
- Verifying: verify.md
- Policy: policy.md
- Advanced:
- Custom Root of Trust: advanced/custom_trust.md
- Offline Verification: advanced/offline.md
# begin-api-section
- API:
- api/index.md
- Models: api/models.md
- Errors: api/errors.md
- Hashes: api/hashes.md
- OIDC: api/oidc.md
- Sign: api/sign.md
- Verify:
- Policy: api/verify/policy.md
- Verifier: api/verify/verifier.md
# end-api-section
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
copyright: sigstore © 2024
plugins:
- search
- social
- mkdocstrings:
handlers:
python:
options:
members_order: source
unwrap_annotated: true
modernize_annotations: true
merge_init_into_class: true
docstring_section_style: spacy
signature_crossrefs: true
show_symbol_type_toc: true
filters:
- '!^_'
validation:
omitted_files: warn
unrecognized_links: warn
anchors: warn
not_found: warn
extra:
generator: false
social:
- icon: fontawesome/brands/slack
link: https://sigstore.slack.com
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/projectsigstore