From b1e4faeb9eb3398fc8dee795b2203ae0c141bdfb Mon Sep 17 00:00:00 2001 From: Nat Lasseter Date: Fri, 2 Feb 2018 16:52:48 +0000 Subject: Add an option to show all of the routers (<1) --- docs/configuration.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/configuration.md') 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 -- cgit v1.2.3