File tree 3 files changed +17
-1
lines changed
3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
2
+ install-deps :
3
+ pip install -r requirements.txt
4
+
2
5
serve :
3
6
mkdocs serve
4
7
Original file line number Diff line number Diff line change 1
1
site_name : Reconmap docs
2
2
3
+ site_url : https://docs.reconmap.com
3
4
repo_url : https://github.com/reconmap/documentation
5
+ edit_uri : edit/main/docs/
4
6
5
7
theme :
6
8
name : material
9
11
favicon : images/favicon.ico
10
12
11
13
features :
12
- - navigation.path
14
+ - content.action.edit
13
15
- content.code.copy
16
+ - navigation.footer
14
17
palette :
15
18
- scheme : default
16
19
primary : red
@@ -24,8 +27,17 @@ theme:
24
27
icon : material/weather-sunny
25
28
name : Switch to light mode
26
29
30
+ plugins :
31
+ - git-revision-date-localized :
32
+ enable_creation_date : false
33
+
27
34
extra :
28
35
generator : false
36
+ social :
37
+ - icon : fontawesome/brands/x-twitter
38
+ link : https://twitter.com/reconmap
39
+ - icon : fontawesome/brands/linkedin
40
+ link : https://www.linkedin.com/company/reconmap/
29
41
30
42
markdown_extensions :
31
43
- pymdownx.highlight :
Original file line number Diff line number Diff line change 1
1
mkdocs
2
2
mkdocs-material
3
+ mkdocs-git-revision-date-localized-plugin
3
4
You can’t perform that action at this time.
0 commit comments