diff --git a/docs/change-log.md b/docs/change-log.md index 11052c13..3298ead5 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -4,9 +4,10 @@ - Add a new [Overview](../setup/overview/) page. - You can [extend](../datastreams/add-new-data-streams/) RAPIDS with your own [data streams](../datastreams/data-streams-introduction/). Data streams are data collected with other sensing apps besides AWARE (like Beiwe, mindLAMP), and stored in other data containers (databases, files) besides MySQL. - Support to analyze Empatica wearable data (thanks to Joe Kim and Brinnae Bent from the [DBDP](https://dbdp.org/)) -- Support to analyze AWARE data stored in [CSV files](../datastreams/aware-csv/) and [InfluxDB](../datastreams/aware-influxdb/) databases (the latter thanks to Neil Singh) +- Support to analyze AWARE data stored in [CSV files](../datastreams/aware-csv/) and [InfluxDB](../datastreams/aware-influxdb/) databases - Support to analyze data collected over [multiple time zones](../setup/configuration/#multiple-timezones) - Support for [sleep intraday features](../features/fitbit-sleep-intraday/) from the core team and also from the community (thanks to Stephen Price) +- Users can comment on the documentation (powered by utterances). - Add RAPIDS new logo - Move Citation and Minimal Example page to the Setup section - Add `config.yaml` validation schema and documentation. Now it's more difficult to modify the `config.yaml` file with invalid values. diff --git a/docs/overrides/main.html b/docs/overrides/main.html new file mode 100644 index 00000000..95538ff4 --- /dev/null +++ b/docs/overrides/main.html @@ -0,0 +1,6 @@ +{% extends "base.html" %} + +{% block disqus %} + + {% include "partials/integrations/utterances.html" %} +{% endblock %} \ No newline at end of file diff --git a/docs/overrides/partials/integrations/utterances.html b/docs/overrides/partials/integrations/utterances.html new file mode 100644 index 00000000..55314db0 --- /dev/null +++ b/docs/overrides/partials/integrations/utterances.html @@ -0,0 +1,12 @@ + +{% if not page.is_homepage %} +

{{ lang.t("meta.comments") }}

+ +{% endif %} diff --git a/mkdocs.yml b/mkdocs.yml index 387c2be9..1316a6ff 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -49,6 +49,7 @@ repo_url: 'https://github.com/carissalow/rapids' copyright: 'Released under AGPL' theme: name: material + custom_dir: docs/overrides logo: img/logo.png favicon: img/logo.png palette: