Skip to content

Commit

Permalink
feat(next-drupal-query): drop next-drupal-query
Browse files Browse the repository at this point in the history
Fixes #708
  • Loading branch information
JohnAlbin committed Feb 28, 2024
1 parent 510ac07 commit 0b1816a
Show file tree
Hide file tree
Showing 86 changed files with 9 additions and 2,674 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ body:
- example-custom-serializer
- example-graphql
- example-marketing
- example-query
- example-router-migration
- example-search-api
- example-umami
- example-webform
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ body:
- example-custom-serializer
- example-graphql
- example-marketing
- example-query
- example-router-migration
- example-search-api
- example-umami
- example-webform
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ body:
- example-custom-serializer
- example-graphql
- example-marketing
- example-query
- example-router-migration
- example-search-api
- example-umami
- example-webform
Expand Down
17 changes: 0 additions & 17 deletions .github/workflows/next-drupal-query.yml

This file was deleted.

10 changes: 1 addition & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,6 @@ We use `jest` for testing the `next-drupal` package.
yarn test packages/next-drupal
```

### `next-drupal-query`

We use `jest` for testing the `next-drupal-query` package.

```
yarn test packages/next-drupal
```

### `next`

We use `phpunit` for testing the `next` module.
Expand All @@ -76,7 +68,7 @@ yarn test:next

## Linting

### `next-drupal` and `next-drupal-query`
### `next-drupal`

```
yarn lint
Expand Down
6 changes: 0 additions & 6 deletions examples/example-query/.env.example

This file was deleted.

4 changes: 0 additions & 4 deletions examples/example-query/.eslintrc.json

This file was deleted.

39 changes: 0 additions & 39 deletions examples/example-query/.gitignore

This file was deleted.

69 changes: 0 additions & 69 deletions examples/example-query/CHANGELOG.md

This file was deleted.

7 changes: 0 additions & 7 deletions examples/example-query/README.md

This file was deleted.

65 changes: 0 additions & 65 deletions examples/example-query/components/article.tsx

This file was deleted.

53 changes: 0 additions & 53 deletions examples/example-query/components/card--featured.tsx

This file was deleted.

31 changes: 0 additions & 31 deletions examples/example-query/components/card.tsx

This file was deleted.

15 changes: 0 additions & 15 deletions examples/example-query/components/landing-page.tsx

This file was deleted.

28 changes: 0 additions & 28 deletions examples/example-query/components/layout.tsx

This file was deleted.

Loading

0 comments on commit 0b1816a

Please sign in to comment.