mozilla / mozilla-reports

Repository for public analyses.
https://mozilla.report
5 stars 12 forks source link

Capture knowledge repo content statically #82

Closed jklukas closed 6 years ago

jklukas commented 6 years ago

Partially addresses #81

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.

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.

jklukas commented 6 years ago

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.