forked from conda/conda-lock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
65 lines (64 loc) · 1.52 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
site_name: conda-lock
repo_url: https://github.com/conda/conda-lock
theme:
name: material
features:
- content.tabs.link
- header.autohide
- navigation.indexes
- navigation.instant
- navigation.expand
# - search.highlight
# - search.share
# - search.suggest
icon:
repo: fontawesome/brands/github
plugins:
- include-markdown
markdown_extensions:
- admonition
- tables
- toc
- def_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
options:
custom_icons:
- docs/static/icons
- pymdownx.details
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.magiclink:
provider: github
repo_url_shortener: true
- pymdownx.saneheaders
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- attr_list
- mkdocs-click
nav:
- Home: index.md
- Installation: getting_started.md
- Source Formats:
- environment.yml: src_environment_yml.md
- meta.yaml: src_meta_yaml.md
- pyproject.toml: src_pyproject.md
- Output Formats: output.md
- Pip integration: pip.md
- Flags: flags.md
- Authenticated Channels: authenticated_channels.md
- Usage:
- Docker: docker.md
- CLI Reference: cli/gen.md
extra:
project_name: "conda-lock"
team:
- name: "Active maintainers"
members:
- mariusvniekerk
social:
- icon: fontawesome/brands/github
link: https://github.com/conda/conda-lock