-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathmkdocs.yml
More file actions
54 lines (50 loc) Β· 1.46 KB
/
Copy pathmkdocs.yml
File metadata and controls
54 lines (50 loc) Β· 1.46 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
site_name: killpy
site_description: Python environment cleaner and CLI to find, inspect, and remove virtualenv, Conda, Poetry, pipx, pyenv, tox, Hatch, Pipenv, uv environments, plus caches and build artifacts.
site_author: Tlaloc-Es
site_url: https://tlaloc-es.github.io/killpy/
repo_url: https://github.com/Tlaloc-Es/killpy
repo_name: Tlaloc-Es/killpy
edit_uri: edit/master/docs/
theme:
name: material
language: en
logo: assets/images/logo.png
features:
- navigation.tabs
- navigation.sections
- navigation.top
- content.code.copy
- search.suggest
- search.highlight
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- tables
plugins:
- search
nav:
- Home: index.md
- Getting Started:
- Quickstart: getting-started/quickstart.md
- Installation: getting-started/installation.md
- User Guide:
- TUI: user-guide/tui.md
- CLI Reference: user-guide/cli.md
- Use Cases: user-guide/use-cases.md
- FAQ: user-guide/faq.md
- Filtering and Selection: user-guide/filtering-and-selection.md
- Troubleshooting: user-guide/troubleshooting.md
- Reference:
- Detector Types: reference/detector-types.md
- JSON Output: reference/json-output.md
- Architecture:
- Overview: architecture/overview.md
- Integrations:
- Automation: integrations/automation.md