1801 Commits

Author SHA1 Message Date
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
Rufus Pollock
bb93103997 [ex/catalog][xs]: fix link to portal.js github repo. 2021-06-24 11:15:28 +02:00
Rufus Pollock
2ce7356d87 [ex/catalog][xs]: try tweak to tailwind config to fix #568. 2021-06-24 11:13:28 +02:00
Rufus Pollock
59298543da [site/docs][s]: remove link to section at bottom of pages as not used atm. 2021-06-20 22:10:54 +02:00
Rufus Pollock
b307009641 [site/nav][s]: add components to the navbar. 2021-06-20 22:10:25 +02:00
Rufus Pollock
43f666022a [site/docs][s]: merge installation.md into index.md as no need to separate (and tidy a bit). 2021-06-20 22:09:53 +02:00
Rufus Pollock
5185349829 [site/docs][m]: refactor docs section to live at docs and use dynamic routes.
* This way adding new pages is just adding new markdown in markdowns folder (rather than having to create both markdown and a js file).
* Also renamed markdowns subfolder for docs stuff from api-doc to docs.
2021-06-20 21:55:00 +02:00
Rufus Pollock
bb202e1828 [site/docs/references][xs]: markdown formatting. 2021-06-19 20:26:33 +02:00
Rufus Pollock
12b830f1e5 [site/learn][xs]: correct formatting and template project link. 2021-06-17 17:31:31 +02:00
Rufus Pollock
1931eaad31 [examples/default][s]: update the README from nextjs to portaljs. 2021-06-17 17:30:47 +02:00
Rufus Pollock
c05df61b6c [site/learn][m]: first section of learn tutorial with motivation, features, setup and create portal.js app #562. 2021-06-17 17:14:02 +02:00
Rufus Pollock
af39f8f335 [site/nav][xs]: tweak order of nav and remove home link as logo links to home. 2021-06-17 17:12:41 +02:00
Rufus Pollock
5bd8ffae03
Merge pull request #569 from akkisagiraju/main
[example][catalog] Added start arg to SEARCH_QUERY
2021-06-17 13:49:53 +01:00
Rufus Pollock
73bc3d1761 [docs][m]: refactor to have a common layout component for all pages and a common prose layout within that for "prose" docs (everything other than front page) - refs #559. 2021-06-15 19:24:12 +02:00
Rufus Pollock
cd6c81e44b [docs,style][s]: fix layout of docs page with tailwind (e.g. center, fix margins). 2021-06-15 18:44:31 +02:00
Rufus Pollock
42638c95ad [docs,#571][xs]: tweak tailwind purge to see if we can fix issue on vercel with tailwind (over) purging of styles - see #571. 2021-06-15 18:25:22 +02:00
Rufus Pollock
2c2304494a
Merge pull request #570 from datopian/fix/docs-style
[Docs][s]: Fix style issue in docs
2021-06-09 10:45:50 +01:00
Rising Odegua
23b7bd5497 [Docs][s]: Fix style issue in docs 2021-06-09 09:29:58 +01:00
Rufus Pollock
072762ab23 [home][xs]: remove module.css as we moved to tailwind in last commit 6e81d5d7078238feec76e2e6357d92a4149a02b6. 2021-06-07 20:31:20 +02:00
Rufus Pollock
6e81d5d707 [site][s]: refactor front page to tailwind and use new logo. 2021-05-26 20:25:07 +02:00
Rufus Pollock
27187fe02f [examples/default][s]: use the proper favicon (based on logo). 2021-05-25 22:44:45 +02:00
Rufus Pollock
22a72cea3e [site/theme][s]: make favicon using the balloon logo. 2021-05-25 22:40:50 +02:00
Rufus Pollock
94cf026434 [site,refactor][xs]: remove couple of unused images. 2021-05-25 22:38:59 +02:00
Rufus Pollock
eea65972d8 [site/theme][s]: link navbar logo to home page. 2021-05-25 22:24:51 +02:00
Rufus Pollock
91da4579f0 [docs][s]: replace temporary logo with portal.js logo. 2021-05-25 22:23:41 +02:00
akkisagiraju
f22f275a58 [example][catalog] Added start arg to SEARCH_QUERY 2021-05-25 23:50:40 +05:30
Rufus Pollock
cbab921e87 [docs,refactor][xs]: move to 2 space indenting in jsx components. 2021-05-25 19:00:41 +02:00
Rufus Pollock
fe13333e5c [docs/README][s]: make it a docs README vs standard nextjs readme.
* (v) Brief into
* Run info
* Deploy info
2021-05-25 18:20:39 +02:00
Rising Odegua
49fd443de5 [Package.json][s]: Revert changes 2021-05-24 09:20:21 +01:00
Rising Odegua
4f9436b21c [Package.json][s]: Add react to peer dependency 2021-05-24 09:19:00 +01:00
Rising Odegua
9eeb90dd59 [Index][s]: Update navMenu error 2021-05-24 09:17:19 +01:00
Rising Odegua
539b206262 [Catalog][s]: Update catalog example 2021-05-21 17:03:28 +01:00
Rising Odegua
f8602184ce Refactor catalog example to use portal.js 2021-05-21 16:48:55 +01:00
Rising Odegua
b103b0e845 [Package.json][s]: add react to peer dependecy 2021-05-21 13:42:46 +01:00
Rising Odegua
96f9f6adc4 [Package.json][s]: Removed portal package 2021-05-21 12:39:00 +01:00
Rising Odegua
3b6fbbcd44 [Actions][s]: Remove gh-page build since we are building to vercel 2021-05-21 10:51:40 +01:00
Rising Odegua
c1e68325da
Merge pull request #565 from datopian/update/examples
Update single dataset example to use portal.js
2021-05-21 10:24:59 +01:00
Rising Odegua
43b2e34f4b [dataset-single][m]: Remove test for components since we are using portaljs 2021-05-21 10:22:37 +01:00
Rising Odegua
59dc4cc919 [dataset-single][m]: Update dataset-single example to use portaljs 2021-05-21 10:11:25 +01:00
Rising Odegua
6d32c7b94d [Dist][s]: Build latest version 2021-05-21 09:20:27 +01:00
Rising Odegua
7bf76d7c38 Merge branch 'main' of https://github.com/datopian/portal.js into update/examples 2021-05-21 09:14:58 +01:00
Rising Odegua
842d423c99 [Table][s]: Add id to table rows 2021-05-21 09:14:12 +01:00
Rising Odegua
9808bfb938 Merge branch 'main' of https://github.com/datopian/portal.js into add/doc-website 2021-05-21 09:12:03 +01:00
Rising Odegua
201b0e5a01 Merge branch 'master' of https://github.com/datopian/portal.js into add/doc-website 2021-05-21 09:11:51 +01:00
Rising Odegua
ff732efdcd [Table][s]: Add id to table rows 2021-05-21 09:10:33 +01:00
Rufus Pollock
bbe1fde899 [examples/default][m]: update home page of the example - refs #560.
* use official logo
* tweak text and layout
* link to correct pages on site
2021-05-20 23:45:56 +02:00
Rufus Pollock
378968bc24
Merge pull request #564 from datopian/add/doc-website
[WIP] Add/doc website
2021-05-20 09:40:07 +02:00
Rufus Pollock
52028ae867 [examples/default,#560]: stub nextjs app using tailwind. 2021-05-19 19:11:32 +02:00
Rising Odegua
13905f832f [Docs][m]: Add markdown for docs and api section 2021-05-19 17:52:22 +01:00
Rufus Pollock
2721727c75 Merge branch 'main' of github.com:datopian/portal.js into main 2021-05-19 16:19:01 +02:00