Skip to content

Conversation

@mavam
Copy link
Member

@mavam mavam commented Dec 19, 2025

Summary

  • Remove reference generation scripts (generate-reference.js, add-function-categories.js, add-operator-categories.js)
  • Function and operator documentation is now maintained solely in this repository
  • Add sync:openapi script to fetch openapi.node.yaml from tenzir/tenzir during builds
  • Update CI workflows and lint configuration accordingly

Dependencies

Test plan

  • Lint passes
  • pnpm sync:openapi works (with fallback to legacy location until #5624 merges)

🤖 Generated with Claude Code

mavam and others added 3 commits December 19, 2025 17:27
The function and operator documentation is now maintained inline in this
repository rather than being auto-generated. This removes the generation
scripts and updates CI to no longer protect these files from manual edits.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
Apply markdown and Prettier formatting fixes to function and operator
reference files that are now subject to linting.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
Fetches openapi.node.yaml from tenzir/tenzir during CI builds. This replaces
the sync that was previously done by the docs.yaml workflow in tenzir/tenzir.

Includes fallback to legacy location (docs/openapi.node.yaml) until PR #5624
merges.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@mavam mavam force-pushed the topic/remove-reference-generation branch from 18b8c44 to da53096 Compare December 19, 2025 16:53
@github-actions
Copy link
Contributor

github-actions bot commented Dec 19, 2025

🚀 Preview deployed!

Visit the preview at: https://tenzir-docs-preview-138.surge.sh

This preview will be updated automatically on new commits.

The ReferenceCard component only supports inline-style links [text](url),
not reference-style links [text][ref]. Replace unresolved reference links
with plain text in operator descriptions.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
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.

2 participants