summaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 8ef9df5..b29fb2c 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -70,6 +70,13 @@ $config['frontpage']['order'] = array('routers', 'commands', 'parameter', 'butto
```
Sets the order of the sections that are displayed.
+```php
+$config['frontpage']['router_count'] = 5;
+```
+Sets the number of routers to show on the front page before the list scrolls. If
+set to a positive integer, then that number of routers will be shown, otherwise
+the list will show all routers.
+
### Contact
```php