-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
42 lines (42 loc) · 1.06 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
site_name: "mkdocs 기반 문서화 사이트 예제"
theme:
name: material
custom_dir: overrides
language: kr
palette:
primary: "deep orange"
features:
- navigation.sections
- navigation.expand
- navigation.instant
- navigation.tabs
- search.suggest
extra:
manifest: manifest.webmanifest
markdown_extensions:
- admonition
- pymdownx.arithmatex
- pymdownx.betterem
- pymdownx.details
- pymdownx.emoji
- pymdownx.keys
- pymdownx.tabbed
- pymdownx.superfences
- markdown.extensions.footnotes
- markdown.extensions.attr_list
- markdown.extensions.def_list
- markdown.extensions.tables
- markdown.extensions.abbr
- markdown.extensions.md_in_html
plugins:
- search:
prebuild_index: true
- git-revision-date-localized:
type: timeago
timezone: Asia/Seoul
locale: ko
fallback_to_build_date: false
- git-authors
- macros
copyright: |
<strong>© 2021 <a href="https://dotnetdev.kr/" target="_blank">.NET DEV</a>, All rights reserved.</strong>