diff --git a/content/rancher/v2.x/en/overview/_index.md b/content/rancher/v2.x/en/overview/_index.md index b2c1280857f..1202ed219c8 100644 --- a/content/rancher/v2.x/en/overview/_index.md +++ b/content/rancher/v2.x/en/overview/_index.md @@ -22,4 +22,4 @@ Rancher provides an intuitive user interface for DevOps engineers to manage thei The following figure illustrates the role Rancher plays in IT and DevOps organizations. Each team deploys their applications on the public or private clouds they choose. IT administrators gain visibility and enforce policies across all users, clusters, and clouds. -{{< zoom-img src="img/rancher/platform.png" alt="Platform">}} +![Platform]({{< baseurl >}}/img/rancher/platform.png) diff --git a/gulpfile.babel.js b/gulpfile.babel.js index 47d800c230a..3d3b5943844 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -103,7 +103,7 @@ gulp.task('sass', () => { .pipe(gulp.dest('static/css')); }); -const vendors = ['zoom.ts', 'ml-stack-nav', 'lory.js', 'tingle.js', 'moment', 'jquery']; +const vendors = [/* 'zoom.ts', */'ml-stack-nav', 'lory.js', 'tingle.js', 'moment', 'jquery']; gulp.task('build:vendor', () => { const b = browserify(); diff --git a/package.json b/package.json index 63b48c90d6c..0cb2c49bb74 100644 --- a/package.json +++ b/package.json @@ -35,8 +35,7 @@ "rancher-website-theme": "https://github.com/rancherlabs/website-theme.git", "run-sequence": "^2.0.0", "vinyl-buffer": "^1.0.1", - "vinyl-source-stream": "^2.0.0", - "zoom.ts": "^8.0.0" + "vinyl-source-stream": "^2.0.0" }, "babel": { "presets": [ diff --git a/src/sass/app.scss b/src/sass/app.scss index 0fc565aa3a5..48829fde1c3 100644 --- a/src/sass/app.scss +++ b/src/sass/app.scss @@ -3,8 +3,7 @@ // 7. node @import '~tingle.js/src/tingle', -'~ml-stack-nav/src/ml-stack-nav', -'~zoom.ts/dist/zoom'; +'~ml-stack-nav/src/ml-stack-nav'; // 1. Configuration and helpers @import