-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
83 lines (79 loc) · 1.89 KB
/
Copy pathmkdocs.yml
File metadata and controls
83 lines (79 loc) · 1.89 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
###################
## Docs ##
## mkdocs config ##
###################
---
site_name: ES-Progress Bash Library
site_url: https://shell.es-progress.hu
site_author: Sandor Semsey
copyright: |
<a href="#__consent">Change cookie settings</a><br>
Copyright © 2021 Sandor Semsey
repo_url: https://github.com/es-progress/shell
repo_name: es-progress/shell
edit_uri: edit/main/docs/
theme:
name: material
custom_dir: docs/theme
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
primary: custom
language: en
favicon: terminal.png
font:
text: Ubuntu
code: Ubuntu Mono
features:
- navigation.sections
- navigation.top
- navigation.instant
- search.suggest
- search.highlight
extra_css:
- theme/style.css
markdown_extensions:
- toc:
permalink: "#"
- admonition
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.keys
- pymdownx.emoji:
emoji_index: !!python/name:pymdownx.emoji.gemoji
- pymdownx.tasklist:
clickable_checkbox: yes
- pymdownx.mark
- pymdownx.details
- attr_list
plugins:
- search
- minify:
minify_html: true
htmlmin_opts:
remove_comments: true
remove_empty_space: true
reduce_boolean_attributes: true
- literate-nav:
nav_file: nav.md
- git-revision-date-localized
extra:
consent:
title: Cookie consent
description: |
We use cookies to enhance your browsing experience and to measure the effectiveness of our documentation.<br>
With your consent, you're helping us to make it better!
actions:
- manage
- accept
analytics:
provider: google
property: G-TDE6GG4EQV