forked from pypi/warehouse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs-user-docs.yml
67 lines (66 loc) · 1.99 KB
/
mkdocs-user-docs.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
site_name: PyPI Docs
docs_dir: user
site_dir: user-site
plugins:
- macros:
module_name: user/main
j2_block_start_string: "<!--[[%"
j2_block_end_string: "%]]-->"
j2_variable_start_string: "<!--[["
j2_variable_end_string: "]]-->"
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- tables
theme:
name: material
logo: assets/logo.png
favicon: assets/favicon.ico
homepage: https://pypi.org
features:
- content.action.edit
palette:
- scheme: default
media: "(prefers-color-scheme: light)"
toggle:
icon: material/weather-night
name: Switch to Dark mode
- scheme: slate
media: "(prefers-color-scheme: dark)"
toggle:
icon: material/weather-sunny
name: Switch to Light mode
extra_css:
- stylesheets/extra.css
extra:
homepage: https://pypi.org
social:
- icon: fontawesome/brands/github
link: https://github.com/pypi
- icon: fontawesome/brands/twitter
link: https://twitter.com/pypi
repo_url: https://github.com/pypi/warehouse
edit_uri: blob/main/docs/user/
nav:
- "index.md"
- "Organization Accounts":
- "organization-accounts/index.md"
- "organization-accounts/org-acc-faq.md"
- "organization-accounts/roles-entities.md"
- "Actions":
- "organization-accounts/actions/billing-actions.md"
- "organization-accounts/actions/org-actions.md"
- "organization-accounts/actions/project-actions.md"
- "organization-accounts/actions/team-actions.md"
- "organization-accounts/pricing-and-payments.md"
- "Trusted Publishers":
- "trusted-publishers/index.md"
- "trusted-publishers/adding-a-publisher.md"
- "trusted-publishers/creating-a-project-through-oidc.md"
- "trusted-publishers/using-a-publisher.md"
- "trusted-publishers/security-model.md"
- "trusted-publishers/troubleshooting.md"
- "trusted-publishers/internals.md"