-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
80 lines (72 loc) · 2.01 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
site_name: أسس ترجمة
site_url: https://translation.aosus.org
repo_name: aosus/translation.aosus.org
repo_url: https://github.com/aosus/translation.aosus.org
site_description: صفحة مخصصه لجهود البرمجة في مجتمع أسس.
docs_dir: source
plugins:
- autolinks
- search
- git-revision-date-localized:
type: timeago
- minify:
minify_html: true
theme:
name: material
custom_dir: overrides
logo: https://aosus.org/wp-content/uploads/2021/09/aosus-w-lwogores.png
icon:
repo: fontawesome/brands/github
font: false
language: ar
features:
- search.suggest
- search.highlight
- content.tabs.link
- navigation.instant
- navigation.tracking
- toc.integrate
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
primary: green
accent: blue
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
primary: green
accent: blue
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/aosus
- icon: fontawesome/brands/twitter
link: https://twitter.com/2linuxorg
- icon: fontawesome/brands/mastodon
link: https://mastodon.online/@aosus
- icon: fontawesome/brands/telegram
link: https://t.me/aosus
- icon: matrix
link: https://matrix.to/#/#aosus:aosus.org
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/aosus/
markdown_extensions:
- admonition
extra_css:
- extra.css
nav:
- الرئيسية: "index.md"
- البوابة العامة للتوطين:
- مقدمة: "localization/index.md"
- العولمة: "localization/i18n.md"
- التوطين: "localization/l10n.md"
- بوابة المشاريع:
- مقدمة: "projects/index.md"
- مشروع GNOME: "projects/gnome.md"