There are several commits here, with the last one being a large commit that adds converted index.html and report.json files ready for indexing by docere.
The earlier commits are smaller and should actually be reviewable, containing the code used to generate the new content.
We'll figure out how to hook into https://reports-dev.telemetry.mozilla.org and publish there in a separate PR. Also note that the html files here reference css and javascript hosted on RTMO. We'll need to capture that static content in a future PR as well.
We'll probably have a few iterations to get reports-dev looking good; we can clean up rendered_from_kr, etc. once we're happy that the docere rendering is stable.
Partially addresses #81
There are several commits here, with the last one being a large commit that adds converted
index.html
andreport.json
files ready for indexing by docere.The earlier commits are smaller and should actually be reviewable, containing the code used to generate the new content.
This content once indexed by docere renders like:
https://jklukas.github.io/mozilla-reports/post/
We'll figure out how to hook into https://reports-dev.telemetry.mozilla.org and publish there in a separate PR. Also note that the html files here reference css and javascript hosted on RTMO. We'll need to capture that static content in a future PR as well.