summaryrefslogtreecommitdiffstats
path: root/website/mkdocs.yml
blob: 4c99e3c856a9d31d1443a9ead0de762339235eb6 (plain)
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
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
                - Navigation: navigation.md
                - Verbs & Commands: verbs.md
                - Panels: panels.md
                - Tree export: export.md
                - Tips & tricks: tricks.md
                - Reference - The input: input.md
        - Conf:
                - Config file: conf_file.md
                - Verbs and shortcuts: conf_verbs.md
                - Skins: skins.md
                - Icons: icons.md
                - Modal Mode: vim_mode.md
        - Community: community.md

extra_css:
    - css/extra.css

theme:
        name: mkdocs
        custom_dir: custom_theme
        highlightjs: true
        hljs_languages:
                - yaml
                - rust

markdown_extensions:
        - admonition
        - def_list