-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathmkdocs.yml
More file actions
61 lines (60 loc) · 2 KB
/
mkdocs.yml
File metadata and controls
61 lines (60 loc) · 2 KB
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
site_name: Python Software Foundation Policies
theme:
name: material
logo: assets/python-logo.svg
favicon: assets/python-logo.svg
custom_dir: ./overrides
palette:
- media: "(prefers-color-scheme: light)"
scheme: psf
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
extra_css:
- stylesheets/extra.css
plugins:
- git-revision-date-localized:
type: date
enable_creation_date: false
fallback_to_build_date: true
extra:
homepage: https://python.org/psf/
preview: !ENV [PREVIEW, "False"]
markdown_extensions:
- admonition
site_url: https://policies.python.org/
repo_url: https://github.com/psf/policies
nav:
- "PSF-Privacy-Notice.md"
- "pypi.org":
- "pypi.org/Terms-of-Service.md"
- "pypi.org/Acceptable-Use-Policy.md"
- "pypi.org/Privacy-Notice.md"
- "pypi.org/Code-of-Conduct.md"
- "Superseded":
- "pypi.org/Terms-of-Use.md"
- "python.org":
- "python.org/CVE-Numbering-Authority.md"
- "python.org/Contributing.md"
- "python.org/Copyright-Policy.md"
- "python.org/Legal-Statements.md"
- "python.org/Privacy-Notice.md"
- "Code of Conduct":
- "python.org/code-of-conduct/index.md"
- "python.org/code-of-conduct/Best-Practices.md"
- "python.org/code-of-conduct/Enforcement-Procedures.md"
- "python.org/code-of-conduct/Procedures-for-Reporting-Incidents.md"
- "python.org/code-of-conduct/Transparency-Report-Guidelines.md"
- "us.pycon.org":
- "us.pycon.org/Privacy-Notice.md"
- "Code of Conduct":
- "us.pycon.org/code-of-conduct/index.md"
- "us.pycon.org/code-of-conduct/Enforcement-Procedures.md"
- "us.pycon.org/code-of-conduct/Procedures-for-Reporting-Incidents.md"
- "Reference":
- "reference/SSDF-Request-Response.md"