ray icon indicating copy to clipboard operation
ray copied to clipboard

[docs] configurable ecosystem gallery

Open maxpumperla opened this issue 3 years ago • 2 comments

we've build a custom directive to read gallery information from a simple YAML file. This makes it much easier (presumably) to add new entries in the future and should hopefully attract more contributors. This PR is specifically set up for our "Ecosystems" gallery, but it's implemented to work for any other gallery on our docs as well. Apart from easier config, this should also look a bit more appealing.

On a side note, this simple format could be used for upcoming hackathons etc. to quickly display all projects in a concise way. (cc/ @zhe-thoughts @waleedkadous).

Before:

Screenshot 2022-09-21 at 10 55 02

After:

Screenshot 2022-09-21 at 10 54 50

maxpumperla avatar Sep 21 '22 08:09 maxpumperla

@ericl yeah, one can configure that in the meta part of the yaml. I agree with you, not 100% happy with the formatting, but one detail to consider: we also generate section titles for all integrations (e.g. so that they show up in the right side bar for quick navigation). If we place e.g. two panels next to each other (more is bad anyway, given the amount of text), that makes no sense anymore.

the other option is to make the panels full-sized, instead of 9/12 of the width. wdyt?

maxpumperla avatar Sep 21 '22 16:09 maxpumperla

Ah, that makes sense. Either full sized or the status quo seems reasonable to me then!

ericl avatar Sep 21 '22 17:09 ericl

@ericl made it full-width, looks less clunky. go ahead and merge, if you think it's ok

maxpumperla avatar Sep 22 '22 14:09 maxpumperla

Lgtm!

ericl avatar Sep 22 '22 17:09 ericl