mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
a3539baf7d
Rename the Sub-heading `Metrics` in the cloud docs to `Observability`. Note: The links still contain `metrics`. I will follow up with another PR to change the links and add redirects for the old links so that the doc references in Cloud console do not break. Slack Thread [here](https://hasurahq.slack.com/archives/C01MD2B8A0K/p1656415791128499) > ## Description ✍️ -> ### Related Issues ✍ -> ### Solution and Design ✍ > ### Steps to test and verify ✍ > ### Limitations, known bugs & workarounds ✍ > ## Affected components ✍️ - ✅Docs ### Breaking changes ✍ - ✅No Breaking changes PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4888 GitOrigin-RevId: 603f443d7f7a909d4fd87f0354ed3147063a5523 |
||
---|---|---|
.. | ||
docs/graphql | ||
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.