summaryrefslogtreecommitdiffstats
path: root/website/mkdocs.yml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-05-27 17:56:52 +0200
committerCanop <cano.petrole@gmail.com>2020-05-27 17:56:52 +0200
commit881ab736bcee425178dbef0424ee2777b478b1f1 (patch)
tree66140123a16720eaa4add240ff7112600b1db2fb /website/mkdocs.yml
parentc889969d9b4729b465ef0b53782dcee296781e6d (diff)
rewrite of the broot website for the incoming release
Diffstat (limited to 'website/mkdocs.yml')
-rw-r--r--website/mkdocs.yml19
1 files changed, 12 insertions, 7 deletions
diff --git a/website/mkdocs.yml b/website/mkdocs.yml
index e6354d3..3b7838d 100644
--- a/website/mkdocs.yml
+++ b/website/mkdocs.yml
@@ -1,5 +1,5 @@
site_name: Broot
-site_description: 'Broot, a new way to navigate directory trees on linux, made in rust'
+site_description: 'Broot, a tree oriented file manager'
site_url: https://dystroy.org/broot
repo_url: https://github.com/Canop/broot
edit_uri: ''
@@ -7,13 +7,18 @@ edit_uri: ''
nav:
- Why: index.md
- Install: install.md
- - Documentation:
- - Usage: documentation/usage.md
- - Configuration: documentation/configuration.md
- - Tips & Tricks: documentation/tricks.md
- # - Screens: screens/screenshots.md
+ - Usage:
+ - Launch: launch.md
+ - The input: input.md
+ - Navigation: navigation.md
+ - Verbs & Commands: verbs.md
+ - Panels: panels.md
+ - Tree Export: export.md
+ - Tips & Tricks: tricks.md
+ - Conf:
+ - Config File: conf_file.md
+ - Skins: skins.md
- Community: community.md
- - Skins: skins.md
extra_css:
- css/extra.css