Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
…erns Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
@copilot reenable changelog |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Changelog functionality has been re-enabled. Uncommented the starlight-changelogs imports, plugin usage, and sidebar links in both astro.config.mjs and content.config.ts. The configuration now matches the original state while preserving the custom 'aw' language definition. Commit: 11f4516 Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
|
Update a code region in the docs to the new format "aw" and show screenshot |
|
@copilot Update a agentic workflow sample code region in the docs to the new format "aw" and show screenshot |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Updated multiple agentic workflow code examples in the documentation to use the new "aw" syntax highlighting format. The changes improve readability by providing proper syntax highlighting for both YAML frontmatter and markdown content in a unified format. Updated examples in workflow-structure.md and safe-outputs.md showing complete workflow configurations. Commit: 55f89d2
Updated 7 agentic workflow sample code regions throughout the documentation to use the new "aw" format. This includes complete workflow examples in both workflow-structure.md and safe-outputs.md with proper frontmatter + markdown syntax highlighting. The new format provides much better visual distinction between YAML configuration and markdown content sections. Commit: 55f89d2 Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|

This PR implements a custom language definition for Astro Starlight's Shiki syntax highlighter to support "aw" (agentic workflow) files that contain both YAML frontmatter and markdown content.
Problem
Documentation authors needed a way to properly syntax highlight agentic workflow files, which have a unique structure combining YAML frontmatter configuration with markdown content. Using separate
yamlandmarkdowncode blocks didn't capture the unified nature of these files.Solution
Added a custom language definition in
astro.config.mjsthat:agentic-workflowandfrontmatter-markdown---delimited) and markdown contentUsage
Documentation authors can now use the custom language type in code blocks: