graphql-engine/docs/graphql/manual
Shahidh K Muhammed 76ceb707f4
bundle console assets into server (close #516, close #521, close #2130) (#2192)
This PR builds console static assets into the server docker image at `/srv/console-assets`. When env var `HASURA_GRAPHQL_CONSOLE_ASSETS_DIR=/srv/console-assets` or flag `--console-assets-dir=/srv/console-assets` is set on the server, the files in this directory are served at `/console/assets/*`.

The console html template will have a variable called `cdnAssets: false` when this flag is set and it loads assets from server itself instead of CDN.

The assets are moved to a new bucket with a new naming scheme:

```
graphql-engine-cdn.hasura.io/console/assets/
   /common/{}
   /versioned/<version/{}
   /channel/<channel>/<version>/{}
```

Console served by CLI will still load assets from CDN - will fix that in the next release.
2019-05-16 13:15:29 +05:30
..
api-reference support allow-list for graphql queries (closes #989) (#2075) 2019-05-16 11:43:25 +05:30
auth introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
business-logic add image zoom in docs (close #1483) (#1752) 2019-03-13 15:33:45 +05:30
deployment bundle console assets into server (close #516, close #521, close #2130) (#2192) 2019-05-16 13:15:29 +05:30
event-triggers add version requirement notes for features in docs (#2196) 2019-05-16 11:49:22 +05:30
faq merge docs into main repo (close #397) (#398) 2018-09-11 16:41:24 +05:30
getting-started add image zoom in docs (close #1483) (#1752) 2019-03-13 15:33:45 +05:30
guides introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
hasura-cli fix width of docs for larger screens (close #1955) (#1982) 2019-04-10 18:04:45 +05:30
how-it-works update migration, api-reference docs (close #766) (close #1345) (close #1496) (#1701) 2019-03-28 16:21:58 +05:30
integration merge docs into main repo (close #397) (#398) 2018-09-11 16:41:24 +05:30
introduction merge docs into main repo (close #397) (#398) 2018-09-11 16:41:24 +05:30
migrations add version requirement notes for features in docs (#2196) 2019-05-16 11:49:22 +05:30
mutations update docs (#2033) 2019-04-19 16:18:18 +05:30
performance merge docs into main repo (close #397) (#398) 2018-09-11 16:41:24 +05:30
queries document subscriptions related config parameters (#2126) 2019-05-07 17:51:37 +05:30
remote-schemas introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
schema introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
subscriptions update docs (#2023) 2019-04-17 19:07:42 +05:30
troubleshooting update docs (#2023) 2019-04-17 19:07:42 +05:30
version-control merge docs into main repo (close #397) (#398) 2018-09-11 16:41:24 +05:30
index.rst update docs config + base pages (#1343) 2019-01-08 22:39:05 +05:30