-
-
Notifications
You must be signed in to change notification settings - Fork 238
/
Copy pathmkdocs.yml
53 lines (48 loc) · 1.54 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
site_name: Broot
site_description: 'Broot, a tree oriented file manager'
site_url: https://dystroy.org/broot
repo_url: https://github.com/Canop/broot
edit_uri: ''
nav:
- Why: index.md
- Install:
- Install broot: install.md
- Install br: install-br.md
- Common Problems: common-problems.md
- Usage:
- Launch: launch.md
- Search and Navigate: navigation.md
- Tree View: tree_view.md
- Help screen: help.md
- Verbs & Commands: verbs.md
- Panels: panels.md
- Staging Area: staging-area.md
- Trash: trash.md
- Tree export: export.md
- Tips & tricks: tricks.md
- Common file operations: file-operations.md
- Client - Server: remote.md
- Reference - The input: input.md
- Conf:
- Config files: conf_file.md
- Verbs and shortcuts: conf_verbs.md
- Skins: skins.md
- Icons: icons.md
- Modal Mode: modal.md
- Community: community.md
extra_css:
- css/extra.css
- css/tab-langs.css
- css/link-to-dystroy.css
- css/details.css
extra_javascript:
- js/tab-langs.js
- js/link-to-dystroy.js
- js/details.js
theme:
name: null
custom_dir: broot_theme/
highlightjs: true
markdown_extensions:
- admonition
- def_list