-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
71 lines (64 loc) · 1.7 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
site_name: Command-line tutorial
repo_url: "https://github.com/compgen-io/cmdline-tutorial"
pdf_url: "pdf/cmdline-tutorial.pdf"
theme:
name: null
custom_dir: 'cinder/cinder'
extra_css:
- "css/style.css"
# theme: material
# name: bootstrap4
# name: material
# palette:
# primary: 'blue grey'
# accent: 'light blue'
# font:
# text: 'Helvetica'
# code: 'Menlo'
nav:
- Command-line:
- Welcome: 'index.md'
- 'Unix concepts': 'cmd/concepts.md'
- 'Terminal / SSH': 'cmd/terminal.md'
- 'Common commands': 'cmd/common.md'
- 'Tranferring data': 'cmd/transfer.md'
- 'Customizing the shell': 'cmd/customizing.md'
- 'Writing scripts': 'cmd/scripts.md'
- 'Data pipelines': 'cmd/02-Data_Processing.md'
- 'Links': 'cmd/otherlinks.md'
- Git: 'git/index.md'
- Cluster jobs: 'clusters/index.md'
markdown_extensions:
- toc:
permalink: []
toc_depth: "1-3"
- admonition
- codehilite
- footnotes
- attr_list
- smarty
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
plugins:
- search:
prebuilt_index: 'python'
# - pdf-export:
#verbose: true
#combined: true
#media_type: print
#enabled_if_env: ENABLE_PDF_EXPORT
#combined_output_path: pdf/cmdline-tutorial.pdf