microsoft / tsdoc

A doc comment standard for TypeScript
https://tsdoc.org/
MIT License
4.67k stars 131 forks source link

Convert the TSDoc Playground to be loadable as an iframe #351

Closed octogonz closed 1 year ago

octogonz commented 1 year ago

In the past, playground/dist/index.html was a mock page (with fake Jekyll theme) to be used for debugging purposes only. This PR converts it to render the playground panels only, so that it can be loaded inside an <iframe> by the new Docusaurus website.