You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/book
Michael Davis 4908438de0
Refactor Picker in terms of columns
`menu::Item` is replaced with column configurations for each picker
which control how a column is displayed and whether it is passed to
nucleo for filtering. (This is used for dynamic pickers so that we can
filter those items with the dynamic picker callback rather than nucleo.)

The picker has a new lucene-like syntax that can be used to filter the
picker only on certain criteria. If a filter is not specified, the text
in the prompt applies to the picker's configured "primary" column.

Adding column configurations for each picker is left for the child
commit.
3 months ago
..
src Refactor Picker in terms of columns 3 months ago
theme update with new mdbook index.hbs (#8445) 9 months ago
.gitignore Add book/ (mdbook based user guide) 3 years ago
book.toml use AND operator when searching (#7839) 11 months ago
custom.css Fix search highlighting for the default docs theme (#8270) 10 months ago