dusk-network / plonk

Pure Rust implementation of the PLONK ZKProof System done by the Dusk team
https://dusk-network.github.io/plonk
Mozilla Public License 2.0
535 stars 148 forks source link

Fix LaTeX in docs and add new logo #829

Closed HDauven closed 2 months ago

HDauven commented 2 months ago

Summary

LaTeX is currently broken in our live documentation. The Dusk logo is also the old one, and one of the CI badges is broken.

Possible Solution

Update the CI badge link, replace the old Dusk logo link with a new one and add proper escape characters for KaTeX formatting.

HDauven commented 2 months ago

Resolved by #819