Skip to content

i18n(ja): Update astro-pages.mdx#2576

Merged
delucis merged 1 commit into
withastro:mainfrom
morinokami:i18n-ja-astro-pages-0
Feb 8, 2023
Merged

i18n(ja): Update astro-pages.mdx#2576
delucis merged 1 commit into
withastro:mainfrom
morinokami:i18n-ja-astro-pages-0

Conversation

@morinokami
Copy link
Copy Markdown
Member

@morinokami morinokami commented Feb 6, 2023

What kind of changes does this PR include?

  • New or updated content
  • Translated content

Description

@netlify
Copy link
Copy Markdown

netlify Bot commented Feb 6, 2023

Deploy Preview for astro-docs-2 ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 351d1c2
🔍 Latest deploy log https://app.netlify.com/sites/astro-docs-2/deploys/63e119f66c052d0008158c8e
😎 Deploy Preview https://deploy-preview-2576--astro-docs-2.netlify.app/ja/core-concepts/astro-pages
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@github-actions github-actions Bot added the i18n Anything to do with internationalization & translation efforts - ask @YanThomas for help! label Feb 6, 2023

Astroは、**ファイルベースルーティング**と呼ばれるルーティング手法を採用しています。 `src/pages/`ディレクトリの各ファイルはそのファイルパスに基づいたエンドポイントになります。

また、[動的ルーティング](/ja/core-concepts/routing/#動的ルーティング)を使用して、1つのファイルから複数のページを生成できます。これにより、[コンテンツコレクション](/ja/guides/content-collections/)や[CMS](/ja/guides/cms/)など、特別な`/pages/`ディレクトリの外にコンテンツがあっても、ページを作成できます。
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#2409#2371 に対応しています。


Astroは`/src/pages/`にあるMarkdown (`.md`) ファイルも、最終的なWebサイトのページとして扱います。もし[MDXインテグレーションがインストールされている](/ja/guides/integrations-guide/mdx/#installation)場合、MDX(`.mdx`)ファイルも同じように扱われます。これらは一般的に、ブログの投稿やドキュメントのような、テキストを多用するページに使用されます。

`src/content/`にある[MarkdownやMDXページコンテンツのコレクション](/ja/guides/content-collections/)は、[動的にページを生成する](/ja/core-concepts/routing/#動的ルーティング)ために使用できます。
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#2409 に対応しています。

Copy link
Copy Markdown
Contributor

@kyosuke kyosuke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@morinokami レビューしました。適切な翻訳で追加文が反映されていました。
LGTM

Copy link
Copy Markdown
Member

@delucis delucis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks team!

@delucis delucis merged commit afdfed1 into withastro:main Feb 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

i18n Anything to do with internationalization & translation efforts - ask @YanThomas for help!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants