Skip to content

Commit

Permalink
Merge 63b91ec into b5d2fc9
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed Jun 19, 2020
2 parents b5d2fc9 + 63b91ec commit 2fbc7a5
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 13 deletions.
40 changes: 29 additions & 11 deletions website/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,26 +51,44 @@ module.exports = {
}
],

PROJECTS: [
/*
'deck.gl': 'https://uber.github.io/deck.gl',
'luma.gl': 'https://uber.github.io/luma.gl',
'react-map-gl': 'https://uber.github.io/react-map-gl',
'vis.gl': 'https://uber-web.github.io/vis.gl'
*/
],

EXAMPLES: [
// TODO: This app is currently more a test app than an example + crashes when imported
{
title: 'StatsWidget',
// image: 'images/stats-widget.png',
image: 'images/stats-widget.png',
componentUrl: resolve(__dirname, '../examples/stats-widget/app.js'),
path: 'examples/stats-widget'
}
],

ADDITIONAL_LINKS: [],
PROJECTS: [
{
name: 'vis.gl',
url: 'https://vis.gl'
},
{
name: 'deck.gl',
url: 'https://deck.gl'
},
{
name: 'luma.gl',
url: 'https://luma.gl'
},
{
name: 'nebula.gl',
url: 'https://nebula.gl'
}
],

LINK_TO_GET_STARTED: '/docs/developer-guide/get-started',

ADDITIONAL_LINKS: [{
name: 'Blog',
href: 'http://medium.com/vis-gl',
index: 1
}],

STYLESHEETS: [''],

GA_TRACKING: null,
}
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"styled-components": "^4.2.0"
},
"devDependencies": {
"gatsby": "^2.18.0",
"gatsby": "~2.22.17",
"gatsby-plugin-no-sourcemaps": "^2.0.2",
"gatsby-theme-ocular": "^1.1.0",
"gatsby-theme-ocular": "^1.2.0-beta.8",
"gh-pages": "^2.1.0"
}
}

0 comments on commit 2fbc7a5

Please sign in to comment.