@cryptotaxi247 / netdata-1 / commits / e72044548

Disable Schema tag in documentation (#8264)

* Fix for Schema * Disable Schema

Joel Hans committed Mar 2, 2020 at 16:24 UTC e72044548fb241f41104f834edaa73192c1fef34
1 file changed -15
docs/generator/custom/themes/material/main.html
-15
@@ -40,19 +40,4 @@
40 <meta name="twitter:image" content="custom/img/netdata_docs.png">
41 <meta name="twitter:image:alt" content="Netdata documentation: Learn about real-time health monitoring and performance troubleshooting for systems and applications">
42
43 - <script type="application/ld+json">
44 - {
45 - "@context": "http://schema.org",
46 - "@type": "HowTo",
47 - {% if page and page.meta and page.meta.title %}"name": "{{ page.meta.title }}",{% elif page and page.title and not page.is_homepage %}"name": "{{ page.title }} - {{ config.site_name }}",{% else %}"name": "{{ config.site_name }}",{% endif %}
48 - {% if page and page.meta and page.meta.description %}"description": "{{ page.meta.description }}",{% elif config.site_description %}"description": "{{ config.site_description }}",{% endif %}
49 - "image": {
50 - "@type": "ImageObject",
51 - "url": "custom/img/netdata_docs.png",
52 - "height": "1200",
53 - "width": "630"
54 - },
55 - }
56 - </script>
57 -
43 {% endblock %}
\ No newline at end of file