Skip to content

docs(deployment): strip PageIntro + CommandRun, plain markdown only - #63

Merged
agjs merged 1 commit into
mainfrom
docs/deployment-strip-visual-noise
May 30, 2026
Merged

docs(deployment): strip PageIntro + CommandRun, plain markdown only#63
agjs merged 1 commit into
mainfrom
docs/deployment-strip-visual-noise

Conversation

@agjs

@agjs agjs commented May 30, 2026

Copy link
Copy Markdown
Contributor

Second pass on `deployment.mdx` after PR #62. The user pointed out the rendered hero still looked busy: inline `code` fragments in PageIntro prose, right-rail facts grid, action buttons, all stacked above the actual page content. Four visual frames before the reader gets to step 1.

Change

Plain markdown only. The one exception kept on the page is `<Aside type="caution">` for the MFA-encryption-key warning, which is a genuine stop-and-read caveat.

Removed:

  • `` block. Replaced with two plain paragraphs under the frontmatter-rendered H1.
  • All three `` blocks. Replaced with fenced ```bash blocks. Same content, no frame.
  • Decimal subsection numbering ("2.1", "2.2", ...). Plain `### Section name` headings.

Also fixed: out-of-order step in the manual provision path. Old sequence had scp into `/opt/boringstack/` before the git-clone, which would fail (clone needs the directory not to exist or to be empty). New sequence: clone first, then scp, then bring stack up.

Pre-merge checks (all pass)

Check Count
em dashes (`—`) 0
banned phrases (load-bearing, source of truth, out of the box, etc.) 0
"Let's [verb]" constructions 5, all "Let's Encrypt" (proper-noun ACME CA, acceptable)
Tier-1 AI words (leverage, robust, seamless, etc.) 0
decorative components (PageIntro, CommandRun, SignalGrid, DocCallout, DocFileTree, DataMatrix, FaqGroup, FaqItem) 0
custom component imports 0
`apps/docs` build 67 pages clean

Where this fits

First PR in the 11-PR docs-rewrite program. Establishes the per-page shape every other PR will follow: plain markdown, zero decorative components, the same six greps must pass on every rewritten file.

Test plan

  • All six pre-merge greps pass
  • `apps/docs` build clean
  • Manual read: a reader following the page end-to-end reaches a working deploy without stitching through other pages
  • Pre-push smoke gate green

After PR #62 closed the five completeness gaps, the user pointed out
the rendered hero still looked busy: inline `code` fragments in the
PageIntro prose plus a right-rail facts grid plus action buttons,
stacked above the page content. The hero alone had four different
visual frames.

The new visual rule: plain markdown by default. Custom components only
when they add genuine comprehension value. The one exception kept on
this page is the `<Aside type="caution">` for the MFA encryption key
warning, which is a stop-and-read critical caveat.

Removed:
  - `<PageIntro>` with eyebrow + facts grid + action buttons + body.
    Replaced with two plain paragraphs under the frontmatter title.
  - All three `<CommandRun>` blocks. Replaced with fenced ```bash
    blocks. The content is the same; the frame is gone.
  - The decimal-numbered subsection convention (2.1, 2.2, ...). Plain
    `### Section name` headings; the body still reads in the same
    order without the extra hierarchy.

Also fixed an out-of-order step in the manual provision path. The old
sequence had the operator scp env files into /opt/boringstack/ then
git-clone into the same path, which would fail. New sequence: clone
first (so the target directory exists), then scp the env files in,
then bring the stack up.

All six pre-merge greps pass:
  - em dashes: 0
  - banned phrases: 0
  - "Let's [verb]": 5 hits, all "Let's Encrypt" the proper noun
  - Tier-1 AI words: 0
  - decorative components: 0
  - component imports: 0

Docs build clean (67 pages).
@agjs
agjs enabled auto-merge (squash) May 30, 2026 12:52
@agjs
agjs merged commit 450bb78 into main May 30, 2026
24 checks passed
@agjs
agjs deleted the docs/deployment-strip-visual-noise branch May 30, 2026 12:53
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.

1 participant