Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

requires

This field contains an optional list of module names that must be present when this context is used.

Unlike selects, requires does not automatically select the listed modules. The build fails if a required module is not selected by something else.

Example:

contexts:
  - name: secure_context
    parent: default
    requires:
      - crypto_support