-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
40 lines (39 loc) · 981 Bytes
/
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
site_name: e4cape docs
site_url: 'http://4c.netlify.com'
repo_url: 'https://github.com/Samet-MohamedAmin/e4cape_docs_frontend'
edit_uri: edit/master/docs
site_description: 'A simple desc here.'
# google_analytics: ['UA-xxxxxxxxx-x', 'example.com']
extra:
favicon: 'https://4c.netlify.com/assets/favicon.png'
social:
- type: 'globe'
link: 'http://4c.netlify.com'
- type: 'github'
link: 'https://github.com/xxxxxx'
- type: 'facebook'
link: 'https://facebook.com/xxxxxxx'
- type: 'twitter'
link: 'https://twitter.com/xxxxxxx'
theme:
name: 'material'
language: fr
palette:
primary: brown
accent: deep-orange
feature:
tabs: true
copyright:
4C INSAT
markdown_extensions:
- admonition
- codehilite
- toc:
permalink: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.critic
- pymdownx.mark
- pymdownx.progressbar
- pymdownx.superfences
- pymdownx.inlinehilite