-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
79 lines (79 loc) · 2.05 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
copyright: Copyright © 2024-2024 the <a href="https://educational-tools.github.io/Linux-Manual/">Linux Support</a>
dev_addr: 0.0.0.0:7101
edit_uri: tree/main/docs
docs_dir: docs/
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- attr_list
- def_list
- tables
- pymdownx.superfences
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
slugify: !!python/name:pymdownx.slugs.uslugify
title: Page Content
plugins:
- minify:
minify_html: false
- search
- with-pdf:
author: Version of Dimitrys_AF
copyright: Copyright © 2024-2024 LTSP Support
cover_title: Tech Support for School Servers
cover_subtitle: LMDE 6/LTSP/Epoptes/Sch-Scripts
debug_html: false
enabled_if_env: ENABLE_PDF_EXPORT
heading_shift: true
ordered_chapter_level: 2
output_path: linux_man.pdf
toc_level: 2
toc_title: Content Table
repo_url: https://github.com/Educational-Tools/Linux-Manual
site_name: Tech Support LTSP
site_url: https://educational-tools.github.io/Linux-Manual/
strict: false
theme:
features:
- todo-navigation.instant
- content.code.copy
language: en
locale: en
logo: stylesheets/ts-logo.png
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-night
name: Switch to Dark Mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to Light Mode
titles_only: true
nav:
- index.md
- Linux Mint:
- lmde/index.md
- lmde/download.md
- lmde/liveusb.md
- Installation:
- lmde/installation.md
- lmde/disk-empty.md
- lmde/disk-windows.md
- lmde/disk-linux.md
- lmde/repositories.md
- lmde/software.md