matter-labs / zksync-era

zkSync era
Apache License 2.0
3.1k stars 2.08k forks source link

Deploy core and prover documentation to GH Pages #3185

Open popzxc opened 2 weeks ago

popzxc commented 2 weeks ago

We want to deploy core and prover documentation to GitHub pages.

Both should be hosted separately, with the following rules:

antonbaliasnikov commented 2 weeks ago

@popzxc , the solution is ready for review at https://github.com/matter-labs/zksync-era/pull/3202. I've put all the info including links to tests into the PR description. I've implemented the version switch as well, it's available on the test website (example).

The last step would be to change Terraform configuration to enable gh-pages deployment for zksync-era repository, but it has to be done after #3202 merge.