From c08c65541d526b4fae13569b17ebd3244f6d1443 Mon Sep 17 00:00:00 2001 From: nesterone Date: Sat, 5 Aug 2017 18:13:34 +0300 Subject: [PATCH] Initial TODO List #2 - clean up from original info - fix link to repo --- README.md | 2 +- _docs/main.js | 10 ---------- _docs/partials/_footer.pug | 2 +- _docs/partials/_start.pug | 2 +- 4 files changed, 3 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 3ca0e0c..b8b11f3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Vega Lite Gramma extension -Origianl Vega gramma file +Original Vega gramma file ``` { diff --git a/_docs/main.js b/_docs/main.js index 6a039a0..ba50579 100644 --- a/_docs/main.js +++ b/_docs/main.js @@ -50,16 +50,6 @@ new Vue({ } }, methods: { - pickVersion (version) { - switch (version) { - case 'v1.x': - window.location.assign('v1/index.html') - break - case 'v2.0': - window.location.assign('https://monterail.github.io/vue-multiselect/') - break - } - }, selectLanguage (lang) { this.markupLanguage = lang }, diff --git a/_docs/partials/_footer.pug b/_docs/partials/_footer.pug index 2f73c65..ffb7bef 100644 --- a/_docs/partials/_footer.pug +++ b/_docs/partials/_footer.pug @@ -6,4 +6,4 @@ section.utils--center h4.typo__h4 | With love from strong - a.typo__link.monterail-link(href='http://www.zorko.io', target='_BLANK') zorko.io + a.typo__link(href='http://www.zorko.io', target='_BLANK') zorko.io diff --git a/_docs/partials/_start.pug b/_docs/partials/_start.pug index e1b4174..cc1eb8e 100644 --- a/_docs/partials/_start.pug +++ b/_docs/partials/_start.pug @@ -32,5 +32,5 @@ section.start(:style="gradient") .grid__row.grid__row--centered .grid__column.utils--center - a.button.button--large.button--secondary.button--github(href="https://github.com/zorkoio/vue-vega" target="_BLANK") View on GitHub + a.button.button--large.button--secondary.button--github(href="https://github.com/nesterone/vue-vega" target="_BLANK") View on GitHub a.button.button--large(href="#sub-getting-started") Getting started & examples