Skip to content

Fix docs links - #17

Merged
ghanse merged 3 commits into
mainfrom
fix-docs-links
Aug 18, 2026
Merged

Fix docs links#17
ghanse merged 3 commits into
mainfrom
fix-docs-links

Conversation

@ghanse

@ghanse ghanse commented Aug 18, 2026

Copy link
Copy Markdown
Collaborator

Changes

This PR fixes broken documentation hyperlinks and makes some minor changes to the docs.

Linked issues

N/A

Tests

  • manually tested
  • added unit tests
  • added integration tests

Copilot AI lite review requested due to automatic review settings August 18, 2026 19:24
@ghanse
ghanse merged commit bdf3806 into main Aug 18, 2026
3 checks passed
@ghanse
ghanse deleted the fix-docs-links branch August 18, 2026 19:26

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the documentation site to fix broken internal links and improve docs rendering (notably code blocks), alongside some minor docs content and styling updates.

Changes:

  • Add a global MDX components override to wrap fenced code blocks and enable language-class rendering.
  • Update docs navigation and internal links (e.g., “Options” → “Configuration”) and refresh docs wording in several pages.
  • Switch the docs UI theme CSS and bump a couple of Python build constraint pins.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
docs/source.config.ts Enables rehype code options so language classes are available for code rendering.
docs/mdx-components.tsx Adds global MDX component overrides (code blocks, tabs).
docs/content/docs/meta.json Updates docs nav ordering/slug from options to configuration.
docs/content/docs/installation.mdx Rewords and restructures installation instructions for Genie Code and local harnesses.
docs/content/docs/index.mdx Fixes internal doc links and updates introductory wording.
docs/content/docs/guide.mdx Rewords the end-to-end guide and updates examples/callouts.
docs/content/docs/configuration.mdx Renames the page and adds translation report documentation.
docs/app/global.css Switches fumadocs UI theme stylesheet.
docs/app/docs/[[...slug]]/page.tsx Wires global MDX components into page rendering.
.build-constraints.txt Updates pinned build constraints (hatchling/packaging) and adds tomlkit pin.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

<Callout type="info" title="Troubleshooting the flowx MCP app">
If Genie Code does not have access to the flowx MCP tool, open the your app's health endpoint at `<APP URL>/`. This should
If Genie Code does not have access to the flowx MCP tool, open your app's health endpoint at `<APP URL>/`. This should
return `{"status":"ok"}`). If you cannot access the health endpoint, verify the deployment steps and redeploy the app.
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