Add examples.json generator for the examples catalog#295
Merged
Conversation
tools/examples.py reads the per-language examples.json files from the fission/examples repo, groups them by language with logos and group tags, and regenerates static/data/examples.json (consumed by content/en/examples/_index.html). Mirrors the existing environments.py workflow; usage documented in tools/README.md. Regenerating from the current examples repo also pulls in the message-queue-trigger and spec-example entries that were previously missing from the catalog. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for fission-website ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Extend tools/examples.py GROUPS with the new runtime example dirs added to fission/examples, and regenerate static/data/examples.json (76 examples across 12 groups). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This was referenced Jun 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
tools/examples.py— generatesstatic/data/examples.json(consumed bycontent/en/examples/_index.html) from the per-languageexamples.jsonfiles in the fission/examples repo. Groups by language, applies catalog logos + group tags, normalizes per-example language/tags. Mirrors the existingtools/environments.pyworkflow.GROUPSconfig.tools/README.md— documents the regeneration workflow.static/data/examples.json— now 76 examples across 12 groups, including the new runtimes and the previously-missing message-queue-trigger / spec-example entries.Why
The examples catalog UI used to live in a separate
examples-uiReact app inside the examples repo (removed in fission/examples#93). This makes fission.io the single renderer, generating its data from the examples repo's per-language source files — no more duplicated/diverging catalog data.Usage
Companion PRs
🤖 Generated with Claude Code