-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
executable file
·145 lines (136 loc) · 3.74 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
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
140
141
142
143
144
145
# Project Information
site_name: पारदर्शी टिप्पणी पुस्तक
site_description: पारदर्शी टिप्पणी पुस्तक
site_author: boseji
copyright: >-
Copyright © 1998 - 2024
<a href="https://github.com/boseji" targe="_blank" rel="noopener">boseji</a>.
All rights reserved.
<a href="https://creativecommons.org/licenses/by-nc-nd/4.0/" targe="_blank" rel="noopener"><code style="background-color: indigo;color: white;font-size: +1.3em;">SPDX: CC-BY-NC-ND-4.0</code></a>
repo_name: boseji/DocsTemplate
repo_url: https://github.com/boseji/DocsTemplate
edit_uri: blob/main/docs/
# Site Configuration
# Note: The change in path here. This is due to the way in which the
# generation script `ci.yml` is configured to clone the source
# document repository.
docs_dir: act/docs
use_directory_urls: true
strict: true
site_dir: public
# Theme Configuration
theme:
name: material
features:
- navigation.tabs
- navigation.top
# - navigation.instant
- navigation.tracking
- navigation.indexes
- search.suggest
- search.highlight
- search.share
- content.code.copy
- content.action.edit
- content.action.view
- toc.follow
# - navigation.sections
# - navigation.expand
# - toc.integrate
# - content.tabs.link
# - content.code.annotation
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep orange
accent: lime
toggle:
icon: material/flare
name: Dark mode
# Palette toggle for dark mode (Default)
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep orange
accent: light green
toggle:
icon: material/weather-night
name: Light mode
font:
text: Open Sans
# code: Consolas
icon:
# logo: material/gamepad-variant
repo: fontawesome/brands/github
# edit: material/file-edit-outline
# view: material/file-eye-outline
# favicon: _site/favicon.ico
extra:
generator: false
consent:
title: Cookie consent
actions:
- accept
- reject
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.
extra_css:
- _site/mkdocs-extra.css
extra_javascript:
plugins:
- search:
lang: en
- minify:
minify_html: true
- no-sitemap
markdown_extensions:
- pymdownx.highlight:
# auto_title: true
anchor_linenums: true
# linenums: true
use_pygments: true
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets:
check_paths: true
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys:
separator: "+"
key_map:
click: "Click"
left-click: "Left Click"
right-click: "Right Click"
- pymdownx.mark
- pymdownx.tilde
- pymdownx.smartsymbols
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- def_list
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- attr_list
- md_in_html
- abbr
- tables
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.escapeall:
hardbreak: false
nbsp: false
- toc:
permalink: true