No description
Emmanuel Garette
81ed005891
Inside a family, we can have variables or families. The "type" for family "manual" became unecessary because container an other family, so it's not a variable. In disabled attribute, it's better tu use relative path (we will see the reason in an other slide). |
||
---|---|---|
firefox | ||
firefox.png | ||
foxyproxy.png | ||
README.md |
[tutorial 021] A sub family
Screenshot
Structure
firefox/00-proxy.yml
---
proxy_mode:
description: Configure Proxy Access to the Internet
choices:
- No proxy
- Auto-detect proxy settings for this network
- Use system proxy settings
- Manual proxy configuration
- Automatic proxy configuration URL
default: No proxy
firefox/10-manual.yml
---
manual:
description: Manual proxy configuration
type: family
http_proxy:
description: HTTP Proxy
type: family
Generated documentation
foo@bar:~$ rougail -v 1.1 -m firefox/ -o doc -do github
Variables
Variable | Description |
---|---|
proxy_modechoice mandatory |
Configure Proxy Access to the Internet. Choices: - No proxy ← (default) - Auto-detect proxy settings for this network - Use system proxy settings - Manual proxy configuration - Automatic proxy configuration URL |