-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathmkdocs.common.yml
More file actions
89 lines (84 loc) · 2.28 KB
/
mkdocs.common.yml
File metadata and controls
89 lines (84 loc) · 2.28 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
site_name: Kore ai Docs
site_author: Kore ai Content Experience Team
repo_name: Koredotcom/mkdocs-sample
repo_url: https://github.com/Koredotcom/mkdocs-sample/
theme:
name: material
icon:
repo: fontawesome/brands/github
palette:
- media: '(prefers-color-scheme: dark)'
scheme: default
primary: teal
accent: amber
toggle:
icon: material/lightbulb
name: Karanlık moda geç
- media: '(prefers-color-scheme: light)'
scheme: slate
primary: teal
accent: amber
toggle:
icon: material/lightbulb-outline
name: Aydınlık moda geç
features:
- navigation.tabs
- navigation.instant
- navigation.top
- navigation.path
- search.suggest
- content.action.edit
icon:
repo: fontawesome/brands/git-alt
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/Koredotcom
- icon: fontawesome/brands/twitter
link: https://twitter.com/Koredotcom
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/Koredotcom
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/Koredotcom
alternate:
- name: tr - Türkçe
link: https://Koredotcom.github.io/mkdocs-sample/tr/
lang: tr
- name: en - English
link: https://Koredotcom.github.io/mkdocs-sample/en/
lang: en
markdown_extensions:
- admonition
- toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.details
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed
- pymdownx.tilde
- pymdownx.keys
- md_in_html
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
plugins:
search: { }
copyright: |
© 2023 <a href="https://github.com/Koredotcom" target="_blank" rel="noopener">Kore.ai Inc.</a>