Skip to content

docs: remove stray orphaned front matter block on Planning page#1166

Merged
saurabhraghuvanshii merged 2 commits into
layer5io:masterfrom
UtkarshAnandd:fix-planning-page-shortcode
Jul 19, 2026
Merged

docs: remove stray orphaned front matter block on Planning page#1166
saurabhraghuvanshii merged 2 commits into
layer5io:masterfrom
UtkarshAnandd:fix-planning-page-shortcode

Conversation

@UtkarshAnandd

Copy link
Copy Markdown
Contributor
Screenshot 2026-07-17 at 3 02 52 PM

Fixes #1162

Notes for Reviewers

This PR fixes #1162
The Planning page had a stray, orphaned block of front-matter-like text
(title fragment, description, categories, tags, weight) sitting in the
middle of the content, right after the {{< alert >}} shortcode,
followed by an extra ---.

That trailing --- caused the preceding text to render as a heading
instead of a normal paragraph, and the shortcode's placeholder token got
swept into it — so instead of being replaced with the rendered alert
box, it showed up as raw HAHAHUGOSHORTCODE... text, both in the page
body and in the auto-generated "On this page" sidebar.

Fix: removed the 6 stray lines. Nothing else on the page was touched.

Tested locally with make site — the Planning page now renders with
normal font sizing and no raw shortcode text anywhere, sidebar nav
included. Screenshot above shows the page after the fix.

Signed commits

  • Yes, I signed my commits.

Fixes layer5io#1162

Signed-off-by: ITACHI161105 <utkarsha137@gmail.com>
@welcome

welcome Bot commented Jul 17, 2026

Copy link
Copy Markdown

Yay, your first pull request! 👍 A contributor will be by to give feedback soon. In the meantime, please review the Layer5 Community Welcome Guide and sure to join the community Slack.
Be sure to double-check that you have signed your commits. Here are instructions for making signing an implicit activity while peforming a commit.

@gemini-code-assist gemini-code-assist Bot 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.

Code Review

This pull request removes misplaced front matter metadata from the middle of the self-hosted planning guide markdown file. There are no review comments, and I have no feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@github-actions

github-actions Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor
PR Preview Action v1.6.3
Preview removed because the pull request was closed.
2026-07-19 11:03 UTC

@Sbragul26 Sbragul26 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM 👍

@saurabhraghuvanshii
saurabhraghuvanshii merged commit 14984d1 into layer5io:master Jul 19, 2026
2 of 3 checks passed
@welcome

welcome Bot commented Jul 19, 2026

Copy link
Copy Markdown

        Thank you for contributing to the Layer5 community! 🎉 \ \ Congrats! \ \         ⭐ Please leave a star on the project. 😄

@saurabhraghuvanshii

Copy link
Copy Markdown
Member

Thanks @UtkarshAnandd lgtm!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Docs] Fix raw shortcode rendering

3 participants