Add missing menuFile hjson spec

Add missing config hjson file item
This commit is contained in:
Melroy van den Berg 2017-10-29 20:39:12 +01:00 committed by GitHub
parent cdeff5124f
commit 7b167b2077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -48,6 +48,7 @@ Below is a **sample** `config.hjson` illustrating various (but certainly not all
{
general: {
boardName: A Sample BBS
menuFile: your_bbs.hjson # copy of menu.hjson file (and adapt to your needs)
}
defaults: {
@ -126,4 +127,4 @@ Below is a **sample** `config.hjson` illustrating various (but certainly not all
```
## Menus
See [the menu system docs](menu_system.md)
See [the menu system docs](menu_system.md)