ocular
ocular copied to clipboard
Build tools for the vis.gl framework suite
Mostly in IE/Edge, except for the first one. Staged site: https://tsherif.github.io/luma.gl/ - Direct navigation to the following pages (among others) loads the wrong page (All browsers) - https://tsherif.github.io/luma.gl/docs/whats-new - https://tsherif.github.io/luma.gl/docs/upgrade-guide...
right now ocular-gatsby won't start if /src is not present /src/components is not present /static is not present /static/images is not present these folders are generated if a user tries...
when ocular init generates ocular-config, the default values for DOC_FOLDER and ROOT_FOLDER are local paths, as opposed to, say, ``` DOC_FOLDER: `${__dirname}/../docs/`, ROOT_FOLDER: `${__dirname}/../`, DIR_NAME: `${__dirname}`, ```
Please see uber/h3#274 I couldn't find a way to use relative paths (such as `ijkp.png`, relative to the images directory, or `/images/ijkp.png`, relative to the site root) to refer to...
### loaders.gl Issue: https://github.com/uber-web/loaders.gl/issues/194 General - [ ] deck.gl based examples don't resize properly P1 - [ ] github stars in header were lost Table of Contents - [x] Empty...
The good news is that examples built by ocular-gatsby are showing up in Google search: unfortunately the text below the link that the search engine has been able to extract...
## v1.2 REFINED OCULAR GATSBY VERSION For: vis-academy - [ ] Update CLI script - [ ] SEO Component - Update or cut ## v1.1 REFINED OCULAR GATSBY VERSION For:...
bespoke home pages for our various documentation projects are made out of similar building blocks. In the future, we would build a list of standard components which could be used...
Documentation should allow someone not working on the project to build an ocular-gatsby site without external assistance.
## current situation Today even though we expose the location of documentation files in the configuration, ocular-gatsby expects them to be in a /docs folder. That '/docs' path is somewhat...