mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
docs: update yarn version in docs wiki
## Description Tim (Head of Security) made me aware that we're linking to an [old version of yarn](https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable) in our [docs wiki](https://hasura.io/docs/wiki/contributions/#mise-en-place). This PR updates to the [most recent docs](https://yarnpkg.com/getting-started/install). ## Quick links [docs/wiki/contributions](https://ae91bccf.hasura-docs-mono.pages.dev/docs/wiki/contributions/#mise-en-place) PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7239 GitOrigin-RevId: f48ef559a6f56dde0f35a444a8e3c92c8454b170
This commit is contained in:
parent
570e16efe7
commit
5b38518a64
@ -29,7 +29,7 @@ As such, there's a few steps needed to get your 'station' in order and to ready
|
||||
the fast-paced world of documentation.
|
||||
|
||||
We use Yarn as our package-manager- / project-manager-of-choice. Please make sure you follow
|
||||
[their installation instructions](https://classic.yarnpkg.com/lang/en/docs/install/) if not already on your system.
|
||||
[their installation instructions](https://yarnpkg.com/getting-started/install) if not already on your system.
|
||||
|
||||
Two `hasura/graphql-engine` repositories exist: one is our OSS repo whereas the other is a private repository only
|
||||
available to employees at Hasura. We utilize these two repos so we can maintain open-source contributions and also
|
||||
@ -300,7 +300,7 @@ Assets are stored in `static/img/<feature-folder>`. Just like the file-based rou
|
||||
file paths are important for images as well. However, instead of any output to the console, the page will simply crash
|
||||
and present a message indicating which image's path cannot be resolved.
|
||||
|
||||
<Thumbnail src='/img/wiki/broken-image.png' alt='Add check constraint' width='1000px' />
|
||||
<Thumbnail src="/img/wiki/broken-image.png" alt="Add check constraint" width="1000px" />
|
||||
|
||||
Use the erroneous image path to identify the error, facepalm, and then fix your typo.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user