From 43182cb1ebdb60ba78dcbbaebf670937e0bbb28d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Mon, 2 May 2016 14:49:50 +0200 Subject: [PATCH] updated --- docs/mkdocs.yml | 3 +-- package.json | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 46b0b964b59..da78bffd8b0 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -1,6 +1,5 @@ site_name: Grafana Documentation -#site_url: http://docs.grafana.com/ -site_url: / +site_url: http://docs.grafana.org/ site_description: Documentation for Grafana, The Graphite and Influxdb dashboard and graph composer site_favicon: img/fav32.png diff --git a/package.json b/package.json index 5c2b8471626..8b9ec906ed9 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,6 @@ "grunt-contrib-cssmin": "~0.14.0", "grunt-contrib-htmlmin": "~0.6.0", "grunt-contrib-jshint": "~1.0.0", - "grunt-contrib-less": "~0.7.0", "grunt-contrib-uglify": "~0.11.0", "grunt-contrib-watch": "^0.6.1", "grunt-filerev": "^0.2.1",