diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e2174ebf..9e36b92b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/SECURITY.md b/SECURITY.md index 7885a945..d586d073 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -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. diff --git a/TESTING.md b/TESTING.md index 11c3ad86..8cad7337 100644 --- a/TESTING.md +++ b/TESTING.md @@ -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._ diff --git a/modules/next/composer.json b/modules/next/composer.json index 48cea01e..65d7967d 100644 --- a/modules/next/composer.json +++ b/modules/next/composer.json @@ -7,7 +7,7 @@ "authors": [ { "name": "shadcn", - "homepage": "https://shadcn.com" + "homepage": "https://www.chapterthree.com" } ], "require": { diff --git a/packages/next-drupal/package.json b/packages/next-drupal/package.json index d5234d6f..d25dd465 100644 --- a/packages/next-drupal/package.json +++ b/packages/next-drupal/package.json @@ -49,7 +49,7 @@ }, "author": { "name": "shadcn", - "url": "https://twitter.com/shadcn" + "url": "https://www.chapterthree.com" }, "scripts": { "prepare": "tsup", diff --git a/packages/next-drupal/src/client.ts b/packages/next-drupal/src/client.ts index 0e51bc01..ed015de0 100644 --- a/packages/next-drupal/src/client.ts +++ b/packages/next-drupal/src/client.ts @@ -565,7 +565,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. diff --git a/www/config/site.ts b/www/config/site.ts index 985b0810..63ec53e3 100644 --- a/www/config/site.ts +++ b/www/config/site.ts @@ -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: [ { diff --git a/www/content/docs/faq.mdx b/www/content/docs/faq.mdx index a552de93..88b0f663 100644 --- a/www/content/docs/faq.mdx +++ b/www/content/docs/faq.mdx @@ -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). diff --git a/www/content/tutorials/graphql/done.mdx b/www/content/tutorials/graphql/done.mdx index 72efa30f..f6b2582a 100644 --- a/www/content/tutorials/graphql/done.mdx +++ b/www/content/tutorials/graphql/done.mdx @@ -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). diff --git a/www/content/tutorials/on-demand-revalidation/done.mdx b/www/content/tutorials/on-demand-revalidation/done.mdx index 2956126b..220bf407 100644 --- a/www/content/tutorials/on-demand-revalidation/done.mdx +++ b/www/content/tutorials/on-demand-revalidation/done.mdx @@ -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). diff --git a/www/content/tutorials/preview-mode/done.mdx b/www/content/tutorials/preview-mode/done.mdx index 0b6840fe..19ff2866 100644 --- a/www/content/tutorials/preview-mode/done.mdx +++ b/www/content/tutorials/preview-mode/done.mdx @@ -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). diff --git a/www/content/tutorials/quick-start/done.mdx b/www/content/tutorials/quick-start/done.mdx index 6dca2f01..16ce0b3f 100644 --- a/www/content/tutorials/quick-start/done.mdx +++ b/www/content/tutorials/quick-start/done.mdx @@ -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). diff --git a/www/pages/blog/[...slug].tsx b/www/pages/blog/[...slug].tsx index ed27a5a1..1a690d44 100644 --- a/www/pages/blog/[...slug].tsx +++ b/www/pages/blog/[...slug].tsx @@ -24,15 +24,7 @@ export default function BlogsPage({ blog }: BlogsPageProps) { {blog.frontMatter.title}

- {blog.frontMatter.date} -{" "} - - @shadcn - + {blog.frontMatter.date} - {blog.frontMatter.author}


{content} diff --git a/www/pages/blog/index.tsx b/www/pages/blog/index.tsx index 61cde415..08ada650 100644 --- a/www/pages/blog/index.tsx +++ b/www/pages/blog/index.tsx @@ -28,15 +28,7 @@ export default function BlogsPage({ blogs }: BlogsPageProps) {

- {blog.frontMatter.date} -{" "} - - @shadcn - + {blog.frontMatter.date} - {blog.frontMatter.author}

{blog.frontMatter.excerpt ? (

{blog.frontMatter.excerpt}

diff --git a/www/pages/learn/[...slug].tsx b/www/pages/learn/[...slug].tsx index 5579f7fe..5697cfa4 100644 --- a/www/pages/learn/[...slug].tsx +++ b/www/pages/learn/[...slug].tsx @@ -78,7 +78,7 @@ export default function TutorialPage({

We are on{" "} Twitter