summaryrefslogtreecommitdiffstats
path: root/docs/generator/themes/material/partials/footer.html
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2018-11-30 13:38:05 +0100
committerGitHub <noreply@github.com>2018-11-30 13:38:05 +0100
commitcc1b74b19f2a374330f3eef4f963562dc4ddb9aa (patch)
tree5fc876687439510b16c076a2ee29a5ddd168eafb /docs/generator/themes/material/partials/footer.html
parenta6b5ed0fc7627f303a10b84ff668c7af78eb24a6 (diff)
Added Legal section to documentation, added missing link for apps.plugin (#4797)
- Added terms of use and privacy documentation. The links don't appear in the docs navigation, but in the footer. - Added missing link to apps.plugin - Replaced the hardcoded Google Analytics img with mkdocs config `google_analytics: ["UA-64295674-3", "docs.netdata.cloud"]` - Replaced the hardcoded twitter badge with the mkdocs supported "social links" for github, facebook and twitter.
Diffstat (limited to 'docs/generator/themes/material/partials/footer.html')
-rw-r--r--docs/generator/themes/material/partials/footer.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/generator/themes/material/partials/footer.html b/docs/generator/themes/material/partials/footer.html
index ba690f236c..1207966abd 100644
--- a/docs/generator/themes/material/partials/footer.html
+++ b/docs/generator/themes/material/partials/footer.html
@@ -41,13 +41,9 @@
<div class="md-footer-copyright">
{% if config.copyright %}
<div class="md-footer-copyright__highlight">
- {{ config.copyright }}
+ {{ config.copyright }} | <a href="/docs/privacy-policy/">Privacy Policy</a> | <a href="/docs/terms-of-use/">Terms of Use</a>
</div>
{% endif %}
- <a href="https://twitter.com/linuxnetdata" rel="nofollow"><img src="https://img.shields.io/twitter/follow/linuxnetdata.svg?style=social&amp;label=New%20-%20stay%20in%20touch%20-%20follow%20netdata%20on%20twitter"></a>
- <img src="https://www.google-analytics.com/collect?v=1&amp;t=pageview&amp;_s=1&amp;ds=github&amp;dr=https%3A%2F%2Fgithub.com%2Ffirehol%2Fnetdata%2Fwiki&amp;dl=https%3A%2F%2Fmy-netdata.io%2Fgithub%2Fwiki&amp;_u=MAC%7E&amp;cid=8c51788e-8721-45e3-ae8c-e7c63ba8236b&amp;tid=UA-64295674-3">
-
-
</div>
{% block social %}
{% include "partials/social.html" %}