Skip to content

Commit

Permalink
Initial TODO List #2
Browse files Browse the repository at this point in the history
- clean up from original info
- fix link to repo
  • Loading branch information
kuzya-zz committed Aug 5, 2017
1 parent a9e694e commit c08c655
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Vega Lite Gramma extension

Origianl Vega gramma file
Original Vega gramma file

```
{
Expand Down
10 changes: 0 additions & 10 deletions _docs/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down
2 changes: 1 addition & 1 deletion _docs/partials/_footer.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion _docs/partials/_start.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c08c655

Please sign in to comment.