docs: add getting-started guidance files for all supported languages#139
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR expands the theme’s documentation coverage by adding per-locale “getting started” guide files under docs/guidance/, aligning with the set of supported locales (matching the existing i18n/*.yaml set).
Changes:
- Added new getting-started markdown files for
de,es,fr,hi,ko,zh-cn, andzh-tw. - Kept content aligned with the existing English guide, with locale-specific headings.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 11 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/guidance/getting-started.de.md | Adds German-locale getting-started guide file (content currently mirrors English). |
| docs/guidance/getting-started.es.md | Adds Spanish-locale getting-started guide file (content currently mirrors English). |
| docs/guidance/getting-started.fr.md | Adds French-locale getting-started guide file (content currently mirrors English). |
| docs/guidance/getting-started.hi.md | Adds Hindi-locale getting-started guide file (content currently mirrors English). |
| docs/guidance/getting-started.ko.md | Adds Korean-locale getting-started guide file (content currently mirrors English). |
| docs/guidance/getting-started.zh-cn.md | Adds Simplified Chinese-locale getting-started guide file (content currently mirrors English). |
| docs/guidance/getting-started.zh-tw.md | Adds Traditional Chinese-locale getting-started guide file (content currently mirrors English). |
Owner
Author
|
Addressed all Copilot review comments and applied additional docs updates:
Please re-review when convenient. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Add per-language getting-started guidance files so every currently supported locale has a dedicated guide file under docs/guidance.
Changes
Related Issues
None.
Checklist
Notes for Reviewers
This PR focuses on file coverage so each supported language has a guidance document path. Content translation quality can be improved in follow-up PRs if needed.