forked from ARhackintosh/ARtutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
74 lines (67 loc) · 2.19 KB
/
mkdocs.yml
File metadata and controls
74 lines (67 loc) · 2.19 KB
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
site_name: شرح تثبيت الهاكنتوش من مجتمع هاكنتوش بالعربي
site_url: https://tutorial.xn--mgbg4a8cpdl.com
site_author: مجتمع هاكنتوش بالعربي
repo_name: ARhackintosh/ARtutorial
repo_url: https://github.com/arhackintosh/artutorial
copyright: مرخص تحت AGPLV3
site_description: اول و اكبر شرح عربي مفتوح المصدر لتثبيت الهاكنتوش
plugins:
- autolinks
- search # necessary for search to work
- minify:
minify_html: true
- git-revision-date-localized:
type: timeago
theme:
name: material
language: ar
font:
text: Tajawal
logo: img/logo.png
favicon: img/logo.png
icon:
repo: fontawesome/brands/github
# features:
# - instant
palette:
scheme: slate
primary: deep purple
accent: indigo
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ARhackintosh
- icon: fontawesome/brands/twitter
link: https://twitter.com/arhackintosh
extra_css:
- extra.css
nav:
- شرح تثبيت الهاكنتوش من هاكنتوش بالعربي: 'index.md'
- البداية: 'start.md'
- اختيار التعريفات(kext): 'gathering-kexts.md'
- اختيار الكونفق:
- 'كمبيوتر مكتبي': 'config-setup/desktops.md'
- 'لابتوب': 'config-setup/laptops.md'
- 'تثبيت بدون انترنت':
- 'تنزيل النظام': 'offline-installer/downloading-the-full-macos-installer.md'
- 'نسخ النظام': 'offline-installer/offline-usb-setup.md'
- تثبيت مع انترنت:
- تنزيل النظام: 'online-installer/downloading-online-recovery.md'
- نسخ النظام: 'online-installer/online-usb-setup.md'
- 'بعد نسخ الماك':
- 'الاقلاع': 'after-copying-the-installer/booting.md'
- بعد التثبيت: 'after-copying-the-installer/post-install.md'
markdown_extensions:
- admonition
- toc:
permalink: true
- pymdownx.details
- pymdownx.critic
- pymdownx.magiclink
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- attr_list
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde