Skip to content

Commit

Permalink
Merge branch 'main' into chore/nextjs-15
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio W <[email protected]>
  • Loading branch information
ovflowd authored Nov 14, 2024
2 parents d49e34a + fa6fbd9 commit a55992b
Show file tree
Hide file tree
Showing 6 changed files with 382 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Framework
apps/site/next.config.mjs @nodejs/web-infra
app/site/next.dynamic.mjs @nodejs/web-infra
apps/site/next.dynamic.mjs @nodejs/web-infra

# Node.js Release Blog Posts
apps/site/pages/en/blog/release @nodejs/releasers
Expand Down
2 changes: 1 addition & 1 deletion COLLABORATOR_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ import NameOfComponent from '@components/PathTo/YourComponent';
type Story = StoryObj<typeof NameOfComponent>;
type Meta = MetaObj<typeof NameOfComponent>;

// If the component has any props that are interactable, they should be passed here
// If the component has any props that are interactive, they should be passed here
// We recommend reading Storybook docs for args: https://storybook.js.org/docs/react/writing-stories/args
export const Default: Story = {};

Expand Down
2 changes: 1 addition & 1 deletion TRANSLATION.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Node.js Website Translation Policy

Node.js is a global platform and so this site has many translations. We use [Crowdin](https://crowdin.com) to translate the Node.js Website
Node.js is a global platform, so this site has many translations. We use [Crowdin](https://crowdin.com) to translate the Node.js Website

The site's translation into languages other than English is handled by [Crowdin translators](https://support.crowdin.com/translation-process-overview/).

Expand Down
Loading

0 comments on commit a55992b

Please sign in to comment.