Skip to content

Conversation

@mavam
Copy link
Member

@mavam mavam commented Dec 22, 2025

Summary

  • Migrate all 9 remaining .mdoc files to .mdx format
  • Remove @astrojs/markdoc and @astrojs/starlight-markdoc dependencies
  • Delete markdoc.config.mjs and remove the Markdoc integration from astro.config.mjs
  • Update markdownlint glob patterns to remove .mdoc

Test plan

  • Run pnpm dev and verify pages render correctly
  • Run pnpm build to ensure build succeeds
  • Run pnpm lint to check for issues
  • Verify key pages: home, quickstart, account creation, configuration

🤖 Generated with Claude Code

mavam and others added 3 commits December 22, 2025 20:04
Convert all 9 .mdoc files to .mdx format:
- Main index page (with splash template enabled)
- Section index pages (explanations, guides, reference, tutorials)
- Account creation guide
- Quickstart guide
- Plot data with charts tutorial
- Configuration explanation

Key conversions:
- Markdoc tags to JSX components
- Custom InteractiveDocsStructure component via import
- Starlight components (Steps, Tabs, Card, CardGrid, LinkButton)
- Aside directives (:::type[title] syntax)

Also removes markdoc.config.mjs and the markdoc integration from
astro.config.mjs since no .mdoc files remain.

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

Co-Authored-By: Claude Opus 4.5 <[email protected]>
Remove @astrojs/markdoc and @astrojs/starlight-markdoc from dependencies
since all content has been migrated to MDX.

Also remove .mdoc from the markdownlint glob patterns.

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

Co-Authored-By: Claude Opus 4.5 <[email protected]>
Update project architecture documentation to reflect that only .md and .mdx
formats are now supported after the Markdoc migration.

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

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@github-actions
Copy link
Contributor

github-actions bot commented Dec 22, 2025

🚀 Preview deployed!

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

This preview will be updated automatically on new commits.

- index.mdx: Use absolute paths with trailing slashes for quickstart link
- index.mdx: Point "Learn TQL" to /explanations/language/ (pipeline page doesn't exist)
- plot-data-with-charts: Fix run-pipelines path from /guides/usage/basics/ to /guides/basic-usage/

🤖 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