-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
108 lines (98 loc) · 2.96 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
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
# Project information
site_name: 'Advanced Linux and Bash Initiation'
site_author: 'Jacques Dainat et al.'
site_url: 'https://southgreenplatform.github.io/
training_advanced_linux_and_bash_initiation/'
site_description: Training on linux and bash initiation given by the SouthGreen platform
site_dir: public # When you build your site, all of the files are written to the directory assigned to the site_dir configuration option (defaults to "site")
# Repository
repo_name: '
training_advanced_linux_and_bash_initiation'
repo_url: 'https://github.com/SouthGreenPlatform/
training_advanced_linux_and_bash_initiation'
edit_uri: edit/main/docs/ # Allow to replace edit/master/docs use by default
# Configuration
theme:
name: material
logo: pages/img/southgreen.png # logo top left page
search_index_only: true
include_search_page: true
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
# - content.tabs.link
- content.tooltips
- header.autohide
# - navigation.expand
- navigation.footer
- navigation.indexes
# - navigation.instant
# - navigation.prune
# - navigation.sections # collapse subsections
- navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
- toc.integrate # remove table of content on the right side
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
# Extensions
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.snippets:
base_path: docs
- attr_list
- tables
- toc:
# toc_depth: 3
permalink: '#'
# Plugins
plugins:
- search:
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- minify:
minify_html: true
- macros
# Customization
extra:
# homepage: # Page displayed when clicking the logo
history_buttons: false
# --- set whole scope variables ---
contact: https://www.southgreen.fr/contact
institute: SouthGreen
color_table_header: "#333a99"
# page tree
nav:
- Home: index.md
- Tutorial:
- Introduction : pages/introduction.md
- Rappel : pages/rappel.md
- Env de travail : pages/environnement_de_travail.md
- Lancer plusieurs commandes simultanément : pages/several_commands.md
- File format : pages/file_format.md
- Process monitoring : pages/process_monitoring.md
- Expression reguliere : pages/expression_reguliere.md
- Des commandes pour rechercher et modifier des fichiers : pages/sed_awk.md
- Cheat sheet:
- Bash Cheat sheet: pages/cheat_sheet/bash/bash.md