Skip to content

[slides] Update slide deck configuration syntax#9013

Merged
pelikhan merged 1 commit intomainfrom
main-4ae8c16e82a871b2
Jan 5, 2026
Merged

[slides] Update slide deck configuration syntax#9013
pelikhan merged 1 commit intomainfrom
main-4ae8c16e82a871b2

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 5, 2026

Slide Deck Updates

This PR updates the slide deck at docs/slides/index.md to align with current documentation standards and fix outdated configuration syntax.

Changes Made

  1. Fixed cache-memory configuration (line 299)

    • Changed from: cache-memory: true at root level
    • Changed to: tools: { cache-memory: } in tools section
    • Reason: Configuration syntax has changed; cache-memory is now part of the tools section per [tools.md]((redacted)
  2. Updated MCP Servers Configuration slide (lines 241-254)

    • Added GitHub MCP toolsets example: tools: { github: { toolsets: [default] } }
    • Reorganized to show recommended toolsets approach first
    • Removed outdated managed endpoint reference
    • Reason: Toolsets are the recommended approach per [tools.md]((redacted)

Layout Issues Fixed

None detected (unable to verify with Playwright due to build permission issues, but changes are minimal and maintain existing structure).

Content Sources Reviewed

Documentation reviewed:

  • docs/src/content/docs/reference/network.md - Network permissions verified
  • docs/src/content/docs/reference/tools.md - Cache-memory and toolsets syntax verified
  • docs/src/content/docs/reference/safe-outputs.md - Safe output types verified
  • README.md - Overview and quick start verified

Slides verified accurate:

  • ✅ Network Permissions (lines 170-187)
  • ✅ AI Engines (lines 225-237)
  • ✅ Safe Outputs (lines 151-167)
  • ✅ Playwright + Upload Assets (lines 311-334)

Focus Mode

Global Sweep - Reviewed all slides for accuracy and updated outdated configuration syntax.

Next Scan Recommendation

Focus: Source code review (25% - cmd/gh-aw/) to verify CLI commands and feature completeness in next run.


Verification: Content verified against official documentation. Changes maintain existing slide structure and formatting to minimize visual impact.

AI generated by Slide Deck Maintainer

- Fix cache-memory syntax: move from root level to tools section
- Add toolsets example to MCP Servers Configuration slide
- Remove outdated managed endpoint reference
- Align with current documentation standards
@github-actions github-actions bot added automated documentation Improvements or additions to documentation slides labels Jan 5, 2026
@pelikhan pelikhan marked this pull request as ready for review January 5, 2026 16:23
@pelikhan pelikhan merged commit 63acab8 into main Jan 5, 2026
4 checks passed
@pelikhan pelikhan deleted the main-4ae8c16e82a871b2 branch January 5, 2026 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated documentation Improvements or additions to documentation slides

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant