Skip to content

Convert repetitive list pages to scannable tables#13

Merged
cipp-ashe merged 1 commit into
mainfrom
claude/entity-pages-research-papers-k7jhrx
Jul 7, 2026
Merged

Convert repetitive list pages to scannable tables#13
cipp-ashe merged 1 commit into
mainfrom
claude/entity-pages-research-papers-k7jhrx

Conversation

@cipp-ashe

Copy link
Copy Markdown
Contributor

What & why

Second slice of the GitBook-formatting audit (follow-up to the merged wayfinding-cards PR #12). Several Operations pages present uniform, repetitive content as long runs of headings or collapsibles — you have to scroll and hold each entry in your head to compare them. This PR restructures the three worst offenders into GitBook tables so they can be scanned at a glance.

Changes

Page Before After
roles.md 23 roles, each an H3 + one sentence (~100 lines) Three grouped tables — MSP technical, vendor technical, shared support
categories-of-tools.md 7 <details> collapsibles One Category / Examples / Job-to-be-done comparison table
common-regulations-affecting-msps.md H3 + prose per regulation An "at a glance" summary table added on top; detailed sections kept as-is

Also added a frontmatter description: to all three pages.

Scope

Formatting/structure only. Role and tool descriptions are preserved; the regulations page's detailed prose is untouched (the table is additive, since those entries vary too much in depth to flatten without losing content).

Verification

  • All three tables are well-formed (consistent column counts: 2 / 3 / 3).
  • All 23 roles and all 7 tool categories confirmed still present; no <details> left behind.

🤖 Generated with Claude Code


Generated by Claude Code

Three Operations pages presented uniform, repetitive content as long runs of
headings/collapsibles that force scrolling to compare entries. Restructure
them into GitBook tables for at-a-glance scanning:

- roles.md: 23 role headings (H3 + one sentence) become three grouped tables
  (MSP technical, vendor technical, shared support). Descriptions preserved.
- categories-of-tools.md: seven <details> collapsibles become one
  Category / Examples / Job-to-be-done comparison table. Intro and the
  "how these tools work together" prose kept.
- common-regulations-affecting-msps.md: add an "at a glance" summary table
  (Regulation / Scope / Applies to) above the existing detailed sections,
  which vary too much in depth to flatten.

Also add frontmatter description: to all three pages. Content preserved — this
is a formatting/structure change, not a rewrite.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01VUCiLahfydRghmenGbw5Sa
@cipp-ashe cipp-ashe merged commit 779443a into main Jul 7, 2026
2 checks passed
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