daexs
daexs
Converted the plotly.py documentation build into Mkdocs - Create a Mkdocs build for the plotly.py docs and reference pages, including styling. - Modifies the code generator to create output that...
In `test/plot-schema.json`, this sentence: `The URI consists of \"data:image/[][;base64],\""` does not render properly because the brackets are not escaped. This happens when `test/plot-schema.json` is copied over into `plotly.py` docs and...
The styling for the icon next to the Edit this Page button is not responsive to changes in dark mode/light mode. We would need to fix this by adding css...
An 'Edit this Page' button has been added to the example pages, however, the link it opens is `https://github.com/daexs/plotly.js/edit/mkdocs-conversion/pages/...` (which also doesn't work due to recent refactoring), we would need...
Could be helpful to have a github action that runs the required steps to test generating the output.