summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-03-29 12:59:44 +0200
committerCanop <cano.petrole@gmail.com>2020-03-29 12:59:44 +0200
commit452dd38cc22aa66f11c2377eaafca521871d1184 (patch)
tree3af16c95dc6010d9019ce8ea22c5a204ac0bc36f
parentdf9e4999b320be0458dbde11c60881014927f107 (diff)
website: make the install page independant
so that it is more easily found
-rw-r--r--Cargo.toml2
-rw-r--r--website/docs/documentation/usage.md2
-rw-r--r--website/docs/index.md4
-rw-r--r--website/docs/install.md (renamed from website/docs/documentation/installation.md)0
-rw-r--r--website/mkdocs.yml2
5 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 28653ec..5c55569 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,7 +39,7 @@ version = "0.11"
default-features = false
[dev-dependencies]
-criterion = "0.3"
+criterion = "0.3.1"
[target.'cfg(unix)'.dependencies]
users = "0.9"
diff --git a/website/docs/documentation/usage.md b/website/docs/documentation/usage.md
index bb7ef32..afbf183 100644
--- a/website/docs/documentation/usage.md
+++ b/website/docs/documentation/usage.md
@@ -1,7 +1,7 @@
# Launch Broot
-When the installation is [complete](installation.md##installation-completion-the-br-shell-function), you may start broot with either
+When the installation is [complete](../../install/##installation-completion-the-br-shell-function), you may start broot with either
broot
diff --git a/website/docs/index.md b/website/docs/index.md
index 064cf43..6ef6626 100644
--- a/website/docs/index.md
+++ b/website/docs/index.md
@@ -4,7 +4,7 @@
<img src="img/vache.svg" height=140px>
</p>
-**[Installation](documentation/installation.md)**
+**[Installation](install)**
# Get an overview of a directory, even a big one
@@ -95,5 +95,5 @@ And if you want to see *only* the files which would be displayed by the `git sta
# More...
-See the complete [Documentation](documentation/usage.md) and [how to install](documentation/installation.md).
+See the complete [Documentation](documentation/usage.md) and [how to install](install).
diff --git a/website/docs/documentation/installation.md b/website/docs/install.md
index cf24433..cf24433 100644
--- a/website/docs/documentation/installation.md
+++ b/website/docs/install.md
diff --git a/website/mkdocs.yml b/website/mkdocs.yml
index 22c2112..e6354d3 100644
--- a/website/mkdocs.yml
+++ b/website/mkdocs.yml
@@ -6,8 +6,8 @@ edit_uri: ''
nav:
- Why: index.md
+ - Install: install.md
- Documentation:
- - Installation: documentation/installation.md
- Usage: documentation/usage.md
- Configuration: documentation/configuration.md
- Tips & Tricks: documentation/tricks.md