Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds a new "About" section to the Japanese Typst documentation website to centralize information about the translation project itself. This reorganization improves maintainability and makes project information more accessible to users.
- Adds a new "About" section with project overview and contribution guidelines
- Reorganizes the main overview page to reference the new About section
- Updates README to focus on project description rather than detailed contributor information
Reviewed Changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| docs/about/welcome.md | New main About page with project overview and FAQ |
| docs/about/contributing.md | Symlink to CONTRIBUTING.md for contribution guidelines |
| docs/about/translating_guidelines.md | Symlink to TRANSLATING_GUIDELINES.md for translation guidelines |
| docs/src/lib.rs | Adds about_pages function and integration |
| docs/src/link.rs | Adds $about link resolver |
| docs/overview.md | Simplified to reference new About section |
| website/translation-status.json | Adds translation status for new About pages |
| docs/src/html.rs | Adds LinkType::Shortcut support |
| CONTRIBUTING.md | Adds frontmatter for markdown processing |
| TRANSLATING_GUIDELINES.md | Adds frontmatter for markdown processing |
| README.md | Streamlined project description and contributor section |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
「貢献ガイドライン」と「翻訳ガイドライン」については、一旦シンボリックリンクで |
ひとまず、こちらの対応で問題ないと思います。 |
Co-authored-by: Shunsuke KIMURA <kimushun1101@gmail.com>
Co-authored-by: Shunsuke KIMURA <kimushun1101@gmail.com>
Co-authored-by: ultimatile <ultimatile@users.noreply.github.com>
ec9795c to
a792055
Compare
このPRでは、「Typstドキュメント日本語版」のプロジェクトそのものについてを紹介するセクションを追加します。プロジェクトそのものについての説明を一元管理することによってメンテナンスが簡単になり、Webサイトの利用者にも情報を伝えやすくなると考えます。