Skip to content

fix(docs): correct MCP links, formatting, and conditional references#1969

Merged
radomirchev merged 6 commits into
vnextfrom
ganastasov/ai-mcp-links-and-formatting
Apr 9, 2026
Merged

fix(docs): correct MCP links, formatting, and conditional references#1969
radomirchev merged 6 commits into
vnextfrom
ganastasov/ai-mcp-links-and-formatting

Conversation

@georgianastasov
Copy link
Copy Markdown
Contributor

Fixes MCP doc links and formatting issues,

@georgianastasov georgianastasov added bug: in-docs Improvements or additions to documentation status: ❌ awaiting-test PR ready for testing mcp labels Apr 7, 2026
radomirchev
radomirchev previously approved these changes Apr 7, 2026
@radomirchev radomirchev merged commit 6b4704f into vnext Apr 9, 2026
7 checks passed
@radomirchev radomirchev deleted the ganastasov/ai-mcp-links-and-formatting branch April 9, 2026 07:59
github-actions Bot added a commit that referenced this pull request Apr 9, 2026
Sync Japanese documentation with English changes from PR #1969
(fix(docs): correct MCP links, formatting, and conditional references)

- Create doc/jp/components/ai/ai-assisted-development-overview.md (new)
- Create doc/jp/components/ai/cli-mcp.md (new)
- Create doc/jp/components/general-how-to-mcp-e2e.md (new)
- Update doc/jp/components/ai/skills.md: add AI-assisted dev, CLI MCP,
  and Theming MCP resource links
- Update doc/jp/components/ai/theming-mcp.md: add CLI MCP alongside
  paragraph, React/WebComponents conditional links in Overview and
  Additional Resources sections

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI added a commit that referenced this pull request Apr 20, 2026
- Keep HEAD version for ai-assisted-development-overview.md and cli-mcp.md
  (translated from more recent English source post PR #1969)
- In theming-mcp.md: keep CLI MCP link in Additional Resources section
- In theming-mcp.md: use more accurate community sentence translation

Co-authored-by: ChronosSF <2188411+ChronosSF@users.noreply.github.com>
ChronosSF added a commit that referenced this pull request Apr 30, 2026
…m PR #1969 (#1970)

* jp-sync: translate AI MCP docs to Japanese

Sync Japanese documentation with English changes from PR #1969
(fix(docs): correct MCP links, formatting, and conditional references)

- Create doc/jp/components/ai/ai-assisted-development-overview.md (new)
- Create doc/jp/components/ai/cli-mcp.md (new)
- Create doc/jp/components/general-how-to-mcp-e2e.md (new)
- Update doc/jp/components/ai/skills.md: add AI-assisted dev, CLI MCP,
  and Theming MCP resource links
- Update doc/jp/components/ai/theming-mcp.md: add CLI MCP alongside
  paragraph, React/WebComponents conditional links in Overview and
  Additional Resources sections

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fix(docs): refine Japanese translations for clarity in AI toolchain docs

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: jsakamotoIGJP <jsakamoto@infragistics.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ChronosSF <2188411+ChronosSF@users.noreply.github.com>
ChronosSF added a commit that referenced this pull request May 4, 2026
* docs(*): update-skills-doc-cli-release

* docs(*): update-docs

* Update doc/en/components/ai/cli-mcp.md

Co-authored-by: Konstantin Dinev <kdinev@infragistics.com>

* Update doc/en/components/ai/cli-mcp.md

Co-authored-by: Konstantin Dinev <kdinev@infragistics.com>

* Update doc/en/components/ai/cli-mcp.md

Co-authored-by: Konstantin Dinev <kdinev@infragistics.com>

* Update doc/en/components/ai/cli-mcp.md

Co-authored-by: Konstantin Dinev <kdinev@infragistics.com>

* Update doc/en/components/ai/cli-mcp.md

Co-authored-by: Konstantin Dinev <kdinev@infragistics.com>

* docs(*): fix-build

Co-authored-by: Copilot <copilot@github.com>

* feat(*): removing deprecated docs and adding 301 (#1982)

* feat(*): removing deprecated docs and adding 301

* fix(*): removing old links

* fix(web.config): fix regex prefix and add .html handling in deprecated redirects

- Remove mandatory '/' before platform group: change
  ^(.*\/(?:blazor|react|web-components)\/components) to
  ^(.*(?:blazor|react|web-components)\/components)
  so rules match URLs that start directly with blazor/components etc.
- Add (?:\.html)?$ to all 19 deprecated redirect rules (17 data-grid +
  2 editor rules) to handle .html-suffixed URLs in a single hop

Agent-Logs-Url: https://github.com/IgniteUI/igniteui-xplat-docs/sessions/00df0e0b-19aa-45ef-a62b-6f42666609f7

Co-authored-by: ChronosSF <2188411+ChronosSF@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ChronosSF <2188411+ChronosSF@users.noreply.github.com>

* [jp-sync] Sync Japanese AI MCP documentation with English changes from PR #1969 (#1970)

* jp-sync: translate AI MCP docs to Japanese

Sync Japanese documentation with English changes from PR #1969
(fix(docs): correct MCP links, formatting, and conditional references)

- Create doc/jp/components/ai/ai-assisted-development-overview.md (new)
- Create doc/jp/components/ai/cli-mcp.md (new)
- Create doc/jp/components/general-how-to-mcp-e2e.md (new)
- Update doc/jp/components/ai/skills.md: add AI-assisted dev, CLI MCP,
  and Theming MCP resource links
- Update doc/jp/components/ai/theming-mcp.md: add CLI MCP alongside
  paragraph, React/WebComponents conditional links in Overview and
  Additional Resources sections

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fix(docs): refine Japanese translations for clarity in AI toolchain docs

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: jsakamotoIGJP <jsakamoto@infragistics.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ChronosSF <2188411+ChronosSF@users.noreply.github.com>

* doc(*): update-ai-assisted-page (#1984)

* doc(*): update-ai-assisted-page

* doc(*): uodate-feedback

* dooc(*): update-meta-data

* Apply suggestions from code review

Co-authored-by: Marina Stoyanova <Marina-L-Stoyanova@users.noreply.github.com>

---------

Co-authored-by: Marina Stoyanova <Marina-L-Stoyanova@users.noreply.github.com>

---------

Co-authored-by: RadoMirchev <radoslav.p.mirchev@gmail.com>
Co-authored-by: Radoslav Mirchev <52001020+radomirchev@users.noreply.github.com>
Co-authored-by: Konstantin Dinev <kdinev@infragistics.com>
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ChronosSF <2188411+ChronosSF@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: jsakamotoIGJP <jsakamoto@infragistics.com>
Co-authored-by: Marina Stoyanova <Marina-L-Stoyanova@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug: in-docs Improvements or additions to documentation mcp status: ❌ awaiting-test PR ready for testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants