We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1266368 commit 2e72bddCopy full SHA for 2e72bdd
docs/index.md
@@ -23,7 +23,7 @@ about
23
quickstart
24
commands/index
25
configuration/index
26
-plugin_system
+plugins/index
27
28
```
29
docs/plugin_system.md docs/plugins/index.mddocs/plugin_system.md renamed to docs/plugins/index.md
@@ -1,6 +1,6 @@
1
-(plugin-system)=
+(plugins)=
2
3
-# Plugin System
+# Plugins
4
5
The plugin system allows users to customize and extend different aspects of
6
tmuxp without the need to change tmuxp itself.
docs/redirects.txt
@@ -1,2 +1,3 @@
"cli.md" "commands/index.md"
"examples.md" "configuration/examples.md"
+"plugin_system.md" "plugins/index.md"
0 commit comments