-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update links and prepare docs for 1.x.x release
- Loading branch information
1 parent
51ccb56
commit 9903a0a
Showing
5 changed files
with
29 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: Main health | ||
|
||
push: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
validate: | ||
name: Validate | ||
uses: ./.github/workflows/validate.yml | ||
|
||
tests: | ||
needs: [validate] | ||
name: Tests | ||
uses: ./.github/workflows/tests.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
**⚠️ Currently in early preview - _not to be used in Production unless you're willing to live on the bleeding edge and give us feedback, which we would welcome!_** Follow progress [here](https://github.com/graphql-nexus/nexus-plugin-prisma/issues/1039). | ||
|
||
<p align="center"> | ||
<img src="https://i.imgur.com/8qvElTM.png" width="300" align="center" /> | ||
<h1 align="center"><a style="color:black;" href="https://graphql-nexus.github.io/nexus-prisma">nexus-prisma</a></h1> | ||
</p> | ||
|
||
[![trunk](https://github.com/graphql-nexus/nexus-prisma/actions/workflows/trunk.yml/badge.svg)](https://github.com/graphql-nexus/nexus-prisma/actions/workflows/trunk.yml) | ||
[![Main health](https://github.com/graphql-nexus/nexus-prisma/actions/workflows/main-health.yml/badge.svg)](https://github.com/graphql-nexus/nexus-prisma/actions/workflows/main-health.yml) | ||
|
||
[Prisma](https://prisma.io) plugin for [Nexus](https://nexusjs.org). | ||
|
||
Please visit [graphql-nexus.github.io/nexus-prisma](https://graphql-nexus.github.io/nexus-prisma) for documentation. | ||
|
||
Please visit [current quarter roadmap](https://github.com/graphql-nexus/nexus-prisma/issues/306) for any prioritisation suggestions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters