Skip to content

Commit

Permalink
chore(docs): update contact info
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin committed Feb 27, 2024
1 parent 57c26e7 commit 1ba926b
Show file tree
Hide file tree
Showing 15 changed files with 9 additions and 36 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Thanks for your interest in contributing to Next.js for Drupal. We're happy to h

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

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.
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.

## About this repository

Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ We will do our best to quickly fix the problem.

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

Email arshad@chapterthree.com to disclose any security vulnerabilities.
Email info@chapterthree.com to disclose any security vulnerabilities.
2 changes: 1 addition & 1 deletion TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Note: We have a CI for running these tests on GitHub Actions.

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

_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._
_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._

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

Expand Down
2 changes: 1 addition & 1 deletion modules/next/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"authors": [
{
"name": "shadcn",
"homepage": "https://shadcn.com"
"homepage": "https://www.chapterthree.com"
}
],
"require": {
Expand Down
2 changes: 1 addition & 1 deletion packages/next-drupal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"author": {
"name": "shadcn",
"url": "https://twitter.com/shadcn"
"url": "https://www.chapterthree.com"
},
"scripts": {
"prepare": "tsup",
Expand Down
1 change: 0 additions & 1 deletion packages/next-drupal/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,6 @@ export class DrupalClient {
if (typeof input !== "string") {
// Fix for subrequests and translation.
// TODO: Confirm if we still need this after https://www.drupal.org/i/3111456.
// @shadcn, note to self:
// Given an entity at /example with no translation.
// When we try to translate /es/example, decoupled router will properly
// translate to the untranslated version and set the locale to es.
Expand Down
2 changes: 1 addition & 1 deletion www/config/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const site: SiteConfig = {
social: {
github: "chapter-three/next-drupal",
contact: "https://www.chapterthree.com/contact",
twitter: "shadcn",
twitter: "chapter_three",
},
versions: [
{
Expand Down
2 changes: 0 additions & 2 deletions www/content/docs/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@ You can use Next.js for Drupal for pulling public JSON:API data and building sta
## Something is not working. Help?

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).

You can also reach out to me on Twitter: [@shadcn](https://twitter.com/shadcn).
2 changes: 0 additions & 2 deletions www/content/tutorials/graphql/done.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,3 @@ With the current setup, you can easily configure one Drupal backend and serve mu
You maintain control on which content is pushed to which sites and how.

If you need help, feel free to create an issue on [GitHub](https://github.com/chapter-three/next-drupal).

You can also reach out on [Twitter](https://twitter.com/shadcn).
2 changes: 0 additions & 2 deletions www/content/tutorials/on-demand-revalidation/done.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ See also the [Entity Events documentation](/docs/entity-events).
## Need help?

If you need help, feel free to create an issue on [GitHub](https://github.com/chapter-three/next-drupal).

You can also reach out on [Twitter](https://twitter.com/shadcn).
2 changes: 0 additions & 2 deletions www/content/tutorials/preview-mode/done.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ Congratulations. You have successfully configured preview mode for your content
You should see the iframe preview when you visit your content pages.

If you need help, feel free to create an issue on [GitHub](https://github.com/chapter-three/next-drupal).

You can also reach out on [Twitter](https://twitter.com/shadcn).
2 changes: 0 additions & 2 deletions www/content/tutorials/quick-start/done.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,3 @@ With the current setup, you can easily configure one Drupal backend and serve mu
You maintain control on which content is pushed to which sites and how.

If you need help, feel free to create an issue on [GitHub](https://github.com/chapter-three/next-drupal).

You can also reach out on [Twitter](https://twitter.com/shadcn).
10 changes: 1 addition & 9 deletions www/pages/blog/[...slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,7 @@ export default function BlogsPage({ blog }: BlogsPageProps) {
{blog.frontMatter.title}
</h1>
<p className="mt-4 text-gray-700">
{blog.frontMatter.date} -{" "}
<a
href="https://twitter.com/shadcn"
target="_blank"
rel="noreferrer nofollow"
className="text-blue-600"
>
@shadcn
</a>
{blog.frontMatter.date} - {blog.frontMatter.author}
</p>
<hr className="my-6" />
{content}
Expand Down
10 changes: 1 addition & 9 deletions www/pages/blog/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,7 @@ export default function BlogsPage({ blogs }: BlogsPageProps) {
</Link>
</h2>
<p className="mt-2 text-gray-700">
{blog.frontMatter.date} -{" "}
<a
href="https://twitter.com/shadcn"
target="_blank"
rel="noreferrer nofollow"
className="text-blue-600"
>
@shadcn
</a>
{blog.frontMatter.date} - {blog.frontMatter.author}
</p>
{blog.frontMatter.excerpt ? (
<p className="my-4 text-gray-700">{blog.frontMatter.excerpt}</p>
Expand Down
2 changes: 1 addition & 1 deletion www/pages/learn/[...slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default function TutorialPage({
<p className="text-sm text-gray-600">
We are on{" "}
<a
href="https://twitter.com/shadcn"
href="https://twitter.com/chapter_three"
className="text-blue-800 hover:underline"
>
Twitter
Expand Down

0 comments on commit 1ba926b

Please sign in to comment.