Skip to content

Commit

Permalink
docs: update links and prepare docs for 1.x.x release
Browse files Browse the repository at this point in the history
  • Loading branch information
rostislav-simonik committed Jan 11, 2023
1 parent 51ccb56 commit 9903a0a
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 5 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/main-health.yml
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
3 changes: 2 additions & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ name: Deploy Next.js site to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ['main', 'feature/github-pages']
branches:
- main

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
6 changes: 3 additions & 3 deletions README.md
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.
8 changes: 7 additions & 1 deletion docs/pages/docs/architecture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ Understanding the following information should not be required knowledge for usi

## System

<Image src="/images/architecture.jpg" alt="Architecture" width={2799} height={1508} layout="responsive" />
<Image
src="/nexus-prisma/images/architecture.jpg"
alt="Architecture"
width={2799}
height={1508}
layout="responsive"
/>

1. You or a script (CI, programmatic, etc.) run `$ prisma generate`.
2. Prisma generator system reads your Prisma schema file
Expand Down
2 changes: 2 additions & 0 deletions docs/pages/roadmap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ description: This plugin integrates Prisma into Nexus. It gives you an API you t

- [ ] Nexus Plugin? `t.model`? `t.crud`?
- [ ] ...

For any prioritisation suggestions please visit [current quarter roadmap](https://github.com/graphql-nexus/nexus-prisma/issues/306).

0 comments on commit 9903a0a

Please sign in to comment.