Skip to content

🦩 Setup: Flamingo Code Documentation - #33

Merged
michaelassraf merged 2 commits into
masterfrom
setup/flamingo-ai-technical-writer
Sep 8, 2026
Merged

michaelassraf merged 2 commits into
masterfrom
setup/flamingo-ai-technical-writer

Conversation

@flamingo

@flamingo flamingo Bot commented Aug 15, 2026

Copy link
Copy Markdown

🦩 Flamingo Code Documentation Setup

This PR adds the GitHub Actions workflow required for automated documentation generation.

What this workflow does

The 🦩 Flamingo Code Documentation pipeline generates comprehensive documentation for your codebase:

  1. Inline Documentation - Creates .md files next to source classes explaining their purpose
  2. CodeWiki Analysis - Generates architecture overview and module documentation
  3. AI Tutorial Generator - Claude-powered getting started guides and how-to tutorials

Setup steps

After merging this PR, the workflow needs repository secrets to run. The dashboard provisions them for you, you don't paste them by hand.

  1. Merge this PR.
  2. In the Multi-Platform-Hub admin dashboard, open this repository and click Sync Secrets.
    This sealed-box-encrypts and pushes the following secrets via GitHub's secrets API:
    • ANTHROPIC_API_KEY — Claude (Stages 1, 3, 4)
    • OPENAI_API_KEY — CodeWiki (Stage 2)
    • DOC_ORCH_WEBHOOK_SECRET — authenticates callbacks to the hub
    • DOC_ORCH_GITHUB_PAT — installation token for cross-repo clone
    • YOUTUBE_API_KEY — optional, only if YouTube integration is enabled
  3. Click Run Pipeline in the dashboard, or trigger manually via Actions → 🦩 Flamingo Code Documentation → Run workflow.

The pipeline will fail with an authentication error if you skip step 2.

Files added

  • .github/workflows/doc-orchestrator.yml - The GitHub Actions workflow

🦩 Generated by Flamingo Code Documentation setup wizard

flamingo Bot and others added 2 commits August 15, 2026 00:51
This workflow enables automated documentation generation using the
🦩 Flamingo Code Documentation pipeline. It runs on repository_dispatch events
triggered by the multi-platform-hub.

No secrets required - all credentials are passed securely at runtime.
@michaelassraf
michaelassraf requested a review from a team as a code owner September 8, 2026 19:16
@michaelassraf
michaelassraf merged commit fb2d2dd into master Sep 8, 2026
7 checks passed
@michaelassraf
michaelassraf deleted the setup/flamingo-ai-technical-writer branch September 8, 2026 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant