-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
139 lines (121 loc) · 3.21 KB
/
mkdocs.yml
File metadata and controls
139 lines (121 loc) · 3.21 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
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
site_name: unexport
site_description:
unexport is a linter that tries to keep the __all __ in your Python modules always up
to date.
site_url: https://unexport.hakancelik.dev
markdown_extensions:
- fenced_code
- footnotes
- tables
- codehilite
- legacy_em
- meta
- sane_lists
- smarty
- toc:
permalink: true
baselevel: 3
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: hakancelikdev
repo: unexport
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid-experimental
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
plugins:
- search:
separator: '[\s\-\.]+'
prebuild_index: true
- git-revision-date-localized:
type: date
enable_creation_date: true
- minify:
minify_html: true
extra:
version:
provider: mike
default: stable
social:
- icon: fontawesome/brands/discord
link: https://discord.com/invite/6z8YXy4
- icon: fontawesome/brands/twitter
link: https://twitter.com/hakancelikdev
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/hakancelikdev
- icon: fontawesome/solid/globe
link: https://hakancelik.dev
analytics:
provider: google
property: G-2EGM5WWEED
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well as to
measure the effectiveness of our documentation and whether users find what they're
searching for. With your consent, you're helping us to make our documentation
better.
homepage: https://unexport.hakancelik.dev
theme:
name: material
language: en
features:
- navigation.instant
- navigation.tracking
- navigation.indexes
- navigation.top
- search.suggest
- search.highlight
- search.share
- header.autohide
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: red
accent: amber
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: red
accent: amber
toggle:
icon: material/weather-night
name: Switch to light mode
font:
text: Noto Sans
code: Roboto Mono
icon:
repo: fontawesome/brands/github
copyright: Copyright © 2020 - 2026 Hakan Çelik
repo_url: https://github.com/hakancelikdev/unexport
repo_name: hakancelikdev/unexport
edit_uri: https://github.com/hakancelikdev/unexport/tree/main/docs
nav:
- Home: index.md
- User Guide:
- tutorials/useful-features.md
- Contributing: contributing.md
- Changelog: changelog.md
- Authors: authors.md