Skip to content

Commit f6af41b

Browse files
committed
chore(docs): update contact info
1 parent 0b1816a commit f6af41b

File tree

15 files changed

+9
-36
lines changed

15 files changed

+9
-36
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Thanks for your interest in contributing to Next.js for Drupal. We're happy to h
44

55
Please take a moment to review this document before submitting your first pull request.
66

7-
If you need any help, feel free to reach out on [Drupal Slack](https://drupal.slack.com/archives/C01E36BMU72). Look for _@shadcn_ in the _#nextjs_ channel.
7+
If you need any help, feel free to reach out on [Drupal Slack](https://drupal.slack.com/archives/C01E36BMU72). Look for us in the _#nextjs_ channel.
88

99
## About this repository
1010

SECURITY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ We will do our best to quickly fix the problem.
2626

2727
We will sync with the [Drupal Security Team](https://www.drupal.org/drupal-security-team) if the vulnerability affects the `next` Drupal module.
2828

29-
Email arshad@chapterthree.com to disclose any security vulnerabilities.
29+
Email info@chapterthree.com to disclose any security vulnerabilities.

TESTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Note: We have a CI for running these tests on GitHub Actions.
2121

2222
We use Cypress to run end-to-end tests for the examples.
2323

24-
_You will need a copy of the database and files on your local machine to run the tests. These are not tracked in this repo. You can reached out to [@shadcn](https://twitter.com/shadcn) to get you a copy._
24+
_You will need a copy of the database and files on your local machine to run the tests. These are not tracked in this repo. You can reach out to Chapter Three to get a copy._
2525

2626
_TODO: Add a test profile that builds the Drupal site from config with demo content._
2727

modules/next/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"authors": [
88
{
99
"name": "shadcn",
10-
"homepage": "https://shadcn.com"
10+
"homepage": "https://www.chapterthree.com"
1111
}
1212
],
1313
"require": {

packages/next-drupal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"author": {
5151
"name": "shadcn",
52-
"url": "https://twitter.com/shadcn"
52+
"url": "https://www.chapterthree.com"
5353
},
5454
"scripts": {
5555
"prepare": "tsup",

packages/next-drupal/src/client.ts

-1
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,6 @@ export class DrupalClient {
554554
if (typeof input !== "string") {
555555
// Fix for subrequests and translation.
556556
// TODO: Confirm if we still need this after https://www.drupal.org/i/3111456.
557-
// @shadcn, note to self:
558557
// Given an entity at /example with no translation.
559558
// When we try to translate /es/example, decoupled router will properly
560559
// translate to the untranslated version and set the locale to es.

www/config/site.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const site: SiteConfig = {
4040
social: {
4141
github: "chapter-three/next-drupal",
4242
contact: "https://www.chapterthree.com/contact",
43-
twitter: "shadcn",
43+
twitter: "chapter_three",
4444
},
4545
versions: [
4646
{

www/content/docs/faq.mdx

-2
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,3 @@ You can use Next.js for Drupal for pulling public JSON:API data and building sta
1616
## Something is not working. Help?
1717

1818
You can get help in the [issue queue](https://github.com/chapter-three/next-drupal/issues) on GitHub or in the #nextjs channel on [Drupal Slack](https://drupal.slack.com/archives/C01E36BMU72).
19-
20-
You can also reach out to me on Twitter: [@shadcn](https://twitter.com/shadcn).

www/content/tutorials/graphql/done.mdx

-2
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,3 @@ With the current setup, you can easily configure one Drupal backend and serve mu
2525
You maintain control on which content is pushed to which sites and how.
2626

2727
If you need help, feel free to create an issue on [GitHub](https://github.com/chapter-three/next-drupal).
28-
29-
You can also reach out on [Twitter](https://twitter.com/shadcn).

www/content/tutorials/on-demand-revalidation/done.mdx

-2
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,3 @@ See also the [Entity Events documentation](/docs/entity-events).
2323
## Need help?
2424

2525
If you need help, feel free to create an issue on [GitHub](https://github.com/chapter-three/next-drupal).
26-
27-
You can also reach out on [Twitter](https://twitter.com/shadcn).

www/content/tutorials/preview-mode/done.mdx

-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,3 @@ Congratulations. You have successfully configured preview mode for your content
99
You should see the iframe preview when you visit your content pages.
1010

1111
If you need help, feel free to create an issue on [GitHub](https://github.com/chapter-three/next-drupal).
12-
13-
You can also reach out on [Twitter](https://twitter.com/shadcn).

www/content/tutorials/quick-start/done.mdx

-2
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,3 @@ With the current setup, you can easily configure one Drupal backend and serve mu
2525
You maintain control on which content is pushed to which sites and how.
2626

2727
If you need help, feel free to create an issue on [GitHub](https://github.com/chapter-three/next-drupal).
28-
29-
You can also reach out on [Twitter](https://twitter.com/shadcn).

www/pages/blog/[...slug].tsx

+1-9
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,7 @@ export default function BlogsPage({ blog }: BlogsPageProps) {
2424
{blog.frontMatter.title}
2525
</h1>
2626
<p className="mt-4 text-gray-700">
27-
{blog.frontMatter.date} -{" "}
28-
<a
29-
href="https://twitter.com/shadcn"
30-
target="_blank"
31-
rel="noreferrer nofollow"
32-
className="text-blue-600"
33-
>
34-
@shadcn
35-
</a>
27+
{blog.frontMatter.date} - {blog.frontMatter.author}
3628
</p>
3729
<hr className="my-6" />
3830
{content}

www/pages/blog/index.tsx

+1-9
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,7 @@ export default function BlogsPage({ blogs }: BlogsPageProps) {
2828
</Link>
2929
</h2>
3030
<p className="mt-2 text-gray-700">
31-
{blog.frontMatter.date} -{" "}
32-
<a
33-
href="https://twitter.com/shadcn"
34-
target="_blank"
35-
rel="noreferrer nofollow"
36-
className="text-blue-600"
37-
>
38-
@shadcn
39-
</a>
31+
{blog.frontMatter.date} - {blog.frontMatter.author}
4032
</p>
4133
{blog.frontMatter.excerpt ? (
4234
<p className="my-4 text-gray-700">{blog.frontMatter.excerpt}</p>

www/pages/learn/[...slug].tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export default function TutorialPage({
7878
<p className="text-sm text-gray-600">
7979
We are on{" "}
8080
<a
81-
href="https://twitter.com/shadcn"
81+
href="https://twitter.com/chapter_three"
8282
className="text-blue-800 hover:underline"
8383
>
8484
Twitter

0 commit comments

Comments
 (0)