-
-
Notifications
You must be signed in to change notification settings - Fork 78
/
mkdocs.yml
47 lines (45 loc) · 1.17 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
site_name: EasyClangComplete
nav:
- Getting started: index.md
- Configure compiler flags: configs.md
- Complete includes: includes_completion.md
- Full settings guide: settings.md
- Available commands: commands.md
- About me: about.md
- Credits: credits.md
- Support this project: support.md
theme:
name: 'material'
palette:
primary: 'teal'
accent: 'cyan'
logo: 'img/ecc.png'
favicon: 'img/favicon.ico'
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/niosus
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/igor-bogoslavskyi-72650b43/
copyright: 'Copyright © 2015 - 2020 Igor Bogoslavskyi'
markdown_extensions:
- admonition
- codehilite
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- toc:
permalink: true