forked from manisandro/gImageReader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
64 lines (49 loc) · 1.93 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
site_name: gimagereader
theme:
name: material
logo: img/gimagereader.png
favicon: img/gimagereader.png
repo_url: https://github.com/manisandro/gImageReader
site_author: Miharix
copyright: Copyright ©2009-2020 Sandro Mani
#if servin on server change to true
use_directory_urls: false
plugins:
- search
- i18n:
default_language: en
languages:
# en: English
sl: Slovenščina
he: עברית
- redirects:
redirect_maps:
'7_Translate.md': 'https://hosted.weblate.org/projects/gimagereader/translations/'
'sl/7_Translate.md': 'https://hosted.weblate.org/projects/gimagereader/translations/'
'he/7_Translate.md': 'https://hosted.weblate.org/projects/gimagereader/translations/'
'8_Issue_tracker.md': 'https://github.com/manisandro/gImageReader/issues'
'sl/8_Issue_tracker.md': 'https://github.com/manisandro/gImageReader/issues'
'he/8_Issue_tracker.md': 'https://github.com/manisandro/gImageReader/issues'
'News.md': 'https://github.com/manisandro/gImageReader/commits/master'
'sl/News.md': 'https://github.com/manisandro/gImageReader/commits/master'
'he/News.md': 'https://github.com/manisandro/gImageReader/commits/master'
'FAQ.md': 'https://github.com/manisandro/gImageReader/wiki/FAQ'
'sl/FAQ.md': 'https://github.com/manisandro/gImageReader/wiki/FAQ'
'he/FAQ.md': 'https://github.com/manisandro/gImageReader/wiki/FAQ'
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/manisandro/gImageReader
alternate:
# Switch to English
- name: English
link: 'en\index.html' #if serving on server change to "en\"
lang: en
# Switch to Slo
- name: Slovenščina
link: 'sl\index.html' #if serving on server change to "sl\"
lang: sl
# Switch to Hebrew
- name: עברית
link: 'he\index.html' #if serving on server change to "he\"
lang: he