Yasin Güzeldal
Yasin Güzeldal
@svrooij thank you for this
> Until it is fixed in this repo, you can use `remote_theme: svrooij/just-the-docs@relative-everything` in your `_config.yml` like I do here: > > https://github.com/svrooij/node-sonos-ts/blob/27c49b6249c5f0cf2fca17d03f10508f62c604f1/docs/_config.yml#L30 or just overwrite the files locally ...
ping @darcyclarke :smiley:
@hemant026 nope. it supports v4 according to [docs](https://github.com/Yuvaleros/material-ui-dropzone#support). there is a [pull request](https://github.com/Yuvaleros/material-ui-dropzone/pull/338) but the author of the pr published it as a [new package](https://github.com/Deckstar/mui-file-dropzone) as this one seems dead.
Setting the active class name in the callback seems to fix this: ```js var sideNav = document.querySelector('#sideNav'); var ms = new MenuSpy(sideNav, { callback: function(currentItem) { var isCurrentItemActive = currentItem.elm.parentNode.classList.contains('active');...
would be cool if there is a more elegant way to handle this. eg. you have `subfolder_for_default_lang: true` in your config and it generates subfolders for all languages. Nice would...
Great idea