-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yaml
90 lines (85 loc) · 2.55 KB
/
mkdocs.yaml
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
site_name: Dotfiles
site_url: https://dotfiles.entelecheia.ai
site_author: Young Joon Lee <entelecheia@hotmail.com>
site_description: >-
Dotfiles are configuration files that are used to customize your shell and other applications. Dotfiles are a great way to standardize your development environment. You can use the same dotfiles in your local development environment, in your CI/CD pipeline, and in your production environment.
# Repository
repo_name: entelecheia/dotfiles
repo_url: https://github.com/entelecheia/dotfiles
edit_uri: edit/main/docs/
# Copyright
copyright: Copyright © 2022 - 2023 Young Joon Lee
plugins:
- search
markdown_extensions:
- markdown_include.include:
base_path: .
- pymdownx.arithmatex:
generic: true
- admonition
- pymdownx.caret
- pymdownx.details
# - pymdownx.emoji:
# emoji_generator: "!!python/name:materialx.emoji.to_svg"
# emoji_index: "!!python/name:materialx.emoji.twemoji"
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.snippets
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: "!!python/name:pymdownx.superfences.fence_code_format"
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
theme:
name: material
favicon: https://assets.entelecheia.ai/favicon.png # favicon: Path to the favicon image
logo: https://assets.entelecheia.ai/favicon.png # logo: Path to the book logo
palette:
scheme: slate
features:
- navigation.expand
- navigation.indexes
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
# - content.tabs.link
- content.tooltips
- search.highlight
- search.share
- search.suggest
- toc.follow
extra:
analytics:
provider: google
property: G-VMN7QWCMSV
nav:
- Home: index.md
- Features: features.md
- Bootstrap: bootstrap.md
- Usage:
- usage/index.md
- Configuration: usage/configuration.md
- Update: usage/update.md
- Aliases: usage/aliases.md
- Environment Variables: usage/envs.md
- Dotdrop: usage/dotdrop.md
- GitHub: usage/github.md
- Dockerfiles: usage/dockerfiles.md
- SSH, GPG, and AGE: usage/ssh-gpg-age.md
- SOPS: usage/sops.md
- Pass and Passage: usage/pass.md
- Doppler: usage/doppler.md
- Packages: packages.md
- References: references.md