Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need help: Get website build working with latest ocular-gatsby #1333

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
clean up ocular config
chrisirhc committed May 30, 2020
commit ec6096e4b4e37c5f9a2324f2817f746e36ea7866
17 changes: 3 additions & 14 deletions packages/website/ocular-config.js
Original file line number Diff line number Diff line change
@@ -13,18 +13,14 @@ module.exports = {
DIR_NAME: `${__dirname}`,

EXAMPLES: [
// TODO: Uncomment the "Plots" example to see Webpack errors.
// Make sure to rebuild react-vis to see the issues.
// {
// title: 'Plots',
// // Path to code to download
// path: 'docs/examples/showcases/plots-showcase',
// image: 'images/examples/demo-thumb-line.jpg',
// componentUrl: resolve(__dirname, '../showcase/showcase-sections/plots-showcase.js')
// },
// {
// title: 'my example',
// path: 'examples/my-example/',
// image: 'images/my-example.jpg',
// componentUrl: '../examples/app.js'
// }
],
// your table of contents go there
@@ -71,13 +67,6 @@ module.exports = {

// For showing star counts and contributors.
// Should be like btoa('YourUsername:YourKey') and should be readonly.
GITHUB_KEY: null,
GITHUB_KEY: null

webpack: {
resolve: {
alias: {
'react-vis': resolve(__dirname, '../react-vis/src/')
}
}
}
};