Carlos Filoteo
Carlos Filoteo
Is there something I can do to inspire greater confidence on deploying this change?
Huh, the menu thing is interesting. The documentation for collapsible-menu actually says that having the menu items closed is the expected behavior. https://github.com/rtCamp/gitbook-plugin-collapsible-menu#how-this-work > First it hides all pages, and...
I found that even if search isn't enabled, gitbook includes the search-lunr plugin by default (in the `.gitbooks` folder) and attempts to set `gitbooks.search` engine, but search isn't defined so...
I'm going to go ahead and decline this PR then, since it's introducing more changes than expected. I might try getting the old version working and see if I'm just...
Closing my own stale PRs.
I created a slidedeck library powered by MDX: https://github.com/filoxo/minideck
I worked around this by manually modifying `/node_modules/mdx-deck/index.js` with named exports ```js export * from '@mdx-deck/components' import * as themes from '@mdx-deck/themes' import * as Layouts from '@mdx-deck/layouts' export {...
This is quite easy, just replace the `bottom:0` with `top:0` in the `.cover-container` styling. This will push the element right to the top on mobile size, which is not as...
I'm still encountering this issue while onboarding at a new company.
I wonder if this might be related to https://github.com/single-spa/single-spa-angular/issues/316 which could be explained if missing BrowserAnimationModule.