mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
8d8d0cf998
This PR adds matrixes for DB support based on these [Data Sources Compatibility slides](https://docs.google.com/presentation/d/1Hvk1ubxv4qOSiWCqAPEQYIQ7SZKkeouj5HAzBRWtMis/edit#slide=id.g124503388bb_0_0) on the [Databases index page](https://hasura.io/docs/latest/graphql/core/databases/index/). Issue: https://github.com/hasura/graphql-engine-mono/issues/3808. Screenshots: <img width="625" alt="image" src="https://user-images.githubusercontent.com/5722022/164986188-419b74b2-6ea7-4afa-a015-e88894896325.png"> <img width="670" alt="image" src="https://user-images.githubusercontent.com/5722022/164986200-1372fa70-c6e7-40b3-9808-d037697d3149.png"> <img width="588" alt="image" src="https://user-images.githubusercontent.com/5722022/164986209-be3f441a-f75a-47d9-bd7b-f397f871dbf4.png"> <img width="691" alt="image" src="https://user-images.githubusercontent.com/5722022/164986219-1ba713b6-4b56-44d7-bc9d-abb063330dbc.png"> PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4341 Co-authored-by: Abby Sassel <3883855+sassela@users.noreply.github.com> Co-authored-by: Rikin Kachhia <54616969+rikinsk@users.noreply.github.com> GitOrigin-RevId: 43f85be2a9ee5cf861519dfcbf22b4160b8f1fe8 |
||
---|---|---|
.. | ||
docs/graphql | ||
graphql/core/databases/postgres/subscriptions/livequery | ||
public | ||
scripts | ||
src | ||
static | ||
wiki | ||
.gitignore | ||
babel.config.js | ||
CONTRIBUTING.md | ||
docusaurus.config.js | ||
package.json | ||
README.md | ||
sidebars.js | ||
sidebarsWiki.js | ||
tsconfig.json | ||
yarn.lock |
Website
This website is built using Docusaurus 2, a modern static website generator.
Installation
$ yarn
Local Development
$ yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Build
$ yarn build
This command generates static content into the build
directory and can be served using any static contents hosting service.
Deployment
$ GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages
branch.