diff --git a/docs/index.md b/docs/index.md index 7c786978..947ffe02 100644 --- a/docs/index.md +++ b/docs/index.md @@ -46,7 +46,7 @@ The main system configuration is handled via `~/.config/enigma-bbs/config.hjson` ### Via oputil.js `oputil.js` can be utilized to generate your **initial** configuration. **This is the recommended way for all new users**: - optutil.js config --new + ./oputil.js config --new You wil be asked a series of basic questions. diff --git a/docs/menu_system.md b/docs/menu_system.md index eca73c17..b8b02fc8 100644 --- a/docs/menu_system.md +++ b/docs/menu_system.md @@ -69,6 +69,6 @@ matrix: { } ``` -In the above entry, you'll notice `form`. This defines a form(s) object. In this case, a single form by ID of `0`. The system is then told to use a block only when the resulting art provides a `VM` (*VerticalMenuView*) MCI entry. `VM1` is then setup to to `submit` and start focused via `focus: true` as well as have some menu entries ("login", "apply", ...) defined. +In the above entry, you'll notice `form`. This defines a form(s) object. In this case, a single form by ID of `0`. The system is then told to use a block only when the resulting art provides a `VM` (*VerticalMenuView*) MCI entry. `VM1` is then setup to `submit` and start focused via `focus: true` as well as have some menu entries ("login", "apply", ...) defined. The `submit` object tells the system to attempt to apply provided match entries from any view ID (`*`). Upon submit, the first match will be executed. For example, if the user selects "login", the first entry with a value of `{ 1: 0 }` or view ID 1, value 0 will match causing `action` of `@menu:login` to be executed (go to `login` menu). \ No newline at end of file