Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
e21f30a
feat(aw): add Japanese documentation auto-sync workflows
viktorkombov May 12, 2026
84cb1a6
Remove Japanese documentation sync workflow file
viktorkombov May 12, 2026
e1a293a
fix(docs): update branch references from 'vnext' to 'master' in READM…
viktorkombov May 12, 2026
10b0172
Merge branch 'master' into vkombov/add-aw-jp
viktorkombov May 12, 2026
1e839a3
fix(avatar): set background through correct css var
onlyexeption Jun 1, 2026
648394e
Merge branch 'master' into ibarakov/fix-avatar-styling
kdinev Jun 2, 2026
ae02b05
feat(): add detailed information about slots
adrianptrv Jun 4, 2026
d9f6d0f
chore(): fix lint errors
adrianptrv Jun 4, 2026
f5d4c62
Merge branch 'master' into apetrov/add-recommended-slots
adrianptrv Jun 4, 2026
ac38f26
docs(): small improvements
adrianptrv Jun 4, 2026
e10d522
Merge branch 'master' into apetrov/add-recommended-slots
adrianptrv Jun 8, 2026
49cde4f
docs(): remove unnecessary <span> elements from React code snippets a…
adrianptrv Jun 8, 2026
62dd0f1
fix(blazor): typo in IgbChat link in changelog
damyanpetev Jun 17, 2026
e45e5a0
fix(blazor): typo in IgbChat link in changelog
damyanpetev Jun 17, 2026
8e7a31b
Merge branch 'vnext' into vkombov/add-aw-jp
ChronosSF Jun 17, 2026
b7edc9b
feat(aw): adding the compiled files, retargeting vnext
ChronosSF Jun 17, 2026
a04d13b
Apply suggestions from code review
ChronosSF Jun 17, 2026
94596ff
Merge pull request #153 from IgniteUI/vkombov/add-aw-jp
ChronosSF Jun 17, 2026
d2d1631
Merge pull request #327 from IgniteUI/dpetev/blazor-changelog-link-type
ChronosSF Jun 17, 2026
f5e0663
docs(): update grid styling sections to match the samples
adrianptrv Jun 17, 2026
80de51c
Merge branch 'vnext' into apetrov/update-styling-samples
adrianptrv Jun 17, 2026
765d506
Merge branch 'vnext' into apetrov/add-recommended-slots
adrianptrv Jun 18, 2026
a4d7019
chore(): slot section fixes
adrianptrv Jun 18, 2026
82bf12e
chore(): fix select ApiLinks
adrianptrv Jun 18, 2026
d867a13
fix(*): Incorrect syntax highlighting in blazor snippets
dobromirts Jun 19, 2026
cb19a8b
fix lint errors
dobromirts Jun 19, 2026
7d54ee6
Merge pull request #295 from IgniteUI/apetrov/add-recommended-slots
simeonoff Jun 22, 2026
1cf1aa6
Merge branch 'vnext' into apetrov/update-styling-samples
simeonoff Jun 22, 2026
f80f40b
Merge pull request #336 from IgniteUI/apetrov/update-styling-samples
simeonoff Jun 22, 2026
9681b87
Merge branch 'vnext' of https://github.com/IgniteUI/docs-template int…
dobromirts Jun 23, 2026
2d2a54e
feat(*): updating to astro comps 25
ChronosSF Jun 23, 2026
955af4e
Merge branch 'vnext' into ibarakov/fix-avatar-styling
simeonoff Jun 23, 2026
3f0aa48
Merge pull request #257 from IgniteUI/ibarakov/fix-avatar-styling
simeonoff Jun 23, 2026
79a2796
Merge branch 'vnext' into dtsvetkov/fix-blazor-highlight-snippets
viktorkombov Jun 23, 2026
cc74cf9
docs(grid): update overview pages theming sections
adrianptrv Jun 23, 2026
aa71623
Merge branch 'vnext' into apetrov/update-grid-theme-sections
adrianptrv Jun 23, 2026
7f00300
chore(): fix lint errors
adrianptrv Jun 23, 2026
5754e0b
Merge pull request #352 from IgniteUI/apetrov/update-grid-theme-sections
simeonoff Jun 23, 2026
68cc021
docs(jp): sync grid theming sections from EN (PR #352)
github-actions[bot] Jun 23, 2026
fbccda3
feat(*): updating to comps 26
ChronosSF Jun 23, 2026
17b6fd8
Merge branch 'vnext' into dtsvetkov/fix-blazor-highlight-snippets
ChronosSF Jun 23, 2026
381712d
Refine theme settings and nested component descriptions
mkamiishi Jun 24, 2026
60dcb6d
Fix Japanese translation for hierarchical grid documentation
mkamiishi Jun 24, 2026
876b3ca
Update tree-grid.mdx
mkamiishi Jun 24, 2026
13e96b5
fix(blazor): correct code fence types
dobromirts Jun 24, 2026
b675522
fix lint errors
dobromirts Jun 24, 2026
452ca37
Merge pull request #341 from IgniteUI/dtsvetkov/fix-blazor-highlight-…
viktorkombov Jun 24, 2026
00e78c5
Merge pull request #353 from IgniteUI/jp-sync/update-grid-theme-secti…
ChronosSF Jun 24, 2026
f4e9ba9
feat(toc): support platform-specific badge labels (#346)
dobromirts Jun 24, 2026
2f0bdb5
Add splitter jp topic (#321)
MonikaKirkova Jun 25, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
*.md text eol=lf
*.mdx text eol=lf

.github/workflows/*.lock.yml linguist-generated=true merge=binary
61 changes: 61 additions & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# Agentic Workflows (`gh-aw`)

This directory contains GitHub **agentic workflows** that automatically
translate English documentation into Japanese when changes are pushed to
`vnext`.

## Workflow files

| Source (`.md`) | Compiled (`.lock.yml`) | Watches |
|---|---|---|
| `workflows/sync-jp-docs-angular.md` | `workflows/sync-jp-docs-angular.lock.yml` | `docs/angular/src/content/en/**` on `vnext` |
| `workflows/sync-jp-docs-xplat.md` | `workflows/sync-jp-docs-xplat.lock.yml` | `docs/xplat/src/content/en/**` on `vnext` |

The `.md` files are the human-editable source. The `.lock.yml` files are
auto-generated and are what GitHub Actions actually executes. **Do not edit
`.lock.yml` files directly.** After changing a workflow `.md`, run `gh aw compile`
and commit the regenerated `.lock.yml` file(s) (and `actions-lock.json` if it changed).

## How to update a workflow

### Prerequisites

1. [GitHub CLI](https://cli.github.com/) installed
2. The `gh-aw` extension installed:
```bash
gh extension install github/gh-aw
```
3. Authenticated with `gh auth login`

### Steps

1. Edit the `.md` file under `.github/workflows/`.
2. Run from the repo root:
```bash
gh aw compile
```
This regenerates the corresponding `.lock.yml` file(s) and updates
`.github/aw/actions-lock.json` if action SHAs changed.
3. Commit **both** the `.md` and the `.lock.yml` together (plus
`actions-lock.json` if it changed).
4. Push to `vnext`.

For more information: https://github.github.com/gh-aw/introduction/overview/

## Required GitHub secrets

The following secrets must be configured at the repository level
(Settings → Secrets and variables → Actions) for the agent workflows to
run:

| Secret | Required | Purpose |
|---|---|---|
| `GITHUB_TOKEN` | Auto (built-in) | Standard token — nothing to provision |
| `COPILOT_GITHUB_TOKEN` | **Yes** | Authenticates the Copilot CLI engine that drives the translation agent. Without it, the workflow fails immediately. |
| `GH_AW_GITHUB_TOKEN` | Recommended | Elevated token the agent uses to create the translation PR. Falls back to `GITHUB_TOKEN` if unset. |
| `GH_AW_GITHUB_MCP_SERVER_TOKEN` | Optional | Token for the embedded GitHub MCP read-only tools. Falls back to `GITHUB_TOKEN`. |
| `GH_AW_CI_TRIGGER_TOKEN` | Optional | Triggers CI on the auto-created PR. Only needed if you want checks to run on bot PRs. |

These are the same secrets used in the old `igniteui-docfx` and
`igniteui-xplat-docs` repositories.

24 changes: 24 additions & 0 deletions .github/aw/actions-lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"entries": {
"actions/github-script@v9": {
"repo": "actions/github-script",
"version": "v9",
"sha": "373c709c69115d41ff229c7e5df9f8788daa9553"
},
"actions/github-script@v9.0.0": {
"repo": "actions/github-script",
"version": "v9.0.0",
"sha": "3a2844b7e9c422d3c10d287c895573f7108da1b3"
},
"github/gh-aw-actions/setup-cli@v0.79.8": {
"repo": "github/gh-aw-actions/setup-cli",
"version": "v0.79.8",
"sha": "c0338fef4749d08c21f8f975fb0e37efa17dda47"
},
"github/gh-aw-actions/setup@v0.79.8": {
"repo": "github/gh-aw-actions/setup",
"version": "v0.79.8",
"sha": "c0338fef4749d08c21f8f975fb0e37efa17dda47"
}
}
}
Loading
Loading