You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some files in the docs are MD and some are MDX. Not sure if we can support both in the "Improve this documentation" button, because how would it know what to link to.
The only obvious path is to convert all files to MDX and link to MDX.
For example,
https://www.zetachain.com/docs/developers/architecture/protocol/contracts/zevm/GatewayZEVM.sol/contract.GatewayZEVM
Links to:
https://github.com/zeta-chain/docs/edit/main/src/pages/developers/architecture/protocol/contracts/zevm/GatewayZEVM.sol/contract.GatewayZEVM.mdx
And not:
https://github.com/zeta-chain/docs/edit/main/src/pages/developers/architecture/protocol/contracts/zevm/GatewayZEVM.sol/contract.GatewayZEVM.md
Some files in the docs are MD and some are MDX. Not sure if we can support both in the "Improve this documentation" button, because how would it know what to link to.
The only obvious path is to convert all files to MDX and link to MDX.