-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmkdocs.yml
More file actions
45 lines (45 loc) · 1.06 KB
/
mkdocs.yml
File metadata and controls
45 lines (45 loc) · 1.06 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
copyright: 2025 Britive, Inc.
edit_uri: ""
extra_css:
- assets/extra.css
markdown_extensions:
- attr_list
- mkdocs-click
- admonition
- toc:
toc_depth: 3
nav:
- Documentation: index.md
- Resources:
- Support: https://support.britive.com
- Company Home Page: https://www.britive.com
- GitHub Repo: https://github.com/britive/python-cli
repo_url: https://github.com/britive/python-cli
site_name: PyBritive
theme:
favicon: assets/favicon.png
logo: assets/logo.png
name: material
features:
- content.code.copy
- toc.integrate
- toc.follow
hide:
- path
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
toggle:
icon: material/brightness-7
name: Switch to system preference
watch:
- src/pybritive/commands/
- src/pybritive/