oda-hub / oda-bot

0 stars 0 forks source link

help page generation #28

Closed dsavchenko closed 10 months ago

dsavchenko commented 10 months ago

Tested with https://github.com/oda-hub/mmoda-frontend-module/pull/209

volodymyrss commented 10 months ago

looks good!

image

So this is generated from md by the bot?

volodymyrss commented 10 months ago

please let me know when it's deployed, I try with one of mine

dsavchenko commented 10 months ago

please let me know when it's deployed, I try with one of mine

It's already on staging

volodymyrss commented 10 months ago

ok, why is my help page not shown https://gitlab.renkulab.io/astronomy/mmoda/grb-detection ?

dsavchenko commented 10 months ago

I see it image

volodymyrss commented 10 months ago

Indeed, it was probably older commit still. Cool! We may wan to add image max width or something

dsavchenko commented 10 months ago

We may wan to add image max width or something

OK, it's good to have. But we can control it globally in css, I think

dsavchenko commented 10 months ago

Like this all helpbook images will adapt to the modal window

.node-mmoda-help-page img {
  max-width:100%;
}