Skip to content

feat(export): Zola docs export with resolved wiki-links#139

Merged
avrabe merged 1 commit intomainfrom
feat/zola-docs-export
Apr 13, 2026
Merged

feat(export): Zola docs export with resolved wiki-links#139
avrabe merged 1 commit intomainfrom
feat/zola-docs-export

Conversation

@avrabe
Copy link
Copy Markdown
Contributor

@avrabe avrabe commented Apr 13, 2026

Summary

Extends rivet export --format zola to include document pages:

  • Loads documents from rivet's docs/ directories
  • Generates content/<prefix>/docs/*.md with TOML frontmatter
  • Resolves [[REQ-001]] wiki-links to Zola internal links (/prefix/artifacts/req-001/)
  • Section index with document count

Test plan

  • 6 documents exported alongside 623 artifacts
  • Wiki-links resolved to correct Zola paths
  • TOML frontmatter includes id, doc_type, status

🤖 Generated with Claude Code

Zola export now includes content/<prefix>/docs/*.md alongside artifacts.
Documents loaded from rivet's docs/ directory get TOML frontmatter and
[[ID]] wiki-links resolved to Zola internal links pointing at artifact pages.

Implements: REQ-007, REQ-035

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Rivet Criterion Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.20.

Benchmark suite Current: 9b70178 Previous: af845df Ratio
link_graph_build/10000 51034750 ns/iter (± 6188944) 30734060 ns/iter (± 2184662) 1.66

This comment was automatically generated by workflow using github-action-benchmark.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@avrabe avrabe merged commit f2da791 into main Apr 13, 2026
18 of 20 checks passed
@avrabe avrabe deleted the feat/zola-docs-export branch April 13, 2026 11:45
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