This repository was archived by the owner on Sep 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
158 lines (149 loc) · 3.93 KB
/
mkdocs.yml
File metadata and controls
158 lines (149 loc) · 3.93 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
site_name: PreBook Documentation
theme:
custom_dir: overrides
logo: assets/PB.png
favicon: assets/PB.png
name: material
features:
# - navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.indexes
- navigation.sections
- toc.follow
- navigation.top
- search.suggest
- search.highlight
- search.share
- content.tooltips
- content.tabs.link
- content.action.edit
- content.action.view
- content.code.copy
- content.code.annotate
- content.tabs.link
- content.tooltips
- navigation.prune
icon:
edit: material/pencil
view: material/eye
repo: fontawesome/brands/github
admonition:
note: octicons/pencil-16
abstract: octicons/checklist-16
info: octicons/info-16
tip: octicons/light-bulb-16
success: octicons/check-16
question: octicons/question-16
warning: octicons/alert-16
failure: octicons/x-circle-16
danger: octicons/zap-16
bug: octicons/bug-16
example: octicons/beaker-16
quote: octicons/quote-16
palette:
# Palette toggle for dark mode
scheme: slate
primary: black
accent: indigo
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/pre-book
extra_css:
- stylesheets/extra.css
- stylesheets/msdl.css
extra_javascript:
- javascripts/msdl.js
nav:
- Home:
- Home: index.md
- Branding: branding.md
- Boot Menu Key: boot-key.md
- FAQ:
- FAQ: faq/README.md
- Details:
- Removed Features: faq/features.md
- Troubleshooting:
- GPT Disk Conversion: faq/questions/gpt-disk.md
- Setup:
- Setup: setup/README.md
- Playbooks:
- AtlasOS: setup/playbooks/atlas.md
- ReviOS: setup/playbooks/revi.md
- Stock: setup/playbooks/stock.md
- Customization:
- Customization: customization/README.md
- Components:
- Included Apps: customization/apps.md
- Languages: customization/languages.md
- Editions: customization/editions.md
- Settings:
- Windows Settings: customization/settings.md
repo_url: https://github.com/pre-book/docs
repo_name: "Pre-Book/docs"
edit_uri: edit/main/docs/
site_url: https://prebook.asterisk.lol
site_author: Asterisk
site_description: "An NTLite preset to create a base ISO for any modification"
watch:
- includes
markdown_extensions:
- abbr
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- md_in_html
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- tables
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md
- footnotes
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- overrides/.icons
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- meta
plugins:
- search
- social
- privacy:
enabled: !ENV [CI, false]
- git-committers:
repository: pre-book/docs
branch: main
enabled: !ENV [CI, false]
- glightbox:
touchNavigation: true
loop: false
effect: zoom
slide_effect: slide
width: "100%"
height: auto
zoomable: true
draggable: true
auto_caption: false
caption_position: bottom
- awesome-pages
copyright: >
Made with 🤍 by <a href="https://asterisk.lol" rel="noopener" target="_blank">Asterisk</a> & <a href="https://discord.com/users/779674532481990656" rel="noopener noreferrer" target="_blank">conaN</a>.
<br>PreBook is not affiliated with Microsoft, Atlas or Revision.