summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMathieu Ablasou <alexherbo2@gmail.com>2020-11-26 00:32:59 +0100
committerMathieu Ablasou <alexherbo2@gmail.com>2020-11-26 00:32:59 +0100
commit5c1142997ba7f86a4736a26f3981627393c3f3cc (patch)
treed831dfd186d83c1bf7c6b112e48e2f576ee45f27 /README.md
parent1bc91b93de73de0e0764da36356c14571ba15b34 (diff)
Add a Commands page and remove the Documentation section from the README
Diffstat (limited to 'README.md')
-rw-r--r--README.md32
1 files changed, 1 insertions, 31 deletions
diff --git a/README.md b/README.md
index 14c1baf..0c77250 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
[Installation]: #installation
[Usage]: #usage
[Configuration]: #configuration
-[Documentation]: #documentation
+[Documentation]: docs
[FAQ]: docs/faq.md
Leverage the client-server architecture of [Kakoune] to connect programs to clients.
@@ -268,33 +268,3 @@ Available variables are:
- `IN_KAKOUNE_CONNECT` (_1_ when _true_)
- `KAKOUNE_SESSION`
- `KAKOUNE_CLIENT`
-
-## Documentation
-
-[Documentation]: #documentation
-
-- `>` ⇒ Open a new terminal
-- `+` ⇒ Open a new popup
-- `@` ⇒ Open a new REPL
-- `$` ⇒ Execute commands in a shell
-- `&` ⇒ Write an attachable program to `connect.sh` and detach the client
-
-<!---->
-
-- [Commands]
-- [Aliases]
-- [Modules]
-
-[Commands]: rc/connect/commands
-[Aliases]: rc/connect/aliases
-[Modules]: rc/connect/modules
-
-<!---->
-
-- [FAQ]
-- [Recipes]
-- [Integration with other tools]
-
-[FAQ]: docs/faq.md
-[Recipes]: docs/recipes.md
-[Integration with other tools]: docs/integration.md