docs: update layout_strategies config options (#3188)
* docs: update layout_strategies config options * [docgen] Update doc/telescope.txt skip-checks: true --------- Co-authored-by: Github Actions <actions@github>
This commit is contained in:
@@ -2230,6 +2230,9 @@ layout_strategies.horizontal() *telescope.layout.horizontal()*
|
|||||||
- anchor:
|
- anchor:
|
||||||
- Which edge/corner to pin the picker to
|
- Which edge/corner to pin the picker to
|
||||||
- See |resolver.resolve_anchor_pos()|
|
- See |resolver.resolve_anchor_pos()|
|
||||||
|
- anchor_padding:
|
||||||
|
- Specifies an amount of additional padding around the anchor
|
||||||
|
- Values should be a positive integer
|
||||||
- height:
|
- height:
|
||||||
- How tall to make Telescope's entire layout
|
- How tall to make Telescope's entire layout
|
||||||
- See |resolver.resolve_height()|
|
- See |resolver.resolve_height()|
|
||||||
@@ -2283,6 +2286,9 @@ layout_strategies.center() *telescope.layout.center()*
|
|||||||
- anchor:
|
- anchor:
|
||||||
- Which edge/corner to pin the picker to
|
- Which edge/corner to pin the picker to
|
||||||
- See |resolver.resolve_anchor_pos()|
|
- See |resolver.resolve_anchor_pos()|
|
||||||
|
- anchor_padding:
|
||||||
|
- Specifies an amount of additional padding around the anchor
|
||||||
|
- Values should be a positive integer
|
||||||
- height:
|
- height:
|
||||||
- How tall to make Telescope's entire layout
|
- How tall to make Telescope's entire layout
|
||||||
- See |resolver.resolve_height()|
|
- See |resolver.resolve_height()|
|
||||||
@@ -2361,6 +2367,9 @@ layout_strategies.vertical() *telescope.layout.vertical()*
|
|||||||
- anchor:
|
- anchor:
|
||||||
- Which edge/corner to pin the picker to
|
- Which edge/corner to pin the picker to
|
||||||
- See |resolver.resolve_anchor_pos()|
|
- See |resolver.resolve_anchor_pos()|
|
||||||
|
- anchor_padding:
|
||||||
|
- Specifies an amount of additional padding around the anchor
|
||||||
|
- Values should be a positive integer
|
||||||
- height:
|
- height:
|
||||||
- How tall to make Telescope's entire layout
|
- How tall to make Telescope's entire layout
|
||||||
- See |resolver.resolve_height()|
|
- See |resolver.resolve_height()|
|
||||||
@@ -2391,6 +2400,9 @@ layout_strategies.flex() *telescope.layout.flex()*
|
|||||||
- anchor:
|
- anchor:
|
||||||
- Which edge/corner to pin the picker to
|
- Which edge/corner to pin the picker to
|
||||||
- See |resolver.resolve_anchor_pos()|
|
- See |resolver.resolve_anchor_pos()|
|
||||||
|
- anchor_padding:
|
||||||
|
- Specifies an amount of additional padding around the anchor
|
||||||
|
- Values should be a positive integer
|
||||||
- height:
|
- height:
|
||||||
- How tall to make Telescope's entire layout
|
- How tall to make Telescope's entire layout
|
||||||
- See |resolver.resolve_height()|
|
- See |resolver.resolve_height()|
|
||||||
|
|||||||
Reference in New Issue
Block a user