patternfly / patternfly-quickstarts

Repository containing the PatternFly Quick Start extension code
MIT License
15 stars 39 forks source link

Using quickstarts without the drawer. #135

Open Hyperkid123 opened 2 years ago

Hyperkid123 commented 2 years ago

In console.redhat.com we want to have "multiple" drawers. Instead of using both QuickstartsDrawer and another PF drawer, we would like to just use one drawer in the layout and drop in the content based on what kind of drawer should be opened.

Is that something we can work on?

cc @jschuler @CooperRedhat

jschuler commented 2 years ago

HAC also wants to use the space for documentation, so perhaps we can open this up for custom content as well.

Hyperkid123 commented 2 years ago

Yeah, I had HAC in mind. We are also going to work on a notification drawer.

CooperRedhat commented 2 years ago

@Hyperkid123 Are you thinking of putting quickstarts inside of the drawer already in your page, or asking for the quickstarts drawer to support the other content that you have in your other drawer?

I'm not immediately sure which approach would be better, so I'm curious what you're imagining.

Hyperkid123 commented 2 years ago

@CooperRedhat

Are you thinking of putting quickstarts inside of the drawer already in your page

Yes that

CooperRedhat commented 2 years ago

Explore a single drawer implementation that becomes a container for QS and helptopics (or other custom content)

Hyperkid123 commented 2 years ago

Would it be possible to just export the actual quickstart/help topic contents? And let devs place it where ever they need it?