12 Commits

Author SHA1 Message Date
deme
fb86ab4804 [site][xl]: move site folder to root 2023-04-11 11:24:01 -03:00
Luccas Mateus de Medeiros Gomes
fda6c4b827 [monorepo][lg] - start of monorepo 2023-04-10 22:22:34 -03:00
virgoaugustine
6a14c34f98 [site/components/Nav.js]: Add github star button with count to navbar 2022-01-12 12:42:33 +00:00
dependabot[bot]
c61c1d97c9
Bump next from 11.1.1 to 11.1.3 in /site
Bumps [next](https://github.com/vercel/next.js) from 11.1.1 to 11.1.3.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v11.1.1...v11.1.3)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-20 10:36:26 +00:00
Rufus Pollock
ad9cd5a5cc [site,build][s]: add prop-types as explicit dependency in attempt to fix build issue as per 0a9bafb66664d4d312bbb603ffa6a0a81cba0305.
```
ModuleNotFoundError: Module not found: Error: Can't resolve 'prop-types' in '/vercel/path0/site/node_modules/react-vega/esm'
```

See also https://github.com/vega/react-vega/issues/441 which report similar issue i think.
2021-12-17 11:19:01 +01:00
Rufus Pollock
0a9bafb666 [site,build][s]: try and fix vercel build error with react-vega by upgrading it.
```
ModuleNotFoundError: Module not found: Error: Can't resolve 'prop-types' in '/vercel/path0/site/node_modules/react-vega/esm'
```
2021-12-17 10:52:46 +01:00
Rufus Pollock
b6ff53d078 [site/theme][s]: upgrade to tailwind v2.2 (extra font sizes). 2021-11-08 20:17:49 +01:00
Rufus Pollock
b48c79bd3c
Merge pull request #597 from datopian/dependabot/npm_and_yarn/site/remark-html-13.0.2
Bump remark-html from 13.0.1 to 13.0.2 in /site
2021-10-19 18:26:07 +02:00
dependabot[bot]
1987757b11
Bump remark-html from 13.0.1 to 13.0.2 in /site
Bumps [remark-html](https://github.com/remarkjs/remark-html) from 13.0.1 to 13.0.2.
- [Release notes](https://github.com/remarkjs/remark-html/releases)
- [Commits](https://github.com/remarkjs/remark-html/compare/13.0.1...13.0.2)

---
updated-dependencies:
- dependency-name: remark-html
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-07 23:45:12 +00:00
dependabot[bot]
bee7ea1a6d
Bump next from 10.2.0 to 11.1.1 in /site
Bumps [next](https://github.com/vercel/next.js) from 10.2.0 to 11.1.1.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v10.2.0...v11.1.1)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-01 20:14:00 +00:00
Rufus Pollock
8c3b1bccd3 [site,#572][l]: merge in data literate material.
* Nav bar and layout
* Main catch all route that loads material from content
* Data Literate: demo plus all associated components
  * content/data-literate/demo.mdx
  * components/* (pretty much all are related to demo)
  * lib/markdown.js, lib/mdxUtils.js
  * api/proxy.js to proxy remote urls (to handle CORs)
  * content/data-literate.md (DL home page - old data literate home page converted to markdown)
* excel-viewer.js: excel viewer demo from data literate
* package.json / yarn.lock
  * Nav: @headlessui/react @heroicons/react/outline @heroicons/react
  * CSV support for table: papaparse
  * Excel support for tables etc: xlsx
  * Vega: react-vega vega vega-lite
  * MDX: next-mdx-remote (yarn rm @next/mdx)
2021-07-28 23:16:42 +02:00
Rufus Pollock
b81cf992de [refactor][xs]: rename docs directory to site reflecting fact this is the full website. 2021-07-28 09:27:17 +02:00