Skip to content

docs(modules,connections): fix Go tab rendering, a stale image tag, and unreachable pages - #502

Merged
g-despot merged 1 commit into
docs/review-integrationfrom
docs/low-modules-connections
Aug 8, 2026
Merged

docs(modules,connections): fix Go tab rendering, a stale image tag, and unreachable pages#502
g-despot merged 1 commit into
docs/review-integrationfrom
docs/low-modules-connections

Conversation

@g-despot

@g-despot g-despot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Low tier, 5 of 7. 4 findings, 6 files.

Two Go tabs were tagged as Python, so Go rendered with Python highlighting. They are now goraw rather than go. That is deliberate and differs from the sibling page: the go formatter strips two tabs from two-tab lines and one from one-tab lines, collapsing a full package main program to column 0, so copying the sibling would have traded a highlighting bug for an indentation bug. goraw preserves nesting and still highlights as Go.

Three module pages pinned a contextionary image tag that appears in no live source (en0.16.0-v1.0.2, found only in a 2023 blog post and stale build artifacts). The canonical tag, used by weaviate core's compose files and by docs CI, is en0.16.0-v1.2.1.

Four module pages existed in the sidebar but were unreachable from the index body, and one bullet pointed at an anchor that was never defined.

Verified: build exit 0; all 13 marker regions in the touched Java fixture render byte-identically.

…nd unreachable pages

Two Go tabs were tagged as Python, so Go rendered with Python highlighting. They
are now goraw rather than go: the go formatter strips tabs and flattens a full
package-main program to column 0, which would have traded a highlighting bug for
an indentation one.

Three module pages pinned a contextionary image tag that appears in no live
source. The tag used by weaviate core's compose files and by docs CI is used
instead.

Four module pages existed in the sidebar but were unreachable from the index
body, and a bullet pointed at an anchor that was never defined.

@orca-security-eu orca-security-eu Bot 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.

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Fixes documentation rendering, stale module image tags, and missing navigation paths.

Changes:

  • Corrects Go syntax highlighting while preserving indentation.
  • Updates Contextionary image tags.
  • Restores module links and fixes a Java snippet marker.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
docs/weaviate/modules/sum-transformers.md Updates the Contextionary image tag.
docs/weaviate/modules/spellcheck.md Updates the Contextionary image tag.
docs/weaviate/modules/ner-transformers.md Updates the Contextionary image tag.
docs/weaviate/modules/index.md Adds missing module links and fixes text and anchor navigation.
docs/weaviate/connections/connect-cloud.mdx Corrects Go code rendering.
_includes/code/java-v6/src/test/java/ConnectionTest.java Corrects the snippet end marker.

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

@g-despot
g-despot merged commit 775f373 into docs/review-integration Aug 8, 2026
3 checks passed
@g-despot
g-despot deleted the docs/low-modules-connections branch August 8, 2026 14:11
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