dauxio / daux.io

Daux.io is an documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly. It helps you create great looking documentation in a developer friendly way.
https://daux.io/
MIT License
794 stars 196 forks source link

Toogle analytics not working #194

Closed andersonprante closed 4 years ago

andersonprante commented 4 years ago

Describe the bug Toogle analytics not working by config.json. When config.json is defined with

"html": {
    "google_analytics": false,
    "piwik_analytics": false,
}

nothing happens. The analytics continue be present on compiled static files

To Reproduce Steps to reproduce the behavior:

  1. Set config.json with above settings
  2. Run daux generate again
  3. As inspect html files generated
  4. As you can see, analytics scripts are present

Expected behavior The expectation is the config will work

Desktop (please complete the following information):

Davegb commented 4 years ago

I'm having an issue too with Analytics, which makes daux take a lot of time to load on Chrome. I'd like to disable it as well.

onigoetz commented 4 years ago

The latest changes were released in version 0.13.0