File tree 4 files changed +22
-25
lines changed
4 files changed +22
-25
lines changed Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2016-2017 Containous SAS
3
+ Copyright (c) 2016-2018 Containous SAS
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 20
20
IN THE SOFTWARE.
21
21
-->
22
22
23
- {% import "partials/language.html" as lang %}
23
+ {% import "partials/language.html" as lang with context %}
24
24
25
25
<!-- Application footer -->
26
26
< footer class ="md-footer ">
97
97
98
98
<!-- Social links -->
99
99
{% block social %}
100
- {% include "partials/social.html" %}
100
+ {% include "partials/social.html" %}
101
101
{% endblock %}
102
102
</ div >
103
103
</ div >
Original file line number Diff line number Diff line change @@ -7,24 +7,14 @@ dev_addr: 0.0.0.0:8000
7
7
repo_name : ' GitHub'
8
8
repo_url : ' https://github.com/containous/traefik'
9
9
10
- # Documentation
11
10
docs_dir : ' docs'
12
11
13
- # theme: united
14
- # theme: readthedocs
15
- theme : ' material'
16
- # theme: bootstrap
17
-
18
- site_favicon : ' img/traefik.icon.png'
19
-
20
- copyright : " Copyright © 2016-2017 Containous SAS"
21
-
22
- google_analytics :
23
- - ' UA-51880359-3'
24
- - ' docs.traefik.io'
25
-
26
- # Options
27
- extra :
12
+ theme :
13
+ name : ' material'
14
+ custom_dir : ' docs/theme'
15
+ language : en
16
+ include_sidebar : true
17
+ favicon : img/traefik.icon.png
28
18
logo : img/traefik.logo.png
29
19
palette :
30
20
primary : ' blue'
@@ -37,7 +27,16 @@ extra:
37
27
i18n :
38
28
prev : ' Previous'
39
29
next : ' Next'
30
+
31
+ copyright : " Copyright © 2016-2018 Containous SAS"
32
+
33
+ google_analytics :
34
+ - ' UA-51880359-3'
35
+ - ' docs.traefik.io'
36
+
37
+ # Options
40
38
# Comment because the call of the CDN is very slow.
39
+ # extra:
41
40
# social:
42
41
# - type: 'github'
43
42
# link: 'https://github.com/containous/traefik'
48
47
# - type: 'twitter'
49
48
# link: 'https://twitter.com/traefikproxy'
50
49
51
- theme_dir : docs/theme/
52
-
53
50
extra_css :
54
51
- theme/styles/extra.css
55
52
- theme/styles/atom-one-light.css
@@ -60,8 +57,8 @@ extra_javascript:
60
57
61
58
markdown_extensions :
62
59
- admonition
63
- # - codehilite(guess_lang=false)
64
- - toc( permalink= true)
60
+ - toc :
61
+ permalink : true
65
62
66
63
# Page tree
67
64
pages :
Original file line number Diff line number Diff line change 1
- mkdocs == 0.16.3
1
+ mkdocs >= 0.17.2
2
2
pymdown-extensions >= 1.4
3
3
mkdocs-bootswatch >= 0.4.0
4
- mkdocs-material == 1.12.2
4
+ mkdocs-material >= 2.2.6
You can’t perform that action at this time.
0 commit comments