Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions documentation/doc-Migrating_your_virtual_machines/master.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ endif::[]

:_mod-docs-content-type: ASSEMBLY

Testing the new preview: What is {project-short}?

Comment on lines +14 to +15

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🔴 Critical | ⚡ Quick win

Remove test content before merging.

This appears to be test content that should not be merged into the production documentation. The line "Testing the new preview: What is {project-short}?" would appear in the published migration guide, confusing readers. Additionally, master files in documentation projects typically contain only includes and metadata, not raw content.

Please remove these lines before merging.

🗑️ Proposed fix to remove test content
-Testing the new preview: What is {project-short}?
-
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
Testing the new preview: What is {project-short}?
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@documentation/doc-Migrating_your_virtual_machines/master.adoc` around lines
14 - 15, Remove the stray test line "Testing the new preview: What is
{project-short}?" from master.adoc so the master document contains only
includes/metadata; ensure no other test content remains in the file and replace
with the appropriate include/metadata block if necessary.

include::modules/con_performing-migration-intro.adoc[leveloffset=+1]

include::assemblies/assembly_migrating-from-vmware.adoc[leveloffset=+1]
Expand Down
1 change: 1 addition & 0 deletions documentation/doc-Planning_your_migration/master.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ endif::[]
:compat-mode:
:context: mtv

Testing the new preview: What is {project-short}?

include::modules/con_planning-intro.adoc[leveloffset=+1]

Expand Down
Loading