Skip to content

Commit 691489a

Browse files
Add modificatio date and edit link
1 parent b6d8d1d commit 691489a

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11

2+
install-deps:
3+
pip install -r requirements.txt
4+
25
serve:
36
mkdocs serve
47

mkdocs.yml

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
site_name: Reconmap docs
22

3+
site_url: https://docs.reconmap.com
34
repo_url: https://github.com/reconmap/documentation
5+
edit_uri: edit/main/docs/
46

57
theme:
68
name: material
@@ -9,8 +11,9 @@ theme:
911
favicon: images/favicon.ico
1012

1113
features:
12-
- navigation.path
14+
- content.action.edit
1315
- content.code.copy
16+
- navigation.footer
1417
palette:
1518
- scheme: default
1619
primary: red
@@ -24,8 +27,17 @@ theme:
2427
icon: material/weather-sunny
2528
name: Switch to light mode
2629

30+
plugins:
31+
- git-revision-date-localized:
32+
enable_creation_date: false
33+
2734
extra:
2835
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/
2941

3042
markdown_extensions:
3143
- pymdownx.highlight:

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
mkdocs
22
mkdocs-material
3+
mkdocs-git-revision-date-localized-plugin
34

0 commit comments

Comments
 (0)