Martin Adámek
Martin Adámek
FWIW, with resolutions with >=375 width it looks good, i guess most of the today's devices have at least that? we can surely just hide it on smaller screens, its...
We should prioritize this, as it also has other side effects like this: https://github.com/apify/apify-docs/discussions/595
FYI there is a button for this already when you hover over the code block: Docusaurus currently does not allow to control the default globally (and I'd argue it would...
I've actually enabled eslint on code blocks last week via #861, so this should be done already (for js/json/ts code blocks at least) Note that this introduces a new problem,...
Misha is not working with us anymore, and the report is also very dated, not sure if its still valid. The slack message has just this link and screenshot: https://docs.apify.com/tutorials/apify-scrapers/getting-started#the-start-url...
Readme metadata "slug" option should support multiple URLs, with automated redirects to the main URL
> slug: /apify-scrapers/getting-started, /scraping/tutorial, /something-else I am not sure if this is possible, we would probably need to hack docusaurus internals which I really don't want to do. Also, the...
Readme metadata "slug" option should support multiple URLs, with automated redirects to the main URL
This is not about readmes, the sources can be spread across many files (inside multiple repositories). But yes, that's what I was thinking of, an additional option that would be...
Sure, I'll take a look. Just FYI the `title` is not "menu title", it's a regular title, that's why it's used in the mets tags. If there would be no...
So you think we should prefer the `title` in frontmatter instead of keeping the one in the content? My plan was to rather remove the `title` from frontmatter and replace...
> Go with your instinct then, from the docs it seems that Docusaurus can even infer the title from the Markdown and vice versa. Yeah, that's what I thought as...