-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
59 lines (58 loc) · 1.49 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
site_name: arc42 template documentation
repo_url: https://github.com/geraldolsribeiro/microci_arc42
repo_name: geraldolsribeiro/microci_arc42
edit_uri: edit/main/docs/
remote_branch: gh-pages
remote_name: origin
site_description: arc42 template documentation
site_author: Geraldo Ribeiro
copyright: Copyright (c) XXX
theme:
name: material
language: en
logo: images/arc42-logo.png
favicon: images/arc42-logo.png
palette:
primary: white
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
extra:
homepage: https://geraldolsribeiro.github.io/microci_arc42/
extra_css:
- css/print.css
markdown_extensions:
- admonition
- def_list
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.mark
- pymdownx.snippets
plugins:
- search:
lang: en
- mermaid2
# - i18n:
# default_language: en
# languages:
# en:
# name: English
# build: true
# site_name: microCI documentation template
# pt:
# name: Português
# build: true
# site_name: Modelo de documentação do microCI
# vim: spell spelllang=pt,en