Fix Hugo build: remove orphaned shortcodes in implement-groupdocs-annotation-java-user-roles - #78
Merged
Conversation
implement-groupdocs-annotation-java-user-roles/_index.md (all 23
language variants) had 4 trailing shortcodes with no matching openers
anywhere in the file or, in fact, anywhere else in this repo:
{{< /blocks/products/pf/tutorial-page-section >}},
{{< /blocks/products/pf/main-container >}},
{{< /blocks/products/pf/main-wrap-class >}}, and
{{< blocks/products/products-backtop-button >}}. Confirmed via a
repo-wide search that these shortcodes are used nowhere else in this
repo's real content -- they don't belong here at all, most likely
boilerplate copied in from a different repo's page template. Hugo's
build failed with "got closing shortcode, but none is open" on the
first of the three closers.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes the Hugo build failure:
implement-groupdocs-annotation-java-user-roles/_index.md(all 23 language variants) had 4trailing shortcodes with no matching openers anywhere in the file:
Confirmed via a repo-wide search that none of these shortcodes are used anywhere else in this
repo's real content — they don't belong on this page at all (most likely boilerplate
accidentally copied in from a different repo's page template during content generation). Removed
the orphaned block from all 23 language variants; nothing else in any file was touched.
Test plan
grep -rlacrosscontent/returns only this tutorial's 23 files, before the fix)