[EN/JA] fix blog/sidebars.yaml typo in contribution guidelines etc.

This commit is contained in:
mDuo13
2025-06-05 13:21:42 -07:00
parent 3afd06b23d
commit 97d621f06e
2 changed files with 7 additions and 7 deletions

View File

@@ -29,13 +29,13 @@ XRP Ledger開発者ブログへの投稿をご検討いただきありがとう
1. 作業を始める前に、`xrpl-dev-portal` リポジトリの上流upstream`master` ブランチから最新の更新をプルしておいてください。 1. 作業を始める前に、`xrpl-dev-portal` リポジトリの上流upstream`master` ブランチから最新の更新をプルしておいてください。
2. `blog-<short-desc-of-update>` の形式で、新しいブログ記事用のブランチを作成してください。 2. `blog-{記事の概要}` の形式で、新しいブログ記事用のブランチを作成してください。
3. `blog/_current_year_` フォルダ内に、新しいMarkdownファイルを作成してください。たとえば、以下のようになりますhttps://github.com/XRPLF/xrpl-dev-portal/tree/master/blog/2025 3. `blog/{年}` フォルダ内に、新しいMarkdownファイルを作成してください。たとえば、以下のようになりますhttps://github.com/XRPLF/xrpl-dev-portal/tree/master/blog/2025
4. 下書きのブログ記事は、テンプレートファイル [`_blog_template.md`](https://github.com/XRPLF/xrpl-dev-portal/tree/master/%40l10n/ja/resources/contribute-blog/_blog-template.md) を参考にして作成してください。 4. 下書きのブログ記事は、テンプレートファイル [`_blog_template.md`](https://github.com/XRPLF/xrpl-dev-portal/tree/master/%40l10n/ja/resources/contribute-blog/_blog-template.md) を参考にして作成してください。
5. 新しく作成したファイルを `blog/sidebar.yaml` に追加してください。 5. 新しく作成したファイルを `blog/sidebars.yaml` に追加してください。
6. 下書きがレビュー可能な状態になったら、内容を保存し、コミットを実行してください。 6. 下書きがレビュー可能な状態になったら、内容を保存し、コミットを実行してください。

View File

@@ -29,14 +29,14 @@ To create a new post, follow these steps:
1. Before you begin, ensure that you pull the most recent updates from the upstream `master` branch of the `xrpl-dev-portal` repository. 1. Before you begin, ensure that you pull the most recent updates from the upstream `master` branch of the `xrpl-dev-portal` repository.
2. Create a new branch for the blog post using the format `blog-<short-desc-of-update>`. 2. Create a new branch for the blog post using the format `blog-{short-desc-of-update}`.
3. Create a new markdown file in the `blog/_current_year_` folder, for example https://github.com/XRPLF/xrpl-dev-portal/tree/master/blog/2025 3. Create a new markdown file in the `blog/{YEAR}` folder, for example https://github.com/XRPLF/xrpl-dev-portal/tree/master/blog/2025
4. Refer to the template file [`_blog_template.md`](https://github.com/XRPLF/xrpl-dev-portal/tree/master/resources/contribute-blog/_blog-template.md) to compose your draft blog. 4. Refer to the template file [`_blog_template.md`](https://github.com/XRPLF/xrpl-dev-portal/tree/master/resources/contribute-blog/_blog-template.md) to compose your draft blog.
5. Update the `blog/sidebar.yaml` file to include the newly created file. 5. Update the `blog/sidebars.yaml` file to include the newly created file.
6. Once the draft is ready for review, save and commit your updates. 6. When the draft is ready for review, save and commit your updates.
7. Create a new PR to merge your changes to master. 7. Create a new PR to merge your changes to master.