Alexander Kachkaev

Results 463 comments of Alexander Kachkaev

Great news on seeing `2.0.0-rc.1` in [releases](https://github.com/pedronauck/docz/releases)! πŸŽ‰ @pedronauck given the migration to Gatsby, is the app now deployable to an arbitrary directory? Will routing work?

@rakannimer Glad to see that this issue was labelled with [![label: v2][~v2]](https://github.com/doczjs/docz/labels/v2), which brings hope πŸ™ Does hash routing still require any input from docz team or can developers get...

Defining a specific base at build time is limiting, unless it can be equal to `.` [like in CRA](https://create-react-app.dev/docs/deployment#serving-the-same-build-from-different-paths). In our CI/CD pipelines, we do not know in advance where...

This issue is not stale. Our team is still stuck with 0.13.x because of it πŸ™

not stale, very topical (although blocked by upstream) πŸ˜”

Another confused user here πŸ˜₯ I am switching a Yarn 3 project to Netlify, but can’t get cache working no matter what I try. The most rational move I could...

Thanks a lot for your reply @ZotyoNegentropics – your solution worked! All I had to do in my case was adding these lines to `netlify.toml`: ```diff [build] publish = ".next"...